Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR... | Patrick McHardy | 2009-12-03 | 1 | -18/+18 | |
| | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | tcp: sysctl_tcp_cookie_size needs to be exported to modules. | David S. Miller | 2009-12-02 | 1 | -0/+1 | |
| * | | | | | | tcp: Fix warning on 64-bit. | David S. Miller | 2009-12-02 | 1 | -1/+1 | |
| * | | | | | | net: Teach vlans to cleanup as a pernet subsystem | Eric W. Biederman | 2009-12-02 | 1 | -5/+3 | |
| * | | | | | | TCPCT part 1g: Responder Cookie => Initiator | William Allen Simpson | 2009-12-02 | 7 | -43/+258 | |
| * | | | | | | TCPCT part 1f: Initiator Cookie => Responder | William Allen Simpson | 2009-12-02 | 1 | -30/+163 | |
| * | | | | | | TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONS | William Allen Simpson | 2009-12-02 | 1 | -2/+131 | |
| * | | | | | | TCPCT part 1d: define TCP cookie option, extend existing struct's | William Allen Simpson | 2009-12-02 | 3 | -8/+71 | |
| * | | | | | | TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS | William Allen Simpson | 2009-12-02 | 2 | -0/+11 | |
| * | | | | | | TCPCT part 1b: generate Responder Cookie secret | William Allen Simpson | 2009-12-02 | 1 | -0/+140 | |
| * | | | | | | TCPCT part 1a: add request_values parameter for sending SYNACK | William Allen Simpson | 2009-12-02 | 8 | -31/+33 | |
| * | | | | | | skbuff: remove skb_dma_map/unmap | Alexander Duyck | 2009-12-02 | 2 | -66/+0 | |
| * | | | | | | net: compat_sys_recvmmsg user timespec arg can be NULL | Jean-Mickael Guerin | 2009-12-02 | 1 | -2/+6 | |
| * | | | | | | net: compat_mmsghdr must be used in sys_recvmmsg | Jean-Mickael Guerin | 2009-12-02 | 1 | -6/+18 | |
| * | | | | | | sctp: fix sctp_setsockopt_autoclose compile warning | Andrei Pelinescu-Onciul | 2009-12-02 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-12-01 | 9 | -29/+25 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ip_fragment: also adjust skb->truesize for packets not owned by a socket | Patrick McHardy | 2009-12-01 | 1 | -1/+1 | |
| | * | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-12-01 | 5 | -28/+21 | |
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | ||||||
| | * | | | | | | ipsec: can not add camellia cipher algorithm when using "ip xfrm state" command | Li Yewang | 2009-12-01 | 1 | -0/+1 | |
| | * | | | | | | tcp: tcp_disconnect() should clear window_clamp | Eric Dumazet | 2009-11-30 | 1 | -0/+1 | |
| * | | | | | | | net: Simplify ipip6 aka sit pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -19/+6 | |
| * | | | | | | | net: Simplify ip6_tunnel pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -19/+6 | |
| * | | | | | | | net: Simplify ipip pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -18/+6 | |
| * | | | | | | | net: Simplify ip_gre pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -18/+6 | |
| * | | | | | | | net: Simplify phonet pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -10/+6 | |
| * | | | | | | | net: Simplify conntrack_proto_gre pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -14/+6 | |
| * | | | | | | | net: Simplify conntrack_proto_dccp pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -23/+8 | |
| * | | | | | | | net: Simplify af_key pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -19/+6 | |
| * | | | | | | | net: Simplify vlan pernet operations. | Eric W. Biederman | 2009-12-01 | 1 | -26/+7 | |
| * | | | | | | | net: Simplfy default_device_exit and improve batching. | Eric W. Biederman | 2009-12-01 | 1 | -10/+6 | |
| * | | | | | | | net: Automatically allocate per namespace data. | Eric W. Biederman | 2009-12-01 | 1 | -86/+102 | |
| * | | | | | | | net: Batch network namespace destruction. | Eric W. Biederman | 2009-12-01 | 1 | -8/+58 | |
| * | | | | | | | net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH | Eric W. Biederman | 2009-12-01 | 3 | -28/+18 | |
| * | | | | | | | net: Move && and || to end of previous line | Joe Perches | 2009-11-29 | 63 | -233/+235 | |
| * | | | | | | | pktgen: NUMA aware | Eric Dumazet | 2009-11-29 | 1 | -3/+6 | |
| * | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-29 | 11 | -61/+55 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | X25: Fix oops and refcnt problems from x25_dev_get | andrew hendry | 2009-11-29 | 1 | -1/+3 | |
| * | | | | | | | | X25: Check for errors in x25_init | andrew hendry | 2009-11-29 | 1 | -3/+16 | |
| * | | | | | | | | X25: Move SYSCTL ifdefs into header | andrew hendry | 2009-11-29 | 1 | -4/+0 | |
| * | | | | | | | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/... | David S. Miller | 2009-11-29 | 11 | -391/+163 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | sctp: prevent too-fast association id reuse | Vlad Yasevich | 2009-11-23 | 1 | -1/+12 | |
| | * | | | | | | | | sctp: fix integer overflow when setting the autoclose timer | Andrei Pelinescu-Onciul | 2009-11-23 | 1 | -1/+1 | |
| | * | | | | | | | | sctp: limit maximum autoclose setsockopt value | Andrei Pelinescu-Onciul | 2009-11-23 | 1 | -0/+3 | |
| | * | | | | | | | | sctp: Fix mis-ordering of user space data when multihoming in use | Neil Horman | 2009-11-23 | 1 | -12/+13 | |
| | * | | | | | | | | sctp: Update max.burst implementation | Vlad Yasevich | 2009-11-23 | 4 | -23/+54 | |
| | * | | | | | | | | sctp: Remove useless last_time_used variable | Vlad Yasevich | 2009-11-23 | 3 | -9/+5 | |
| | * | | | | | | | | sctp: remove deprecated SCTP_GET_*_OLD stuffs | Amerigo Wang | 2009-11-23 | 1 | -325/+0 | |
| | * | | | | | | | | sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLE | Andrei Pelinescu-Onciul | 2009-11-23 | 1 | -4/+3 | |
| | * | | | | | | | | sctp: Update SWS avaoidance receiver side algorithm | Vlad Yasevich | 2009-11-23 | 4 | -4/+20 | |
| | * | | | | | | | | sctp: Select a working primary during sctp_connectx() | Vlad Yasevich | 2009-11-23 | 2 | -0/+8 |