summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-03-30Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov
2018-03-31net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend
2018-03-29net/ipv4: Allow notifier to fail route replaceDavid Ahern
2018-03-29net/ipv4: Move call_fib_entry_notifiers up for new routesDavid Ahern
2018-03-29ip_tunnel: Resolve ipsec merge conflict properly.David S. Miller
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-29netfilter: nf_nat_snmp_basic: add correct dependency to MakefileMasahiro Yamada
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26ip6mr: Add refcounting to mfcYuval Mintz
2018-03-26ipmr: Make ipmr_dump() commonYuval Mintz
2018-03-26ipmr: Make MFC fib notifiers commonYuval Mintz
2018-03-26ipmr: Make vif fib notifiers commonYuval Mintz
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-25net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel
2018-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-03-24netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan
2018-03-23net: Convert udp_sysctl_opsKirill Tkhai
2018-03-23ip_tunnel: Emit events for post-register MTU changesPetr Machata
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22net: Replace ip_ra_lock with per-net mutexKirill Tkhai
2018-03-22net: Make ip_ra_chain per struct netKirill Tkhai
2018-03-22net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai
2018-03-22net: Move IP_ROUTER_ALERT out of lock_sock(sk)Kirill Tkhai
2018-03-22net: Revert "ipv4: get rid of ip_ra_lock"Kirill Tkhai
2018-03-22gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King
2018-03-22netfilter: drop template ct when conntrack is skipped.Paolo Abeni
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-20netfilter: ctnetlink: synproxy supportPablo Neira Ayuso
2018-03-19net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend
2018-03-19vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio
2018-03-19ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio
2018-03-19vti4: Don't count header length twice on tunnel setupStefano Brivio
2018-03-16net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exitYousuk Seung
2018-03-16tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2018-03-16udp: Move the udp sysctl to namespace.Tonghao Zhang
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long