summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+1
2021-01-14tcp: assign skb hash after tcp_event_data_sentYuchung Cheng1-1/+1
2021-01-12esp: avoid unneeded kmap_atomic callWillem de Bruijn1-6/+1
2021-01-09net: ip_tunnel: clean up endianness conversionsJulian Wiedmann1-4/+5
2021-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+10
2021-01-08nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata1-1/+1
2021-01-08nexthop: Unlink nexthop group entry in error pathIdo Schimmel1-1/+3
2021-01-08nexthop: Fix off-by-one error in error pathIdo Schimmel1-1/+1
2021-01-08skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon2-3/+3
2021-01-08net: group skb_shinfo zerocopy related bits together.Jonathan Lemon1-1/+1
2021-01-08skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2-2/+2
2021-01-08skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2-3/+2
2021-01-08skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon1-1/+1
2021-01-08net: ip: always refragment ip defragmented packetsFlorian Westphal1-1/+1
2021-01-08net: fix pmtu check in nopmtudisc modeFlorian Westphal1-6/+5
2021-01-07udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checksJakub Kicinski1-10/+0