index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2011-07-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
-7
/
+10
2011-07-19
ceph: fix file mode calculation
Sage Weil
-7
/
+10
2011-07-16
Bluetooth: Fix crash with incoming L2CAP connections
Ilia Kolomisnky
-2
/
+4
2011-07-16
Bluetooth: Fix regression in L2CAP connection procedure
Gustavo F. Padovan
-2
/
+1
2011-07-14
net: remove NETIF_F_ALL_TX_OFFLOADS
Michał Mirosław
-1
/
+5
2011-07-14
net: sctp: fix checksum marking for outgoing packets
Michał Mirosław
-11
/
+8
2011-07-13
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
-17
/
+12
2011-07-12
SUNRPC: Fix use of static variable in rpcb_getport_async
Ben Greear
-1
/
+1
2011-07-08
sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...
Thomas Graf
-8
/
+21
2011-07-08
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
-27
/
+67
2011-07-08
XFRM: Fix memory leak in xfrm_state_update
Tushar Gohad
-0
/
+2
2011-07-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
-27
/
+67
2011-07-07
SUNRPC: Fix a race between work-queue and rpc_killall_tasks
Trond Myklebust
-16
/
+11
2011-07-07
sctp: Enforce retransmission limit during shutdown
Thomas Graf
-13
/
+61
2011-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
-56
/
+76
2011-07-07
mac80211: fix TKIP replay vulnerability
Johannes Berg
-3
/
+13
2011-07-07
mac80211: fix ie memory allocation for scheduled scans
Luciano Coelho
-1
/
+2
2011-07-07
sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it
Wei Yongjun
-0
/
+23
2011-07-07
net: refine {udp|tcp|sctp}_mem limits
Eric Dumazet
-26
/
+5
2011-07-05
net: vlan: enable soft features regardless of underlying device
Shan Wei
-0
/
+5
2011-07-05
bridge: Always flood broadcast packets
Herbert Xu
-3
/
+7
2011-07-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
-4
/
+6
2011-07-05
cfg80211: fix deadlock with rfkill/sched_scan by adding new mutex
Luciano Coelho
-14
/
+34
2011-07-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...
John W. Linville
-9
/
+18
2011-07-04
net: bind() fix error return on wrong address family
Marcus Meissner
-2
/
+4
2011-07-01
xfrm4: Don't call icmp_send on local error
Steffen Klassert
-1
/
+6
2011-07-01
ipv4: Don't use ufo handling on later transformed packets
Steffen Klassert
-1
/
+1
2011-07-01
xfrm: Remove family arg from xfrm_bundle_ok
Steffen Klassert
-3
/
+3
2011-07-01
ipv6: Don't put artificial limit on routing table size.
David S. Miller
-8
/
+11
2011-07-01
ipv6: Don't change dst->flags using assignments.
David S. Miller
-10
/
+2
2011-07-01
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
-2
/
+9
2011-06-30
Bluetooth: Fix memory leak under page timeouts
Tomas Targownik
-0
/
+3
2011-06-30
Bluetooth: Fix regression with incoming L2CAP connections
Gustavo F. Padovan
-1
/
+2
2011-06-30
Bluetooth: Fix hidp disconnect deadlocks and lost wakeup
Peter Hurley
-7
/
+12
2011-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
-69
/
+62
2011-06-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
-2
/
+9
2011-06-29
netfilter: Fix ip_route_me_harder triggering ip_rt_bug
Julian Anastasov
-48
/
+26
2011-06-28
Bluetooth: Prevent buffer overflow in l2cap config request
Dan Rosenberg
-1
/
+1
2011-06-27
ipv4: Fix IPsec slowpath fragmentation problem
Steffen Klassert
-5
/
+5
2011-06-27
ipv4: Fix packet size calculation in __ip_append_data
Steffen Klassert
-5
/
+2
2011-06-27
mac80211: fix rx->key NULL dereference during mic failure
Arik Nemtsov
-2
/
+9
2011-06-24
bridge: Only flood unregistered groups to routers
Herbert Xu
-1
/
+4
2011-06-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
-9
/
+18
2011-06-21
udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packet
Xufeng Zhang
-0
/
+6
2011-06-21
ipv6/udp: Use the correct variable to determine non-blocking condition
Xufeng Zhang
-1
/
+1
2011-06-21
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
-3
/
+7
2011-06-20
Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
-1
/
+2
2011-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
-37
/
+66
2011-06-20
ipv4, ping: Remove duplicate icmp.h include
Jesper Juhl
-1
/
+0
2011-06-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...
John W. Linville
-9
/
+18
[next]