aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-21ipv4: fib_rules: Add DSCP mask matchingIdo Schimmel1-3/+44
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-1/+9
2025-02-21net: ip_tunnel: Use link netns in newlink() of rtnl_link_opsXiao Liang4-8/+12
2025-02-21net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()Xiao Liang1-1/+0
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang3-9/+19
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callbackJason Xing1-0/+4
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing1-1/+1
2025-02-20bpf: Prevent unsafe access to the sock fields in the BPF timestamping callbackJason Xing2-0/+4
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-11/+17
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca3-7/+7
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni2-2/+2
2025-02-19arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao1-1/+1
2025-02-19ipv4: fib_rules: Add port mask matchingIdo Schimmel1-4/+4
2025-02-18icmp: reflect tos through ip cookie rather than updating inet_skWillem de Bruijn1-4/+2
2025-02-18ipv4: remove get_rttosWillem de Bruijn3-9/+9
2025-02-18tcp: only initialize sockcm tsflags fieldWillem de Bruijn1-1/+1
2025-02-18tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski1-3/+9
2025-02-18trace: tcp: Add tracepoint for tcp_cwnd_reduction()Breno Leitao1-0/+2
2025-02-14inet: consolidate inet_csk_clone_lock()Eric Dumazet2-8/+20
2025-02-14inet: reduce inet_csk_clone_lock() indent levelEric Dumazet1-23/+27
2025-02-14udp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-32/+31
2025-02-14tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet8-72/+70
2025-02-14inetpeer: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-4/+4
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-25/+43
2025-02-13arp: Convert SIOCDARP and SIOCSARP to per-netns RTNL.Kuniyuki Iwashima1-6/+6
2025-02-11tcp: add tcp_rto_max_ms sysctlEric Dumazet3-3/+14
2025-02-11tcp: add the ability to control max RTOEric Dumazet5-12/+25
2025-02-11tcp: use tcp_reset_xmit_timer()Eric Dumazet5-21/+18
2025-02-11tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()Eric Dumazet2-5/+5
2025-02-11tcp: remove tcp_reset_xmit_timer() @max_when argumentEric Dumazet2-7/+5
2025-02-11netlink: support dumping IPv4 multicast addressesYuyang Huang3-18/+90
2025-02-10ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().Kuniyuki Iwashima1-2/+2
2025-02-10arp: use RCU protection in arp_xmit()Eric Dumazet1-1/+3
2025-02-07tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet5-25/+21
2025-02-07tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()Eric Dumazet2-2/+0
2025-02-06Merge branch 'io_uring-zero-copy-rx'Jakub Kicinski1-1/+6
2025-02-06net: prepare for non devmem TCP memory providersPavel Begunkov1-0/+5
2025-02-06net: prefix devmem specific helpersPavel Begunkov1-1/+1
2025-02-06ipv4: icmp: convert to dev_net_rcu()Eric Dumazet1-14/+17
2025-02-06ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet1-5/+6
2025-02-06ipv4: use RCU protection in inet_select_addr()Eric Dumazet1-1/+2
2025-02-06ipv4: use RCU protection in rt_is_expired()Eric Dumazet1-1/+7
2025-02-06ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet1-3/+8
2025-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-02-05ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-onlyGeert Uytterhoeven1-6/+10
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2025-01-29tcp: correct handling of extreme memory squeezeJon Maloy1-3/+6
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski1-1/+1
2025-01-23ipmr: do not call mr_mfc_uses_dev() for unres entriesEric Dumazet1-3/+0
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds25-174/+312