summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy2009-11-064-8/+4
| | * | | | netfilter: nf_nat_helper: tidy up adjust_tcp_sequenceHannes Eder2009-11-051-13/+9
| | * | | | netfilter: nf_conntrack: avoid additional compare.Changli Gao2009-11-051-4/+10
| | * | | | netfilter: remove synchronize_net() calls in ip_queue/ip6_queueEric Dumazet2009-11-042-2/+2
| | * | | | netfilter: xt_socket: make module available for INPUT chainJan Engelhardt2009-10-291-2/+4
| * | | | | net: Batch inet_twsk_purgeEric W. Biederman2009-12-033-11/+21
| * | | | | net: Use rcu lookups in inet_twsk_purge.Eric W. Biederman2009-12-031-15/+24
| * | | | | net: Allow fib_rule_unregister to batchEric W. Biederman2009-12-034-37/+55
| * | | | | netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}Eric W. Biederman2009-12-031-2/+6
| * | | | | net: Allow xfrm_user_net_exit to batch efficiently.Eric W. Biederman2009-12-031-8/+10
| * | | | | net: Move network device exit batchingEric W. Biederman2009-12-032-24/+25
| * | | | | net: Add support for batching network namespace cleanupsEric W. Biederman2009-12-031-61/+61
| * | | | | ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy2009-12-032-4/+8
| * | | | | net 04/05: fib_rules: allow to delete local rulePatrick McHardy2009-12-033-3/+3
| * | | | | net 03/05: fib_rules: add oif classificationPatrick McHardy2009-12-031-1/+32
| * | | | | net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR...Patrick McHardy2009-12-031-18/+18
| | |/ / / | |/| | |
| * | | | tcp: sysctl_tcp_cookie_size needs to be exported to modules.David S. Miller2009-12-021-0/+1
| * | | | tcp: Fix warning on 64-bit.David S. Miller2009-12-021-1/+1
| * | | | net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman2009-12-021-5/+3
| * | | | TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2009-12-027-43/+258
| * | | | TCPCT part 1f: Initiator Cookie => ResponderWilliam Allen Simpson2009-12-021-30/+163
| * | | | TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2009-12-021-2/+131
| * | | | TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson2009-12-023-8/+71
| * | | | TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2009-12-022-0/+11
| * | | | TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson2009-12-021-0/+140
| * | | | TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-028-31/+33
| * | | | skbuff: remove skb_dma_map/unmapAlexander Duyck2009-12-022-66/+0
| * | | | net: compat_sys_recvmmsg user timespec arg can be NULLJean-Mickael Guerin2009-12-021-2/+6
| * | | | net: compat_mmsghdr must be used in sys_recvmmsgJean-Mickael Guerin2009-12-021-6/+18
| * | | | sctp: fix sctp_setsockopt_autoclose compile warningAndrei Pelinescu-Onciul2009-12-021-1/+1
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-019-29/+25
| |\ \ \ \
| | * | | | ip_fragment: also adjust skb->truesize for packets not owned by a socketPatrick McHardy2009-12-011-1/+1
| | * | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-015-28/+21
| | |\ \ \ \
| | * | | | | ipsec: can not add camellia cipher algorithm when using "ip xfrm state" commandLi Yewang2009-12-011-0/+1
| | * | | | | tcp: tcp_disconnect() should clear window_clampEric Dumazet2009-11-301-0/+1
| * | | | | | net: Simplify ipip6 aka sit pernet operations.Eric W. Biederman2009-12-011-19/+6
| * | | | | | net: Simplify ip6_tunnel pernet operations.Eric W. Biederman2009-12-011-19/+6
| * | | | | | net: Simplify ipip pernet operations.Eric W. Biederman2009-12-011-18/+6
| * | | | | | net: Simplify ip_gre pernet operations.Eric W. Biederman2009-12-011-18/+6
| * | | | | | net: Simplify phonet pernet operations.Eric W. Biederman2009-12-011-10/+6
| * | | | | | net: Simplify conntrack_proto_gre pernet operations.Eric W. Biederman2009-12-011-14/+6
| * | | | | | net: Simplify conntrack_proto_dccp pernet operations.Eric W. Biederman2009-12-011-23/+8
| * | | | | | net: Simplify af_key pernet operations.Eric W. Biederman2009-12-011-19/+6
| * | | | | | net: Simplify vlan pernet operations.Eric W. Biederman2009-12-011-26/+7
| * | | | | | net: Simplfy default_device_exit and improve batching.Eric W. Biederman2009-12-011-10/+6
| * | | | | | net: Automatically allocate per namespace data.Eric W. Biederman2009-12-011-86/+102
| * | | | | | net: Batch network namespace destruction.Eric W. Biederman2009-12-011-8/+58
| * | | | | | net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman2009-12-013-28/+18
| * | | | | | net: Move && and || to end of previous lineJoe Perches2009-11-2963-233/+235
| * | | | | | pktgen: NUMA awareEric Dumazet2009-11-291-3/+6
OpenPOWER on IntegriCloud