summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-164-11/+29
|\
| * bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev2021-01-271-3/+6
| * bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev2021-01-202-8/+8
| * bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-202-0/+15
* | tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet2021-02-151-1/+1
* | tcp: factorize logic into tcp_epollin_ready()Eric Dumazet2021-02-122-22/+7
* | tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy2021-02-111-1/+10
* | net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean2021-02-111-1/+2
* | tcp: add some entropy in __inet_hash_connect()Eric Dumazet2021-02-111-0/+5
* | tcp: change source port randomizarion at connect() timeEric Dumazet2021-02-111-3/+17
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-02-091-1/+1
|\ \
| * | net: Simplify the calculation of variablesJiapeng Zhong2021-01-271-1/+1
* | | IPv4: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen2021-02-082-1/+7
* | | IPv4: Add "offload failed" indication to routesAmit Cohen2021-02-084-2/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-02-061-9/+9
|\ \ \
| * | | netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2021-01-271-9/+9
* | | | Revert "net: ipv4: handle DSA enabled master network devices"Vladimir Oltean2021-02-061-4/+17
* | | | udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2021-02-041-0/+6
* | | | net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez2021-02-041-2/+2
* | | | net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-032-3/+9
* | | | net: use indirect call helpers for dst_mtuBrian Vazquez2021-02-031-2/+4
* | | | net: use indirect call helpers for dst_outputBrian Vazquez2021-02-031-0/+1
* | | | net: use indirect call helpers for dst_inputBrian Vazquez2021-02-031-0/+1
* | | | inet: do not export inet_gro_{receive|complete}Eric Dumazet2021-02-021-3/+0
* | | | net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen2021-02-023-0/+38
* | | | net: ipv4: Publish fib_nlmsg_size()Amit Cohen2021-02-022-1/+2
* | | | net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen2021-02-022-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-022-14/+71
|\ \ \ \
| * | | | udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-011-5/+64
| * | | | net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-011-9/+7
* | | | | net: proc: speedup /proc/net/netstatEric Dumazet2021-01-291-14/+36
* | | | | ip_gre: add csum offload support for gre headerXin Long2021-01-291-2/+13
* | | | | nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata2021-01-281-18/+25
* | | | | nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata2021-01-281-10/+22
* | | | | nexthop: Extract a helper for walking the next-hop treePetr Machata2021-01-281-19/+33
* | | | | nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata2021-01-281-2/+16
* | | | | nexthop: Extract a common helper for parsing dump attributesPetr Machata2021-01-281-12/+19
* | | | | nexthop: Extract dump filtering parameters into a single structurePetr Machata2021-01-281-20/+24
* | | | | nexthop: Dispatch notifier init()/fini() by group typePetr Machata2021-01-281-6/+19
* | | | | nexthop: Use enum to encode notification typeIdo Schimmel2021-01-281-6/+8
* | | | | nexthop: Assert the invariant that a NH group is of only one typePetr Machata2021-01-281-2/+5
* | | | | nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata2021-01-281-2/+2
* | | | | nexthop: Dispatch nexthop_select_path() by group typePetr Machata2021-01-281-6/+16
* | | | | nexthop: Rename nexthop_free_mpathDavid Ahern2021-01-281-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-284-8/+31
|\| | | | | |/ / / |/| | |
| * | | tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-01-232-6/+9
| * | | tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-233-2/+22
* | | | udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin2021-01-231-1/+2
* | | | tcp: Add receive timestamp support for receive zerocopy.Arjun Roy2021-01-221-32/+84
* | | | tcp: Remove CMSG magic numbers for tcp_recvmsg().Arjun Roy2021-01-221-4/+10