aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-08[PATCH] tcp: documents timewait refcnt tricks Eric Dumazet1-14/+24
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet2-8/+23
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet6-13/+29
2009-12-08tcp: Remove runtime check that can never be true.David S. Miller1-5/+0
2009-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller5-9/+28
2009-12-08sctp: fix compile error due to sysctl mismergeLinus Torvalds1-1/+0
2009-12-08Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust1-1/+1
2009-12-08SUNRPC: IS_ERR/PTR_ERR confusionRoel Kluin1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds346-8345/+13381
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds60-1172/+207
2009-12-07mac80211: Fix bug in computing crc over dynamic IEs in beaconVasanthakumar Thiagarajan1-1/+1
2009-12-07net/rfkill/core.c: work around gcc-4.0.2 sillinessAndrew Morton1-2/+2
2009-12-07mac80211: Fix dynamic power save for scanning.Vivek Natarajan2-4/+17
2009-12-07mac80211: recalculate idle later in MLMEJohannes Berg1-2/+8
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina12-21/+21
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-0/+4
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+4
2009-12-04mac80211: fix reorder buffer releaseJohannes Berg1-1/+1
2009-12-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller14-308/+526
2009-12-04cfg80211: indent regulatory messages with spacesKalle Valo1-3/+3
2009-12-04mac80211: Fix TX status reporting for injected data framesJouni Malinen1-1/+5
2009-12-04WE: Fix set events not propagatedJean Tourrilhes1-1/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa9-17/+17
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2-3/+3
2009-12-03Merge branch 'devel' into linux-nextTrond Myklebust5-41/+132
2009-12-03tcp: fix a timewait refcnt raceEric Dumazet1-3/+16
2009-12-03tcp: connect() race with timewait reuseEric Dumazet3-18/+45
2009-12-03tcp: diag: Dont report negative values for rx queueEric Dumazet2-3/+11
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney2-25/+31
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6David S. Miller7-37/+149
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller31-257/+250
2009-12-03SUNRPC: soft connect semantics for UDPChuck Lever1-0/+4
2009-12-03SUNRPC: Use soft connect semantics when performing RPC pingChuck Lever1-5/+5
2009-12-03SUNRPC: Use soft connects for autobinding over TCPChuck Lever2-2/+17
2009-12-03SUNRPC: Use TCP for local rpcbind upcallsChuck Lever1-2/+2
2009-12-03SUNRPC: Use a cached RPC client and transport for rpcbind upcallsChuck Lever2-16/+80
2009-12-03SUNRPC: Simplify synopsis of rpcb_local_clnt()Chuck Lever1-7/+4
2009-12-03SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever2-3/+10
2009-12-03SUNRPC: Check explicitly for tk_status == 0 in call_transmit_status()Chuck Lever1-0/+12
2009-12-03SUNRPC: Display compressed (shorthand) IPv6 presentation addressesChuck Lever1-9/+1
2009-12-03net: Batch inet_twsk_purgeEric W. Biederman3-11/+21
2009-12-03net: Use rcu lookups in inet_twsk_purge.Eric W. Biederman1-15/+24
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman4-37/+55
2009-12-03netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}Eric W. Biederman1-2/+6
2009-12-03net: Allow xfrm_user_net_exit to batch efficiently.Eric W. Biederman1-8/+10
2009-12-03net: Move network device exit batchingEric W. Biederman2-24/+25
2009-12-03net: Add support for batching network namespace cleanupsEric W. Biederman1-61/+61
2009-12-03ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy2-4/+8
2009-12-03net 04/05: fib_rules: allow to delete local rulePatrick McHardy3-3/+3
2009-12-03net 03/05: fib_rules: add oif classificationPatrick McHardy1-1/+32