summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2021-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-9/+9
2021-02-07Revert "net: ipv4: handle DSA enabled master network devices"Vladimir Oltean1-4/+17
2021-02-05udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-0/+6
2021-02-05net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez1-2/+2
2021-02-04net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2-3/+9
2021-02-04net: use indirect call helpers for dst_mtuBrian Vazquez1-2/+4
2021-02-04net: use indirect call helpers for dst_outputBrian Vazquez1-0/+1
2021-02-04net: use indirect call helpers for dst_inputBrian Vazquez1-0/+1
2021-02-03inet: do not export inet_gro_{receive|complete}Eric Dumazet1-3/+0
2021-02-03net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen3-0/+38
2021-02-03net: ipv4: Publish fib_nlmsg_size()Amit Cohen2-1/+2
2021-02-03net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen2-2/+2
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-14/+71
2021-02-02udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi1-5/+64
2021-02-02net: ip_tunnel: fix mtu calculationVadim Fedorenko1-9/+7
2021-01-30net: proc: speedup /proc/net/netstatEric Dumazet1-14/+36
2021-01-30ip_gre: add csum offload support for gre headerXin Long1-2/+13
2021-01-29nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata1-18/+25
2021-01-29nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata1-10/+22
2021-01-29nexthop: Extract a helper for walking the next-hop treePetr Machata1-19/+33
2021-01-29nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata1-2/+16
2021-01-29nexthop: Extract a common helper for parsing dump attributesPetr Machata1-12/+19
2021-01-29nexthop: Extract dump filtering parameters into a single structurePetr Machata1-20/+24
2021-01-29nexthop: Dispatch notifier init()/fini() by group typePetr Machata1-6/+19
2021-01-29nexthop: Use enum to encode notification typeIdo Schimmel1-6/+8
2021-01-29nexthop: Assert the invariant that a NH group is of only one typePetr Machata1-2/+5
2021-01-29nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata1-2/+2
2021-01-29nexthop: Dispatch nexthop_select_path() by group typePetr Machata1-6/+16
2021-01-29nexthop: Rename nexthop_free_mpathDavid Ahern1-2/+2
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-8/+31
2021-01-28netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso1-9/+9
2021-01-24tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2-6/+9
2021-01-24udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin1-1/+2
2021-01-24tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen3-2/+22
2021-01-23tcp: Add receive timestamp support for receive zerocopy.Arjun Roy1-32/+84
2021-01-23tcp: Remove CMSG magic numbers for tcp_recvmsg().Arjun Roy1-4/+10
2021-01-23tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2-9/+25
2021-01-21ip_gre: remove CRC flag from dev features in gre_gso_segmentXin Long1-11/+4
2021-01-21udp: not remove the CRC flag from dev features when need_csum is falseXin Long1-2/+2
2021-01-21nexthop: Specialize rtm_nh_policyPetr Machata1-14/+9
2021-01-21nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata1-33/+27
2021-01-21nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata1-17/+9
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-40/+39
2021-01-20tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima1-2/+2
2021-01-20tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2-17/+10
2021-01-20tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet1-12/+13
2021-01-20netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault1-1/+1
2021-01-20udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault1-1/+2
2021-01-19tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen5-7/+11
2021-01-16tcp_cubic: use memset and offsetof initYejune Deng1-10/+1