summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ip_gre: clear feature flags when incompatible o_flags are setSabrina Dubroca2018-04-101-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-095-11/+15
|\
| * inetpeer: fix uninit-value in inet_getpeerEric Dumazet2018-04-091-0/+1
| * soreuseport: initialise timewait reuseport fieldEric Dumazet2018-04-071-0/+1
| * ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet2018-04-071-5/+6
| * arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines2018-04-051-1/+1
| * ip_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-5/+6
* | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+0
|/
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-041-3/+2
* net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni2018-04-041-1/+2
* route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long2018-04-011-9/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-017-11/+49
|\
| * Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-301-1/+1
| |\
| | * netfilter: nf_nat_snmp_basic: add correct dependency to MakefileMasahiro Yamada2018-03-291-1/+1
| * | ip_tunnel: Resolve ipsec merge conflict properly.David S. Miller2018-03-291-6/+6
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-292-3/+6
| |\ \
| | * | vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio2018-03-191-1/+0
| | * | ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio2018-03-191-1/+7
| | * | vti4: Don't count header length twice on tunnel setupStefano Brivio2018-03-191-1/+0
| * | | net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel2018-03-252-0/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-242-3/+17
| |\ \ \
| | * | | netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan2018-03-241-2/+4
| | * | | netfilter: drop template ct when conntrack is skipped.Paolo Abeni2018-03-221-1/+13
| | |/ /
| * / / ip_tunnel: Emit events for post-register MTU changesPetr Machata2018-03-231-5/+21
| |/ /
* | | ipv4: factorize sk_wmem_alloc updates done by __ip_append_data()Eric Dumazet2018-04-011-5/+12
* | | crypto : chtls - CPL handler definitionAtul Gupta2018-03-311-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-314-19/+92
|\ \ \
| * | | bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-311-6/+12
| * | | bpf: Hooks for sys_connectAndrey Ignatov2018-03-313-0/+43
| * | | net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov2018-03-311-15/+24
| * | | bpf: Hooks for sys_bindAndrey Ignatov2018-03-311-0/+7
| * | | bpf: sockmap redirect ingress supportJohn Fastabend2018-03-301-1/+9
* | | | inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet2018-03-311-21/+14
* | | | inet: frags: do not clone skb in ip_expire()Eric Dumazet2018-03-311-10/+6
* | | | inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-312-6/+6
* | | | inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-03-312-14/+2
* | | | inet: frags: get rif of inet_frag_evicting()Eric Dumazet2018-03-311-33/+32
* | | | inet: frags: remove some helpersEric Dumazet2018-03-312-8/+3
* | | | inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-312-341/+115
* | | | inet: frags: refactor ipfrag_init()Eric Dumazet2018-03-311-2/+2
* | | | inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-03-312-11/+15
* | | | inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-03-311-3/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-3010-178/+53
|\ \ \ \
| * | | | Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal2018-03-302-32/+2
| * | | | netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso2018-03-301-0/+12
| * | | | netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso2018-03-304-133/+2
| * | | | netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso2018-03-304-8/+10
| * | | | netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso2018-03-304-4/+4
| * | | | netfilter: ctnetlink: synproxy supportPablo Neira Ayuso2018-03-201-1/+7
| * | | | netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal2018-03-052-2/+32