Age | Commit message (Expand) | Author | Files | Lines |
2015-04-08 | netfilter: bridge: add helpers for fetching physin/outdev | Florian Westphal | 1 | -1/+3 |
2015-03-31 | netlink: implement nla_get_in_addr and nla_get_in6_addr | Jiri Benc | 9 | -23/+23 |
2015-03-31 | netlink: implement nla_put_in_addr and nla_put_in6_addr | Jiri Benc | 10 | -31/+31 |
2015-03-31 | tcp: simplify inetpeer_addr_base use | Jiri Benc | 1 | -14/+8 |
2015-03-31 | fib_trie: Cleanup ip_fib_net_exit code path | Alexander Duyck | 1 | -22/+7 |
2015-03-31 | fib_trie: Fix warning on fib4_rules_exit | Alexander Duyck | 1 | -4/+4 |
2015-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2 | -2/+6 |
2015-03-29 | tcp: tcp_syn_flood_action() can be static | Eric Dumazet | 2 | -29/+29 |
2015-03-25 | ipv4: hash net ptr into fragmentation bucket selection | Hannes Frederic Sowa | 7 | -13/+15 |
2015-03-25 | netfilter: Use LOGLEVEL_<FOO> defines | Joe Perches | 2 | -2/+6 |
2015-03-25 | tcp: fix ipv4 mapped request socks | Eric Dumazet | 3 | -3/+1 |
2015-03-25 | tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup() | Eric Dumazet | 2 | -15/+6 |
2015-03-25 | tcp: md5: remove request sock argument of calc_md5_hash() | Eric Dumazet | 2 | -12/+9 |
2015-03-25 | tcp: md5: input path is run under rcu protected sections | Eric Dumazet | 1 | -14/+3 |
2015-03-25 | tcp: use C99 initializers in new_state[] | Eric Dumazet | 1 | -12/+13 |
2015-03-25 | tcp: md5: fix rcu lockdep splat | Eric Dumazet | 1 | -9/+11 |
2015-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
2015-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2 | -5/+4 |
2015-03-24 | inet: fix double request socket freeing | Fan Du | 1 | -2/+2 |
2015-03-23 | fib_trie: Fix regression in handling of inflate/halve failure | Alexander Duyck | 1 | -4/+9 |
2015-03-23 | ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets | Eric Dumazet | 1 | -35/+34 |
2015-03-23 | net: convert syn_wait_lock to a spinlock | Eric Dumazet | 3 | -12/+12 |
2015-03-23 | inet: remove some sk_listener dependencies | Eric Dumazet | 1 | -11/+11 |
2015-03-23 | inet: remove sk_listener parameter from syn_ack_timeout() | Eric Dumazet | 2 | -4/+6 |
2015-03-23 | inet: cache listen_sock_qlen() and read rskq_defer_accept once | Eric Dumazet | 1 | -6/+9 |
2015-03-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -3/+3 |
2015-03-22 | netfilter: bridge: kill nf_bridge_pad | Florian Westphal | 1 | -4/+1 |
2015-03-21 | Revert "selinux: add a skb_owned_by() hook" | Eric Dumazet | 1 | -1/+0 |
2015-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -11/+29 |
2015-03-20 | tcp: fix tcp fin memory accounting | Josh Hunt | 1 | -5/+1 |
2015-03-20 | inet: get rid of central tcp/dccp listener timer | Eric Dumazet | 7 | -91/+83 |
2015-03-20 | inet: drop prev pointer handling in request sock | Eric Dumazet | 4 | -23/+23 |
2015-03-19 | netfilter: restore rule tracing via nfnetlink_log | Pablo Neira Ayuso | 1 | -3/+3 |
2015-03-19 | inet: add a schedule point in inet_twsk_purge() | Eric Dumazet | 1 | -0/+1 |
2015-03-19 | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} | Marcelo Ricardo Leitner | 3 | -41/+25 |
2015-03-19 | ipv4,ipv6: grab rtnl before locking the socket | Marcelo Ricardo Leitner | 1 | -6/+25 |
2015-03-19 | inet: request sock should init IPv6/IPv4 addresses | Eric Dumazet | 3 | -8/+8 |
2015-03-19 | inet: get rid of last __inet_hash_connect() argument | Eric Dumazet | 1 | -5/+4 |
2015-03-19 | ipv6: get rid of __inet6_hash() | Eric Dumazet | 1 | -6/+6 |
2015-03-19 | inet: add IPv6 support to sk_ehashfn() | Eric Dumazet | 2 | -5/+14 |
2015-03-19 | net: introduce sk_ehashfn() helper | Eric Dumazet | 1 | -11/+6 |
2015-03-19 | netns: constify net_hash_mix() and various callers | Eric Dumazet | 4 | -12/+12 |
2015-03-18 | netfilter: Remove uses of seq_<foo> return values | Joe Perches | 1 | -1/+3 |
2015-03-18 | inet: fix request sock refcounting | Eric Dumazet | 3 | -9/+7 |
2015-03-18 | inet: avoid fastopen lock for regular accept() | Eric Dumazet | 1 | -2/+4 |
2015-03-18 | tcp: rename struct tcp_request_sock listener | Eric Dumazet | 4 | -12/+6 |
2015-03-18 | inet: add rsk_listener field to struct request_sock | Eric Dumazet | 1 | -1/+1 |
2015-03-18 | inet: uninline inet_reqsk_alloc() | Eric Dumazet | 1 | -0/+24 |
2015-03-18 | inet: add sk_listener argument to inet_reqsk_alloc() | Eric Dumazet | 2 | -4/+2 |
2015-03-17 | tcp: uninline tcp_oow_rate_limited() | Eric Dumazet | 1 | -0/+30 |