summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-01-07ipv4: using prefetch requires including prefetch.hStephen Rothwell1-0/+1
2012-01-07ipv4: reintroduce route cache garbage collectorEric Dumazet1-0/+106
2012-01-07ipv4: flush route cache after change accept_localWeiping Pan1-0/+5
2012-01-07sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf2-11/+3
2012-01-07sctp: fix incorrect overflow check on autocloseXi Wang4-3/+17
2012-01-07sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet1-1/+1
2012-01-07net: have ipconfig not wait if no dev is availableGerlando Falauto1-0/+4
2012-01-07mqprio: Avoid panic if no options are providedThomas Graf1-1/+1
2012-01-07llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu1-4/+10
2012-01-07mac80211: fix another race in aggregation startJohannes Berg1-45/+41
2012-01-07ipip, sit: copy parms.name after register_netdeviceTed Feng2-2/+12
2011-12-22mac80211: fix race condition caused by late addBA responseNikolay Martynov1-1/+16
2011-12-09cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez1-2/+4
2011-12-09cfg80211: fix race on init and driver registrationLuis R. Rodriguez1-16/+27
2011-12-09mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach1-0/+14
2011-12-09mac80211: don't stop a single aggregation session twiceJohannes Berg1-2/+8
2011-12-09cfg80211: fix regulatory NULL dereferenceJohannes Berg1-0/+4
2011-12-09nl80211: fix MAC address validationEliad Peller1-2/+2
2011-12-09SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust1-2/+1
2011-11-26ip6_tunnel: copy parms.name after register_netdeviceJosh Boyer1-1/+7
2011-11-26cfg80211: fix bug on regulatory core exit on access to last_requestLuis R. Rodriguez1-0/+3
2011-11-26nl80211: fix HT capability attribute validationJohannes Berg1-2/+1
2011-11-26mac80211: fix bug in ieee80211_build_probe_reqJohannes Berg1-0/+4
2011-11-26mac80211: fix NULL dereference in radiotap codeJohannes Berg1-3/+6
2011-11-11net: Handle different key sizes between address families in flow cachedpward1-14/+17
2011-11-11mac80211: disable powersave for broken APsJohannes Berg2-2/+17
2011-11-11mac80211: config hw when going back on-channelEliad Peller1-2/+1
2011-11-11mac80211: fix remain_off_channel regressionEliad Peller1-2/+2
2011-11-11NFS/sunrpc: don't use a credential with extra groups.NeilBrown1-0/+3
2011-11-11net: Unlock sock before calling sk_free()Thomas Gleixner1-0/+1
2011-11-11bridge: leave carrier on for empty bridgestephen hemminger1-3/+0
2011-11-11can bcm: fix incomplete tx_setup fixOliver Hartkopp1-27/+21
2011-11-11make PACKET_STATISTICS getsockopt report consistently between ring and non-ringWillem de Bruijn1-1/+4
2011-11-11ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socketYan, Zheng1-0/+3
2011-11-11tcp: properly update lost_cnt_hint during shiftingYan, Zheng1-3/+1
2011-11-11tcp: properly handle md5sig_pool referencesYan, Zheng2-7/+12
2011-11-11l2tp: fix a potential skb leak in l2tp_xmit_skb()Eric Dumazet1-1/+3
2011-11-11ipv4: fix ipsec forward performance regressionYan, Zheng1-7/+7
2011-11-11can bcm: fix tx_setup off-by-one errorsOliver Hartkopp1-6/+7
2011-11-11bridge: fix hang on removal of bridge via netlinkstephen hemminger3-4/+7
2011-11-11net: hold sock reference while processing tx timestampsRichard Cochran1-2/+10
2011-11-11mac80211: fix offchannel TX cookie matchingJohannes Berg4-3/+4
2011-11-11rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman1-0/+1
2011-11-11caif: Fix BUG() with network namespacesDavid Woodhouse1-2/+3
2011-10-25x25: Prevent skb overreads when checking call user dataMatthew Daley1-1/+2
2011-10-17ipv6: fix NULL dereference in udp6_ufo_fragment()Jason Wang2-6/+8
2011-10-03cfg80211: Fix validation of AKM suitesJouni Malinen1-1/+4
2011-10-03Bluetooth: Fix timeout on scanning for the second timeOliver Neukum1-9/+8
2011-10-03bridge: fix a possible use after freeEric Dumazet1-4/+4
2011-10-03bridge: Pseudo-header required for the checksum of ICMPv6Yan, Zheng1-3/+10