index
:
~alon/linux
dummy
master
qxl
qxl-cleanup
Unnamed repository; edit this file 'description' to name the repository.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-17
X25: Move interrupt flag to bitfield
andrew hendry
1
-1
/
+2
2010-05-17
X25: Move qbit flag to bitfield
andrew hendry
1
-1
/
+5
2010-05-17
net: implements ip_route_input_noref()
Eric Dumazet
1
-1
/
+16
2010-05-17
net: add a noref bit on skb dst
Eric Dumazet
2
-8
/
+53
2010-05-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-18
/
+3
2010-05-16
net: Introduce sk_route_nocaps
Eric Dumazet
1
-0
/
+8
2010-05-16
tcp: fix MD5 (RFC2385) support
Eric Dumazet
1
-18
/
+3
2010-05-15
net: reserve ports for applications using fixed port numbers
Amerigo Wang
1
-0
/
+6
2010-05-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
1
-9
/
+5
2010-05-12
tipc: Update commenting in TIPC API
Allan Stephens
1
-8
/
+8
2010-05-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-0
/
+4
2010-05-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-2
/
+15
2010-05-11
ipv6: ip6mr: support multiple tables
Patrick McHardy
1
-0
/
+5
2010-05-11
ipv6: ip6mr: move mroute data into seperate structure
Patrick McHardy
1
-12
/
+1
2010-05-11
ipv6: ip6mr: convert struct mfc_cache to struct list_head
Patrick McHardy
1
-2
/
+2
2010-05-11
ipv6: ip6mr: move unres_queue and timer to per-namespace data
Patrick McHardy
1
-0
/
+2
2010-05-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
1
-0
/
+14
2010-05-10
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
24
-143
/
+340
2010-05-10
Bluetooth: Create per controller workqueue
Marcel Holtmann
1
-0
/
+2
2010-05-10
Bluetooth: Fix race condition on l2cap_ertm_send()
Gustavo F. Padovan
1
-0
/
+1
2010-05-10
Bluetooth: Implement Local Busy Condition handling
Gustavo F. Padovan
1
-0
/
+6
2010-05-10
Bluetooth: Make hci_send_acl() void
Gustavo F. Padovan
1
-1
/
+1
2010-05-10
Bluetooth: Enable option to configure Max Transmission value via sockopt
Gustavo F. Padovan
1
-0
/
+2
2010-05-10
Bluetooth: Change acknowledgement to use the value of txWindow
Gustavo F. Padovan
1
-2
/
+1
2010-05-10
Bluetooth: Add sockopt configuration for txWindow on L2CAP
Gustavo F. Padovan
1
-0
/
+2
2010-05-10
Bluetooth: Fix configuration of the MPS value
Gustavo F. Padovan
1
-1
/
+2
2010-05-10
Bluetooth: Add timer to Acknowledge I-frames
Gustavo F. Padovan
1
-0
/
+4
2010-05-10
Bluetooth: Implement 'Send IorRRorRNR' event
Gustavo F. Padovan
1
-9
/
+11
2010-05-10
Bluetooth: Make hci_send_sco() void
Gustavo F. Padovan
1
-1
/
+1
2010-05-08
ipv4: remove ip_rt_secret timer (v4)
Neil Horman
1
-1
/
+0
2010-05-07
mac80211: improve HT channel handling
Johannes Berg
1
-0
/
+4
2010-05-07
cfg80211/mac80211: better channel handling
Johannes Berg
1
-2
/
+9
2010-05-07
mac80211: fix BSS info reconfiguration
Johannes Berg
1
-0
/
+2
2010-05-06
sctp: Fix a race between ICMP protocol unreachable and connect()
Vlad Yasevich
2
-0
/
+4
2010-05-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-10
/
+15
2010-05-03
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...
David S. Miller
3
-34
/
+36
2010-05-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
4
-1
/
+4
2010-05-02
net: fix compile error due to double return type in SOCK_DEBUG
Jan Engelhardt
1
-1
/
+1
2010-05-01
net: sock_def_readable() and friends RCU conversion
Eric Dumazet
2
-28
/
+30
2010-04-30
sctp: Tag messages that can be Nagle delayed at creation.
Vlad Yasevich
1
-5
/
+3
2010-04-30
sctp: fast recovery algorithm is per association.
Vlad Yasevich
1
-6
/
+6
2010-04-30
sctp: update transport initializations
Vlad Yasevich
1
-1
/
+1
2010-04-30
sctp: Save some room in the sctp_transport by using bitfields
Vlad Yasevich
1
-22
/
+27
2010-04-30
sctp: remove 'resent' bit from the chunk
Vlad Yasevich
1
-2
/
+1
2010-04-30
sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT state
Wei Yongjun
1
-1
/
+1
2010-04-30
net: speedup sock_recv_ts_and_drops()
Eric Dumazet
1
-1
/
+18
2010-04-30
mac80211: remove deprecated noise field from ieee80211_rx_status
John W. Linville
1
-7
/
+1
2010-04-28
net: ip_queue_rcv_skb() helper
Eric Dumazet
1
-0
/
+1
2010-04-28
net: speedup udp receive path
Eric Dumazet
1
-0
/
+10
2010-04-28
sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...
Neil Horman
1
-0
/
+1
[next]