summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-251-22/+18
|\| |
| * | Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2024-10-241-22/+18
| |\ \
| | * | xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger2024-09-231-0/+2
| | * | xfrm: extract dst lookup parameters into a structEyal Birger2024-09-231-22/+16
* | | | ipv4: Switch inet_addr_hash() to less predictable hash.Kuniyuki Iwashima2024-10-231-1/+1
* | | | tools: ynl-gen: use big-endian netlink attribute typesAsbjørn Sloth Tønnesen2024-10-221-2/+2
* | | | rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima2024-10-221-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-213-16/+44
|\| | |
| * | | udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki2024-10-161-1/+3
| * | | tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima2024-10-161-5/+16
| * | | ipv4: give an IPv4 dev to blackhole_netdevXin Long2024-10-121-10/+25
* | | | ipmr: Use rtnl_register_many().Kuniyuki Iwashima2024-10-161-9/+13
* | | | ipv4: Use rtnl_register_many().Kuniyuki Iwashima2024-10-164-26/+45
* | | | net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin2024-10-161-12/+10
* | | | inetpeer: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall2024-10-151-7/+2
* | | | ipv4: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall2024-10-151-7/+1
* | | | ipv4: tcp: give socket pointer to control skbsEric Dumazet2024-10-152-3/+6
* | | | net: add skb_set_owner_edemux() helperEric Dumazet2024-10-151-1/+1
* | | | net: do not acquire rtnl in fib_seq_sum()Eric Dumazet2024-10-122-2/+2
* | | | ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seqEric Dumazet2024-10-121-5/+3
* | | | ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seqEric Dumazet2024-10-122-5/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-103-11/+40
|\| | |
| * | | Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-10-101-3/+1
| |\ \ \
| | * | | netfilter: fib: check correct rtable in vrf setupsFlorian Westphal2024-10-091-3/+1
| * | | | tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni2024-10-101-4/+1
| |/ / /
| * | | tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell2024-10-041-2/+9
| * | | tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell2024-10-041-0/+13
| * | | tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell2024-10-041-2/+16
| | |/ | |/|
* | | ipv4: Retire global IPv4 hash table inet_addr_lst.Kuniyuki Iwashima2024-10-101-10/+0
* | | ipv4: Namespacify IPv4 address GC.Kuniyuki Iwashima2024-10-101-14/+18
* | | ipv4: Use per-netns hash table in inet_lookup_ifaddr_rcu().Kuniyuki Iwashima2024-10-101-3/+2
* | | ipv4: Link IPv4 address to per-netns hash table.Kuniyuki Iwashima2024-10-101-3/+19
* | | tcp: remove unnecessary update for tp->write_seq in tcp_connect()xin.guo2024-10-101-1/+4
* | | ipv4: Convert __fib_validate_source() to dscp_t.Guillaume Nault2024-10-101-4/+4
* | | ipv4: Convert fib_validate_source() to dscp_t.Guillaume Nault2024-10-102-14/+12
* | | ipv4: Convert ip_mc_validate_source() to dscp_t.Guillaume Nault2024-10-102-6/+6
* | | ipv4: Convert ip_route_input_mc() to dscp_t.Guillaume Nault2024-10-101-5/+6
* | | ipv4: Convert __mkroute_input() to dscp_t.Guillaume Nault2024-10-101-8/+6
* | | ipv4: Convert ip_mkroute_input() to dscp_t.Guillaume Nault2024-10-101-8/+6
* | | ipv4: Convert ip_route_use_hint() to dscp_t.Guillaume Nault2024-10-102-5/+5
* | | net: ipv4: igmp: optimize ____ip_mc_inc_group() using mc_hashJonas Rebmann2024-10-091-5/+21
* | | ipv4: remove fib_info_devhash[]Eric Dumazet2024-10-081-20/+15
* | | ipv4: remove fib_info_lockEric Dumazet2024-10-081-12/+6
* | | ipv4: use rcu in ip_fib_check_default()Eric Dumazet2024-10-081-9/+4
* | | ipv4: remove fib_devindex_hashfn()Eric Dumazet2024-10-081-9/+4
* | | net: tcp: refresh tcp_mstamp for compressed ack in timerMenglong Dong2024-10-081-0/+1
* | | tcp: add a fast path in tcp_delack_timer()Eric Dumazet2024-10-053-3/+13
* | | tcp: add a fast path in tcp_write_timer()Eric Dumazet2024-10-051-0/+5
* | | tcp: annotate data-races around icsk->icsk_pendingEric Dumazet2024-10-055-14/+20
* | | net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko2024-10-043-5/+6