summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet
2025-03-03ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL.Kuniyuki Iwashima
2025-03-03ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().Kuniyuki Iwashima
2025-03-03ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().Kuniyuki Iwashima
2025-03-03ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit().Kuniyuki Iwashima
2025-03-03ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima
2025-03-03ipv4: fib: Add fib_info_hash_grow().Kuniyuki Iwashima
2025-03-03ipv4: fib: Remove fib_info_hash_size.Kuniyuki Iwashima
2025-03-03ipv4: fib: Remove fib_info_laddrhash pointer.Kuniyuki Iwashima
2025-03-03ipv4: fib: Make fib_info_hashfn() return struct hlist_head.Kuniyuki Iwashima
2025-03-03ipv4: fib: Allocate fib_info_hash[] during netns initialisation.Kuniyuki Iwashima
2025-03-03ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().Kuniyuki Iwashima
2025-03-03ipv4: fib: Use cached net in fib_inetaddr_event().Kuniyuki Iwashima
2025-02-28net: gso: fix ownership in __udp_gso_segmentAntoine Tenart
2025-02-28inet: ping: avoid skb_clone() dance in ping_rcv()Eric Dumazet
2025-02-28ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addressesEric Dumazet
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-26tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet
2025-02-26tcp: Defer ts_recent changes until req is ownedWang Hai
2025-02-25tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev
2025-02-21ipv4: fib_rules: Add DSCP mask matchingIdo Schimmel
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-02-21net: ip_tunnel: Use link netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()Xiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing
2025-02-20bpf: Prevent unsafe access to the sock fields in the BPF timestamping callbackJason Xing
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni
2025-02-19arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao
2025-02-19ipv4: fib_rules: Add port mask matchingIdo Schimmel
2025-02-18icmp: reflect tos through ip cookie rather than updating inet_skWillem de Bruijn
2025-02-18ipv4: remove get_rttosWillem de Bruijn
2025-02-18tcp: only initialize sockcm tsflags fieldWillem de Bruijn
2025-02-18tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski
2025-02-18trace: tcp: Add tracepoint for tcp_cwnd_reduction()Breno Leitao
2025-02-18tcp: Switch to use hrtimer_setup()Nam Cao
2025-02-14inet: consolidate inet_csk_clone_lock()Eric Dumazet
2025-02-14inet: reduce inet_csk_clone_lock() indent levelEric Dumazet
2025-02-14udp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet
2025-02-14tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet
2025-02-14inetpeer: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-13arp: Convert SIOCDARP and SIOCSARP to per-netns RTNL.Kuniyuki Iwashima
2025-02-11tcp: add tcp_rto_max_ms sysctlEric Dumazet
2025-02-11tcp: add the ability to control max RTOEric Dumazet