summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-052-5/+13
| * | | | netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-052-2/+2
| * | | | netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-052-20/+6
| * | | | netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-052-10/+0
| * | | | netfilter: unlock xt_table earlier in __do_replaceXin Long2018-03-052-2/+4
| * | | | netfilter: ipt_ah: return boolean instead of integerGustavo A. R. Silva2018-03-051-1/+1
* | | | | net/ipv4: Allow notifier to fail route replaceDavid Ahern2018-03-291-2/+7
* | | | | net/ipv4: Move call_fib_entry_notifiers up for new routesDavid Ahern2018-03-291-2/+16
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-292-1/+3
|\ \ \ \ \
| * | | | | esp: check the NETIF_F_HW_ESP_TX_CSUM bit before segmentingShannon Nelson2018-02-271-0/+2
| * | | | | esp4: remove redundant initialization of pointer esphColin Ian King2018-02-131-1/+1
* | | | | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-2735-43/+0
* | | | | | ip6mr: Add refcounting to mfcYuval Mintz2018-03-261-4/+4
* | | | | | ipmr: Make ipmr_dump() commonYuval Mintz2018-03-262-51/+44
* | | | | | ipmr: Make MFC fib notifiers commonYuval Mintz2018-03-261-22/+4
* | | | | | ipmr: Make vif fib notifiers commonYuval Mintz2018-03-261-26/+5
* | | | | | net: Use octal not symbolic permissionsJoe Perches2018-03-2611-17/+17
* | | | | | net: Convert udp_sysctl_opsKirill Tkhai2018-03-231-1/+2
| |_|/ / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-237-19/+44
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-03-142-7/+20
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-133-10/+18
| |\ \ \ \
| | * | | | xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman2018-03-071-1/+2
| | * | | | xfrm: reuse uncached_list to track xdstsXin Long2018-02-162-9/+16
| * | | | | sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-121-2/+1
| * | | | | tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2018-03-072-0/+2
| * | | | | net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai2018-03-071-0/+3
| * | | | | net: Only honor ifindex in IP_PKTINFO if non-0David Ahern2018-03-061-2/+4
| | |_|_|/ | |/| | |
* | | | | net: Replace ip_ra_lock with per-net mutexKirill Tkhai2018-03-221-9/+6