aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-19fib_rules: fix unresolved_rules countingYan, Zheng1-1/+4
2011-10-19tproxy: copy transparent flag when creating a time waitKOVACS Krisztian1-0/+1
2011-10-18bluetooth: Properly clone LSM attributes to newly created child connectionsPaul Moore3-1/+11
2011-10-18l2tp: fix a potential skb leak in l2tp_xmit_skb()Eric Dumazet1-1/+3
2011-10-18bridge: fix hang on removal of bridge via netlinkstephen hemminger3-4/+7
2011-10-17Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller3-53/+88
2011-10-17x25: Prevent skb overreads when checking call user dataMatthew Daley1-1/+2
2011-10-17x25: Handle undersized/fragmented skbsMatthew Daley6-17/+87
2011-10-17x25: Validate incoming call user data lengthsMatthew Daley2-0/+9
2011-10-12IPVS netns shutdown/startup dead-lockHans Schillstrom2-51/+86
2011-10-10gro: refetch inet6_protos[] after pulling ext headersYan, Zheng1-0/+1
2011-10-06bridge: leave carrier on for empty bridgestephen hemminger1-3/+0
2011-10-05netfilter: Use proper rwlock init functionThomas Gleixner1-1/+1
2011-10-04tcp: properly update lost_cnt_hint during shiftingYan, Zheng1-3/+1
2011-10-04tcp: properly handle md5sig_pool referencesYan, Zheng2-7/+12
2011-10-04Merge git://github.com/davem330/netLinus Torvalds4-34/+40
2011-10-03make PACKET_STATISTICS getsockopt report consistently between ring and non-ringWillem de Bruijn1-1/+4
2011-10-03netfilter: nf_conntrack: fix event flooding in GRE protocol trackerFlorian Westphal1-2/+2
2011-09-29Merge branch 'for-linus' of git://github.com/NewDreamNetwork/ceph-clientLinus Torvalds4-42/+48
2011-09-29can bcm: fix incomplete tx_setup fixOliver Hartkopp1-27/+21
2011-09-29RDSRDMA: Fix cleanup of rds_iw_mr_poolJonathan Lallinger1-4/+9
2011-09-29ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socketYan, Zheng1-0/+3
2011-09-29can bcm: fix tx_setup off-by-one errorsOliver Hartkopp1-6/+7
2011-09-28libceph: fix pg_temp mapping updateSage Weil1-26/+24
2011-09-28libceph: fix pg_temp mapping calculationSage Weil1-13/+21
2011-09-27Merge branch 'for-davem' of git://git.infradead.org/users/linville/wirelessDavid S. Miller1-1/+4
2011-09-27Merge branch 'master' of git://git.infradead.org/users/linville/wireless into for-davemJohn W. Linville1-1/+4
2011-09-27ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear1-1/+3
2011-09-27ipv6: check return value for dst_allocMadalin Bucur1-1/+3
2011-09-27net: check return value for dst_allocMadalin Bucur1-4/+6
2011-09-27ipv6-multicast: Fix memory leak in input path.Ben Greear1-1/+3
2011-09-27Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-5/+5
2011-09-22batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli1-5/+5
2011-09-21cfg80211: Fix validation of AKM suitesJouni Malinen1-1/+4
2011-09-21xfrm: Perform a replay check after return from async codepathsSteffen Klassert1-0/+5
2011-09-21fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng1-2/+2
2011-09-20ipv6: fix a possible double freeRoy Li1-2/+2
2011-09-20Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davemJohn W. Linville3-9/+11
2011-09-19Merge branch 'for-3.1' of git://github.com/padovan/bluetooth-nextJohn W. Linville1-9/+8
2011-09-18tcp: fix validation of D-SACKZheng Yan1-1/+1
2011-09-18Merge git://github.com/davem330/netLinus Torvalds30-142/+187
2011-09-17ipv6: don't use inetpeer to store metrics for routes.Yan, Zheng1-11/+22
2011-09-16IRDA: Fix global type conflicts in net/irda/irsysctl.c v2Andi Kleen2-6/+6
2011-09-16net: Handle different key sizes between address families in flow cachedpward1-14/+17
2011-09-16ipv4: Fix fib_info->fib_metrics leakYan, Zheng1-1/+9
2011-09-16caif: fix a potential NULL dereferenceEric Dumazet1-1/+5
2011-09-16sctp: deal with multiple COOKIE_ECHO chunksMax Matveev2-0/+11
2011-09-16wireless: Fix rate mask for scan requestRajkumar Manoharan1-0/+2
2011-09-16wireless: Reset beacon_found while updating regulatoryRajkumar Manoharan1-0/+1
2011-09-16libceph: fix linger request requeuingSage Weil1-3/+1