aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
2018-04-04inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet1-3/+2
2018-04-04net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni1-1/+2
2018-04-01route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long1-9/+11
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-11/+49
2018-04-01ipv4: factorize sk_wmem_alloc updates done by __ip_append_data()Eric Dumazet1-5/+12
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta1-0/+1
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-19/+92
2018-03-31inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet1-21/+14
2018-03-31inet: frags: do not clone skb in ip_expire()Eric Dumazet1-10/+6
2018-03-31inet: frags: break the 2GB limit for frags storageEric Dumazet2-6/+6
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2-14/+2
2018-03-31inet: frags: get rif of inet_frag_evicting()Eric Dumazet1-33/+32
2018-03-31inet: frags: remove some helpersEric Dumazet2-8/+3
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet2-341/+115
2018-03-31inet: frags: refactor ipfrag_init()Eric Dumazet1-2/+2
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet2-11/+15
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet1-3/+9
2018-03-30Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov1-6/+12
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov3-0/+43
2018-03-31net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov1-15/+24
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov1-0/+7
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-178/+53
2018-03-30Revert "netfilter: x_tables: ensure last rule in base chain matches underflow/policy"Florian Westphal2-32/+2
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso1-0/+12
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso4-133/+2
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso4-8/+10
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso4-4/+4
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend1-1/+9
2018-03-29net/ipv4: Allow notifier to fail route replaceDavid Ahern1-2/+7
2018-03-29net/ipv4: Move call_fib_entry_notifiers up for new routesDavid Ahern1-2/+16
2018-03-29ip_tunnel: Resolve ipsec merge conflict properly.David S. Miller1-6/+6
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-1/+3
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-3/+6
2018-03-29netfilter: nf_nat_snmp_basic: add correct dependency to MakefileMasahiro Yamada1-1/+1
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai35-43/+0
2018-03-26ip6mr: Add refcounting to mfcYuval Mintz1-4/+4
2018-03-26ipmr: Make ipmr_dump() commonYuval Mintz2-51/+44
2018-03-26ipmr: Make MFC fib notifiers commonYuval Mintz1-22/+4
2018-03-26ipmr: Make vif fib notifiers commonYuval Mintz1-26/+5
2018-03-26net: Use octal not symbolic permissionsJoe Perches11-17/+17
2018-03-25net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel2-0/+5
2018-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+17
2018-03-24netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan1-2/+4
2018-03-23net: Convert udp_sysctl_opsKirill Tkhai1-1/+2
2018-03-23ip_tunnel: Emit events for post-register MTU changesPetr Machata1-5/+21
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-19/+44
2018-03-22net: Replace ip_ra_lock with per-net mutexKirill Tkhai1-9/+6
2018-03-22net: Make ip_ra_chain per struct netKirill Tkhai2-16/+4