Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-12-03 | Bluetooth: Initialize variables and timers for both channel's sides | Gustavo F. Padovan | 1 | -18/+36 |
2009-12-03 | Bluetooth: Fix handling of BNEP setup connection requests | Vikram Kandukuri | 1 | -1/+4 |
2009-12-03 | Bluetooth: Unobfuscate tasklet_schedule usage | Marcel Holtmann | 3 | -12/+18 |
2009-12-03 | Bluetooth: Turn hci_recv_frame into an exported function | Marcel Holtmann | 1 | -0/+23 |
2009-12-03 | Bluetooth: Return ENETDOWN when interface is down | Marcel Holtmann | 1 | -0/+5 |
2009-12-03 | Bluetooth: Implement raw output support for HIDP layer | Jiri Kosina | 1 | -0/+9 |
2009-12-02 | tcp: sysctl_tcp_cookie_size needs to be exported to modules. | David S. Miller | 1 | -0/+1 |
2009-12-02 | tcp: Fix warning on 64-bit. | David S. Miller | 1 | -1/+1 |
2009-12-02 | net: Teach vlans to cleanup as a pernet subsystem | Eric W. Biederman | 1 | -5/+3 |
2009-12-02 | TCPCT part 1g: Responder Cookie => Initiator | William Allen Simpson | 7 | -43/+258 |
2009-12-02 | TCPCT part 1f: Initiator Cookie => Responder | William Allen Simpson | 1 | -30/+163 |
2009-12-02 | TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONS | William Allen Simpson | 1 | -2/+131 |
2009-12-02 | TCPCT part 1d: define TCP cookie option, extend existing struct's | William Allen Simpson | 3 | -8/+71 |
2009-12-02 | TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS | William Allen Simpson | 2 | -0/+11 |
2009-12-02 | TCPCT part 1b: generate Responder Cookie secret | William Allen Simpson | 1 | -0/+140 |
2009-12-02 | TCPCT part 1a: add request_values parameter for sending SYNACK | William Allen Simpson | 8 | -31/+33 |
2009-12-02 | skbuff: remove skb_dma_map/unmap | Alexander Duyck | 2 | -66/+0 |
2009-12-02 | net: compat_sys_recvmmsg user timespec arg can be NULL | Jean-Mickael Guerin | 1 | -2/+6 |
2009-12-02 | net: compat_mmsghdr must be used in sys_recvmmsg | Jean-Mickael Guerin | 1 | -6/+18 |
2009-12-02 | sctp: fix sctp_setsockopt_autoclose compile warning | Andrei Pelinescu-Onciul | 1 | -1/+1 |
2009-12-01 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 9 | -29/+25 |
2009-12-01 | net: Simplify ipip6 aka sit pernet operations. | Eric W. Biederman | 1 | -19/+6 |
2009-12-01 | net: Simplify ip6_tunnel pernet operations. | Eric W. Biederman | 1 | -19/+6 |
2009-12-01 | net: Simplify ipip pernet operations. | Eric W. Biederman | 1 | -18/+6 |
2009-12-01 | net: Simplify ip_gre pernet operations. | Eric W. Biederman | 1 | -18/+6 |
2009-12-01 | net: Simplify phonet pernet operations. | Eric W. Biederman | 1 | -10/+6 |
2009-12-01 | net: Simplify conntrack_proto_gre pernet operations. | Eric W. Biederman | 1 | -14/+6 |
2009-12-01 | net: Simplify conntrack_proto_dccp pernet operations. | Eric W. Biederman | 1 | -23/+8 |
2009-12-01 | net: Simplify af_key pernet operations. | Eric W. Biederman | 1 | -19/+6 |
2009-12-01 | net: Simplify vlan pernet operations. | Eric W. Biederman | 1 | -26/+7 |
2009-12-01 | net: Simplfy default_device_exit and improve batching. | Eric W. Biederman | 1 | -10/+6 |
2009-12-01 | net: Automatically allocate per namespace data. | Eric W. Biederman | 1 | -86/+102 |
2009-12-01 | net: Batch network namespace destruction. | Eric W. Biederman | 1 | -8/+58 |
2009-12-01 | net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH | Eric W. Biederman | 3 | -28/+18 |
2009-12-01 | ip_fragment: also adjust skb->truesize for packets not owned by a socket | Patrick McHardy | 1 | -1/+1 |
2009-12-01 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 5 | -28/+21 |
2009-12-01 | ipsec: can not add camellia cipher algorithm when using "ip xfrm state" command | Li Yewang | 1 | -0/+1 |
2009-11-30 | Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linv... | Linus Torvalds | 4 | -18/+13 |
2009-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 12 | -62/+56 |