Age | Commit message (Expand) | Author | Files | Lines |
2010-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
2010-01-14 | net: fix build erros with CONFIG_BUG=n, CONFIG_GENERIC_BUG=n | Octavian Purdila | 1 | -1/+1 |
2010-01-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+16 |
2010-01-07 | ip: fix mc_loop checks for tunnels with multicast outer addresses | Octavian Purdila | 1 | -0/+16 |
2009-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -2/+6 |
2009-12-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -2/+0 |
2009-12-29 | wireless: remove remaining qual code | Johannes Berg | 1 | -2/+0 |
2009-12-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -0/+6 |
2009-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 5 | -4/+12 |
2009-12-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 3 | -1/+10 |
2009-12-16 | tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. | David S. Miller | 2 | -3/+2 |
2009-12-15 | netfilter: fix crashes in bridge netfilter caused by fragment jumps | Patrick McHardy | 2 | -0/+2 |
2009-12-15 | ipv6: reassembly: use seperate reassembly queues for conntrack and local deli... | Patrick McHardy | 2 | -1/+8 |
2009-12-14 | mac80211: Add define for TX headroom reserved by mac80211 itself. | Gertjan van Wingerde | 1 | -0/+6 |
2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 3 | -40/+21 |
2009-12-12 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 3 | -3/+2 |
2009-12-12 | net: fix compat_sys_recvmmsg parameter type | Heiko Carstens | 1 | -1/+1 |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -3/+3 |
2009-12-09 | tcp: Stalling connections: Move timeout calculation routine | Damian Lukowski | 1 | -28/+0 |
2009-12-09 | tcp: Stalling connections: Fix timeout calculation routine | Damian Lukowski | 1 | -2/+8 |
2009-12-09 | tcp: Fix a connect() race with timewait sockets | Eric Dumazet | 1 | -0/+3 |
2009-12-09 | tcp: Fix a connect() race with timewait sockets | Eric Dumazet | 2 | -4/+6 |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 68 | -629/+944 |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 2 | -3/+1 |
2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina | 3 | -3/+3 |
2009-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2 | -0/+32 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 3 | -3/+3 |
2009-12-04 | tcp: connect() race with timewait reuse | Eric Dumazet | 1 | -0/+2 |
2009-12-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 2 | -39/+2 |
2009-12-03 | net: Batch inet_twsk_purge | Eric W. Biederman | 1 | -3/+3 |
2009-12-03 | net: Allow fib_rule_unregister to batch | Eric W. Biederman | 1 | -1/+2 |
2009-12-03 | net: Allow xfrm_user_net_exit to batch efficiently. | Eric W. Biederman | 1 | -0/+1 |
2009-12-03 | net: Add support for batching network namespace cleanups | Eric W. Biederman | 1 | -0/+2 |
2009-12-03 | net 03/05: fib_rules: add oif classification | Patrick McHardy | 1 | -0/+3 |
2009-12-03 | net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR... | Patrick McHardy | 1 | -3/+3 |
2009-12-03 | net 01/05: fib_rules: rearrange struct fib_rule | Patrick McHardy | 1 | -1/+1 |
2009-12-03 | Bluetooth: Implement RejActioned flag | Gustavo F. Padovan | 1 | -0/+1 |
2009-12-03 | Bluetooth: Fix sending ReqSeq on I-frames | Gustavo F. Padovan | 1 | -1/+0 |
2009-12-03 | Bluetooth: Unobfuscate tasklet_schedule usage | Marcel Holtmann | 1 | -16/+0 |
2009-12-03 | Bluetooth: Turn hci_recv_frame into an exported function | Marcel Holtmann | 1 | -22/+1 |
2009-12-03 | tcp: clear hints to avoid a stale one (nfs only affected?) | Ilpo Järvinen | 1 | -0/+1 |
2009-12-03 | TCPCT part 1g: Responder Cookie => Initiator | William Allen Simpson | 1 | -0/+1 |
2009-12-03 | TCPCT part 1d: define TCP cookie option, extend existing struct's | William Allen Simpson | 1 | -0/+83 |
2009-12-03 | TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS | William Allen Simpson | 1 | -5/+1 |
2009-12-03 | TCPCT part 1b: generate Responder Cookie secret | William Allen Simpson | 1 | -0/+8 |
2009-12-03 | TCPCT part 1a: add request_values parameter for sending SYNACK | William Allen Simpson | 2 | -2/+9 |
2009-12-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+6 |
2009-12-02 | net: remove [un]register_pernet_gen_... and update the docs. | Eric W. Biederman | 2 | -25/+5 |
2009-12-02 | net: Automatically allocate per namespace data. | Eric W. Biederman | 1 | -4/+24 |
2009-12-02 | net: Batch network namespace destruction. | Eric W. Biederman | 1 | -1/+1 |