aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-09-09Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientGravatar Linus Torvalds 2-16/+46
2011-09-06net/9p: Fix kernel crash with msize 512KGravatar Aneesh Kumar K.V 1-5/+12
2011-08-31libceph: fix leak of osd structs during shutdownGravatar Sage Weil 1-5/+17
2011-08-26netpoll: fix incorrect access to skb data in __netpoll_rxGravatar Eric Dumazet 1-1/+3
2011-08-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 16-89/+106
2011-08-24sendmmsg/sendmsg: fix unsafe user pointer accessGravatar Mathieu Desnoyers 1-4/+6
2011-08-24arp: fix rcu lockdep splat in arp_process()Gravatar Eric Dumazet 1-2/+6
2011-08-24bridge: fix a possible use after freeGravatar Eric Dumazet 1-4/+4
2011-08-24bridge: Pseudo-header required for the checksum of ICMPv6Gravatar Yan, Zheng 1-3/+10
2011-08-24mcast: Fix source address selection for multicast listener reportGravatar Yan, Zheng 2-2/+2
2011-08-22bridge: fix a possible net_device leakGravatar Eric Dumazet 1-1/+5
2011-08-22mac80211: fix suspend/resume races with unregister hwGravatar Stanislaw Gruszka 3-3/+12
2011-08-20atm: br2684: Fix oops due to skb->dev being NULLGravatar Daniel Schwierzeck 1-3/+4
2011-08-19ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSGravatar Daniel Baluta 1-4/+5
2011-08-18vlan: reset headers on accel emulation pathGravatar Jiri Pirko 1-0/+2
2011-08-17net_sched: fix port mirror/redirect stats reportingGravatar Jamal Hadi Salim 1-2/+1
2011-08-16sit tunnels: propagate IPv6 transport class to IPv4 Type of ServiceGravatar Lionel Elie Mamane 1-0/+3
2011-08-11Bluetooth: cmtp: Fix session cleanup on failed conn addGravatar Peter Hurley 1-5/+6
2011-08-11Bluetooth: hidp: Don't release device ref if never heldGravatar Peter Hurley 1-1/+0
2011-08-11Bluetooth: hidp: Only free input device if failed registerGravatar Peter Hurley 1-1/+2
2011-08-11Bluetooth: hidp: Fix memory leak of cached report descriptorGravatar Peter Hurley 1-0/+1
2011-08-11Bluetooth: hidp: Fix session cleanup on failed conn addGravatar Peter Hurley 1-8/+6
2011-08-11Bluetooth: cmtp: Fix deadlock in session deletionGravatar Peter Hurley 3-3/+6
2011-08-11Bluetooth: bnep: Fix deadlock in session deletionGravatar Peter Hurley 2-4/+6
2011-08-11Bluetooth: Don't use cmd_timer to timeout HCI reset commandGravatar Szymon Janc 1-2/+4
2011-08-11Bluetooth: Fixed wrong L2CAP Sock timer valueGravatar Chen Ganir 1-1/+1
2011-08-11Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acksGravatar Peter Hurley 1-3/+3
2011-08-11Bluetooth: cmtp: Fix lost wakeup of session threadGravatar Peter Hurley 1-2/+4
2011-08-11Bluetooth: bnep: Fix lost wakeup of session threadGravatar Peter Hurley 1-2/+4
2011-08-11Bluetooth: sco: Fix lost wakeups waiting to accept socketGravatar Peter Hurley 1-14/+14
2011-08-11Bluetooth: l2cap: Fix lost wakeups waiting to accept socketGravatar Peter Hurley 1-14/+14
2011-08-11Bluetooth: Fix lost wakeups waiting for sock state changeGravatar Peter Hurley 1-3/+3
2011-08-11Bluetooth: rfcomm: Fix lost wakeups waiting to accept socketGravatar Peter Hurley 1-14/+14
2011-08-11Bluetooth: rfcomm: Remove unnecessary krfcommd eventGravatar Peter Hurley 1-10/+7
2011-08-11Bluetooth: unlock if allocation fails in hci_blacklist_add()Gravatar Dan Carpenter 1-1/+1
2011-08-11ipv4: some rt_iif -> rt_route_iif conversionsGravatar Julian Anastasov 1-5/+3
2011-08-11net/bridge/netfilter/ebtables.c: use available error handling codeGravatar Julia Lawall 1-1/+2
2011-08-11net/netlabel/netlabel_kapi.c: add missing cleanup codeGravatar Julia Lawall 1-8/+12
2011-08-11scm: Capture the full credentials of the scm senderGravatar Tim Chen 1-1/+1
2011-08-10tcp: initialize variable ecn_ok in syncookies pathGravatar Mike Waychison 2-2/+2
2011-08-09net_sched: prio: use qdisc_dequeue_peekedGravatar Florian Westphal 1-1/+1
2011-08-09Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.Gravatar Andrei Warkentin 2-2/+11
2011-08-09libceph: fix msgpoolGravatar Sage Weil 1-11/+29
2011-08-07ipv4: use dst with ref during bcast/mcast loopbackGravatar Julian Anastasov 1-0/+1
2011-08-07ipv4: route non-local sources for raw socketGravatar Julian Anastasov 1-1/+2
2011-08-07netfilter: TCP and raw fix for ip_route_me_harderGravatar Julian Anastasov 1-10/+8
2011-08-07ipv4: Fix ip_getsockopt for IP_PKTOPTIONSGravatar Daniel Baluta 1-4/+5
2011-08-07ipv4: fix the reusing of routing cache entriesGravatar Julian Anastasov 1-1/+2
2011-08-07netfilter: avoid double free in nf_reinjectGravatar Julian Anastasov 1-0/+1
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.Gravatar David S. Miller 11-8/+195