summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2024-02-28inet: use xa_array iterator to implement inet_netconf_dump_devconf()Eric Dumazet
2024-02-28inet: do not use RTNL in inet_netconf_get_devconf()Eric Dumazet
2024-02-28inet: annotate devconf data-racesEric Dumazet
2024-02-28tcp: make dropreason in tcp_child_process() workJason Xing
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing
2024-02-28tcp: add dropreasons in tcp_rcv_state_process()Jason Xing
2024-02-28tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()Jason Xing
2024-02-28tcp: use drop reasons in cookie check for ipv4Jason Xing
2024-02-28tcp: directly drop skb in cookie check for ipv4Jason Xing
2024-02-26inet: switch inet_dump_fib() to RCU protectionEric Dumazet
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet
2024-02-22Merge tag 'nf-next-24-02-21' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni
2024-02-21ipv4: Simplify the allocation of slab caches in ip_rt_initKunwu Chan
2024-02-21ipmr: Simplify the allocation of slab cachesKunwu Chan
2024-02-21net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet
2024-02-21netfilter: xtables: fix up kconfig dependenciesFlorian Westphal
2024-02-20net: tcp: Remove redundant initialization of variable lenColin Ian King
2024-02-20arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima
2024-02-18ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet
2024-02-16tcp: Spelling s/curcuit/circuit/Geert Uytterhoeven
2024-02-16dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().Kuniyuki Iwashima
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-15tcp: no need to use acceptable for conn_requestJason Xing
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko
2024-02-14ip_tunnel: annotate data-races around t->parms.linkEric Dumazet
2024-02-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet
2024-02-12ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault
2024-02-12ipv4/fib: use synchronize_net() when holding RTNLEric Dumazet
2024-02-12tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv4 modulesBreno Leitao
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-07ip_tunnel: use exit_batch_rtnl() methodEric Dumazet
2024-02-07ipv4: add __unregister_nexthop_notifier()Eric Dumazet
2024-02-07nexthop: convert nexthop_net_exit_batch to exit_batch_rtnl methodEric Dumazet
2024-02-04inet: read sk->sk_family once in inet_recv_error()Eric Dumazet
2024-02-03tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-31net: ipv4: Simplify the allocation of slab caches in inet_initpeersKunwu Chan
2024-01-31net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu
2024-01-31Merge tag 'nf-next-24-01-29' of https://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2024-01-29net: tcp: accept old ack during closingMenglong Dong
2024-01-29netfilter: xtables: allow xtables-nft only buildsFlorian Westphal
2024-01-29netfilter: arptables: allow xtables-nft only buildsFlorian Westphal
2024-01-29tcp: add sanity checks to rx zerocopyEric Dumazet
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-26ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko