summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2021-02-02net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi
2021-02-01net: ip_tunnel: fix mtu calculationVadim Fedorenko
2021-01-29net: proc: speedup /proc/net/netstatEric Dumazet
2021-01-29ip_gre: add csum offload support for gre headerXin Long
2021-01-28nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata
2021-01-28nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata
2021-01-28nexthop: Extract a helper for walking the next-hop treePetr Machata
2021-01-28nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata
2021-01-28nexthop: Extract a common helper for parsing dump attributesPetr Machata
2021-01-28nexthop: Extract dump filtering parameters into a single structurePetr Machata
2021-01-28nexthop: Dispatch notifier init()/fini() by group typePetr Machata
2021-01-28nexthop: Use enum to encode notification typeIdo Schimmel
2021-01-28nexthop: Assert the invariant that a NH group is of only one typePetr Machata
2021-01-28nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata
2021-01-28nexthop: Dispatch nexthop_select_path() by group typePetr Machata
2021-01-28nexthop: Rename nexthop_free_mpathDavid Ahern
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-27bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2021-01-27net: Simplify the calculation of variablesJiapeng Zhong
2021-01-23tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang
2021-01-23udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen
2021-01-22tcp: Add receive timestamp support for receive zerocopy.Arjun Roy
2021-01-22tcp: Remove CMSG magic numbers for tcp_recvmsg().Arjun Roy
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2021-01-20ip_gre: remove CRC flag from dev features in gre_gso_segmentXin Long
2021-01-20udp: not remove the CRC flag from dev features when need_csum is falseXin Long
2021-01-20nexthop: Specialize rtm_nh_policyPetr Machata
2021-01-20nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata
2021-01-20nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata
2021-01-20bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-20tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng
2021-01-19tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet
2021-01-19netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault
2021-01-19udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2021-01-15tcp_cubic: use memset and offsetof initYejune Deng
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-13tcp: assign skb hash after tcp_event_data_sentYuchung Cheng
2021-01-11esp: avoid unneeded kmap_atomic callWillem de Bruijn
2021-01-08net: ip_tunnel: clean up endianness conversionsJulian Wiedmann
2021-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-07nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata
2021-01-07nexthop: Unlink nexthop group entry in error pathIdo Schimmel