Age | Commit message (Expand) | Author | Files | Lines |
2009-12-08 | SUNRPC: IS_ERR/PTR_ERR confusion | Roel Kluin | 1 | -1/+1 |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 346 | -8345/+13381 |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 60 | -1172/+207 |
2009-12-07 | mac80211: Fix bug in computing crc over dynamic IEs in beacon | Vasanthakumar Thiagarajan | 1 | -1/+1 |
2009-12-07 | net/rfkill/core.c: work around gcc-4.0.2 silliness | Andrew Morton | 1 | -2/+2 |
2009-12-07 | mac80211: Fix dynamic power save for scanning. | Vivek Natarajan | 2 | -4/+17 |
2009-12-07 | mac80211: recalculate idle later in MLME | Johannes Berg | 1 | -2/+8 |
2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina | 12 | -21/+21 |
2009-12-05 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2 | -0/+4 |
2009-12-05 | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -0/+4 |
2009-12-04 | mac80211: fix reorder buffer release | Johannes Berg | 1 | -1/+1 |
2009-12-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 14 | -308/+526 |
2009-12-04 | cfg80211: indent regulatory messages with spaces | Kalle Valo | 1 | -3/+3 |
2009-12-04 | mac80211: Fix TX status reporting for injected data frames | Jouni Malinen | 1 | -1/+5 |
2009-12-04 | WE: Fix set events not propagated | Jean Tourrilhes | 1 | -1/+2 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 9 | -17/+17 |
2009-12-04 | tree-wide: fix some typos and punctuation in comments | Thadeu Lima de Souza Cascardo | 2 | -3/+3 |
2009-12-03 | Merge branch 'devel' into linux-next | Trond Myklebust | 5 | -41/+132 |
2009-12-03 | tcp: fix a timewait refcnt race | Eric Dumazet | 1 | -3/+16 |
2009-12-03 | tcp: connect() race with timewait reuse | Eric Dumazet | 3 | -18/+45 |
2009-12-03 | tcp: diag: Dont report negative values for rx queue | Eric Dumazet | 2 | -3/+11 |
2009-12-03 | netdevice: provide common routine for macvlan and vlan operstate management | Patrick Mullaney | 2 | -25/+31 |
2009-12-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 7 | -37/+149 |
2009-12-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 31 | -257/+250 |
2009-12-03 | SUNRPC: soft connect semantics for UDP | Chuck Lever | 1 | -0/+4 |
2009-12-03 | SUNRPC: Use soft connect semantics when performing RPC ping | Chuck Lever | 1 | -5/+5 |
2009-12-03 | SUNRPC: Use soft connects for autobinding over TCP | Chuck Lever | 2 | -2/+17 |
2009-12-03 | SUNRPC: Use TCP for local rpcbind upcalls | Chuck Lever | 1 | -2/+2 |
2009-12-03 | SUNRPC: Use a cached RPC client and transport for rpcbind upcalls | Chuck Lever | 2 | -16/+80 |
2009-12-03 | SUNRPC: Simplify synopsis of rpcb_local_clnt() | Chuck Lever | 1 | -7/+4 |
2009-12-03 | SUNRPC: Allow RPCs to fail quickly if the server is unreachable | Chuck Lever | 2 | -3/+10 |
2009-12-03 | SUNRPC: Check explicitly for tk_status == 0 in call_transmit_status() | Chuck Lever | 1 | -0/+12 |
2009-12-03 | SUNRPC: Display compressed (shorthand) IPv6 presentation addresses | Chuck Lever | 1 | -9/+1 |
2009-12-03 | net: Batch inet_twsk_purge | Eric W. Biederman | 3 | -11/+21 |
2009-12-03 | net: Use rcu lookups in inet_twsk_purge. | Eric W. Biederman | 1 | -15/+24 |
2009-12-03 | net: Allow fib_rule_unregister to batch | Eric W. Biederman | 4 | -37/+55 |
2009-12-03 | netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys} | Eric W. Biederman | 1 | -2/+6 |
2009-12-03 | net: Allow xfrm_user_net_exit to batch efficiently. | Eric W. Biederman | 1 | -8/+10 |
2009-12-03 | net: Move network device exit batching | Eric W. Biederman | 2 | -24/+25 |
2009-12-03 | net: Add support for batching network namespace cleanups | Eric W. Biederman | 1 | -61/+61 |
2009-12-03 | ipv4 05/05: add sysctl to accept packets with local source addresses | Patrick McHardy | 2 | -4/+8 |
2009-12-03 | net 04/05: fib_rules: allow to delete local rule | Patrick McHardy | 3 | -3/+3 |
2009-12-03 | net 03/05: fib_rules: add oif classification | Patrick McHardy | 1 | -1/+32 |
2009-12-03 | net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR... | Patrick McHardy | 1 | -18/+18 |
2009-12-03 | Bluetooth: Add RFCOMM option to use L2CAP ERTM mode | Marcel Holtmann | 1 | -0/+6 |
2009-12-03 | Bluetooth: Add L2CAP option for max transmit value | Marcel Holtmann | 1 | -1/+5 |
2009-12-03 | Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq value | Gustavo F. Padovan | 1 | -0/+2 |
2009-12-03 | Bluetooth: Implement RejActioned flag | Gustavo F. Padovan | 1 | -3/+35 |
2009-12-03 | Bluetooth: Fix sending ReqSeq on I-frames | Gustavo F. Padovan | 1 | -2/+6 |
2009-12-03 | Bluetooth: Fix unset of SrejActioned flag | Gustavo F. Padovan | 1 | -1/+1 |