summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-03tcp: md5: using remote adress for md5 lookup in rst packetshawnlu2-2/+2
2012-02-03tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-02-03rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller1-12/+8
2012-02-03l2tp: l2tp_ip - fix possible oops on packet receiveJames Chapman1-5/+0
2012-02-03net caif: Register properly as a pernet subsystem.Eric W. Biederman2-8/+4
2012-02-03netns: fix net_alloc_generic()Eric Dumazet1-15/+16
2012-02-03ah: Don't return NET_XMIT_DROP on input.Nick Bowler2-4/+0
2012-01-25ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler2-4/+4
2012-01-25ah: Correctly pass error codes in ahash output callback.Nick Bowler2-4/+0
2012-01-25svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2-20/+38
2012-01-25svcrpc: destroy server sockets all at onceJ. Bruce Fields2-7/+11
2012-01-25svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields1-0/+3
2012-01-25mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka1-1/+1
2012-01-12igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2012-01-06ipv4: using prefetch requires including prefetch.hStephen Rothwell1-0/+1
2012-01-06ipv4: reintroduce route cache garbage collectorEric Dumazet1-0/+106
2012-01-06ipv4: flush route cache after change accept_localWeiping Pan1-0/+5
2012-01-06sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf2-11/+3
2012-01-06sctp: fix incorrect overflow check on autocloseXi Wang4-3/+17
2012-01-06sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet1-1/+1
2012-01-06net: have ipconfig not wait if no dev is availableGerlando Falauto1-0/+4
2012-01-06mqprio: Avoid panic if no options are providedThomas Graf1-1/+1
2012-01-06llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu1-4/+10
2012-01-06mac80211: fix another race in aggregation startJohannes Berg1-45/+41
2012-01-06ipip, sit: copy parms.name after register_netdeviceTed Feng2-2/+12
2011-12-21mac80211: 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