aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 28-128/+220
2012-02-24Merge branch 'master' of git://1984.lsi.us.es/netGravatar David S. Miller 2-11/+38
2012-02-24gre: fix spelling in commentsGravatar stephen hemminger 1-5/+5
2012-02-24netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Gravatar Jozsef Kadlecsik 2-34/+50
2012-02-24Revert "netfilter: ctnetlink: fix soft lockup when netlink adds new entries"Gravatar Pablo Neira Ayuso 1-16/+27
2012-02-23ipsec: be careful of non existing mac headersGravatar Eric Dumazet 4-17/+6
2012-02-23Merge branch 'nf' of git://1984.lsi.us.es/netGravatar David S. Miller 3-36/+49
2012-02-22netfilter: ip6_route_output() never returns NULL.Gravatar RongQing.Li 1-2/+3
2012-02-22ipv6: ip6_route_output() never returns NULL.Gravatar RongQing.Li 2-3/+6
2012-02-22atm: clip: remove clip_tblGravatar Eric Dumazet 1-4/+6
2012-02-21ipv4: ping: Fix recvmsg MSG_OOB error handling.Gravatar David S. Miller 1-0/+1
2012-02-21rtnetlink: Fix problem with buffer allocationGravatar Greg Rose 1-21/+57
2012-02-21neighbour: Fixed race condition at tbl->nhtGravatar Michel Machado 1-0/+2
2012-02-21netfilter: ctnetlink: fix soft lockup when netlink adds new entriesGravatar Jozsef Kadlecsik 1-27/+16
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+3
2012-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 11-29/+49
2012-02-19netem: fix dequeueGravatar Eric Dumazet 1-4/+2
2012-02-15mac80211: do not call rate control .tx_status before .rate_initGravatar Felix Fietkau 1-1/+1
2012-02-15mac80211: call rate control only after initGravatar Johannes Berg 4-3/+6
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+2
2012-02-15Bluetooth: Fix possible use after free in delete pathGravatar Ulisses Furquim 1-2/+2
2012-02-15Bluetooth: Remove usage of __cancel_delayed_work()Gravatar Ulisses Furquim 1-3/+3
2012-02-15Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeGravatar Johan Hedberg 1-1/+2
2012-02-15Bluetooth: Fix RFCOMM session reference counting issueGravatar Octavian Purdila 1-6/+12
2012-02-15Bluetooth: silence lockdep warningGravatar Octavian Purdila 3-7/+9
2012-02-15Bluetooth: l2cap_set_timer needs jiffies as timeout valueGravatar Andrzej Kaczmarek 1-4/+8
2012-02-15Bluetooth: Fix sk_sndtimeo initialization for L2CAP socketGravatar Andrzej Kaczmarek 1-1/+1
2012-02-15Bluetooth: Remove bogus inline declaration from l2cap_chan_connectGravatar Johan Hedberg 1-1/+1
2012-02-15Bluetooth: Fix l2cap conn failures for ssp devicesGravatar Peter Hurley 1-0/+4
2012-02-14netpoll: netpoll_poll_dev() should access dev->flagsGravatar Eric Dumazet 1-1/+1
2012-02-14RxRPC: Fix kcalloc parameters swappedGravatar Axel Lin 1-2/+2
2012-02-14tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKGravatar Neal Cardwell 1-0/+4
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsGravatar Dimitri Sivanich 1-2/+3
2012-02-13tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Gravatar Neal Cardwell 1-9/+10
2012-02-13tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsGravatar Neal Cardwell 1-14/+22
2012-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 18-59/+59
2012-02-10net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledGravatar Thomas Graf 1-1/+2
2012-02-10ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Gravatar Li Wei 1-1/+1
2012-02-10netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mGravatar Neil Horman 1-5/+2
2012-02-10netprio_cgroup: don't allocate prio table when a device is registeredGravatar Neil Horman 1-6/+0
2012-02-10netprio_cgroup: fix an off-by-one bugGravatar Neil Horman 1-1/+1
2012-02-09mac80211: Fix a rwlock bad magic bugGravatar Mohammed Shafi Shajakhan 1-2/+2
2012-02-09netfilter: nf_queue: fix queueing of bridged gro skbsGravatar Florian Westphal 1-8/+32
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.Gravatar David S. Miller 4-9/+5
2012-02-08gro: more generic L2 header checkGravatar Eric Dumazet 1-2/+8
2012-02-07net: Fix build regression when INET_UDP_DIAG=y and IPV6=mGravatar Anisse Astier 1-1/+1
2012-02-04tcp_v4_send_reset: binding oif to iif in no sock caseGravatar Shawn Lu 1-0/+5
2012-02-04netprio_cgroup: Fix obo in get_prioidxGravatar Neil Horman 1-3/+4
2012-02-04ipvs: fix matching of fwmark templates during schedulingGravatar Simon Horman 1-1/+1
2012-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+1