summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).Kuniyuki Iwashima2023-12-223-9/+8
* tcp: Iterate tb->bhash2 in inet_csk_bind_conflict().Kuniyuki Iwashima2023-12-221-1/+17
* tcp: Rearrange tests in inet_csk_bind_conflict().Kuniyuki Iwashima2023-12-221-21/+19
* tcp: Link bhash2 to bhash.Kuniyuki Iwashima2023-12-222-11/+12
* tcp: Rename tb in inet_bind2_bucket_(init|create)().Kuniyuki Iwashima2023-12-221-16/+16
* tcp: Save address type in inet_bind2_bucket.Kuniyuki Iwashima2023-12-221-16/+13
* tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.Kuniyuki Iwashima2023-12-221-17/+17
* tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)().Kuniyuki Iwashima2023-12-221-13/+12
* tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima2023-12-222-3/+7
* Revert BPF token-related functionalityAndrii Nakryiko2023-12-191-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-191-1/+70
|\
| * x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra2023-12-161-0/+69
| * bpf: take into account BPF token when fetching helper protosAndrii Nakryiko2023-12-061-1/+1
* | tcp/dccp: change source port selection at connect() timeEric Dumazet2023-12-161-11/+16
* | inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet2023-12-161-5/+16
* | net: Namespace-ify sysctl_optmem_maxEric Dumazet2023-12-151-3/+3
* | ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando2023-12-151-7/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-152-2/+26
|\ \
| * | Revert "tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set"Jakub Kicinski2023-12-131-1/+1
| * | tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is setSalvatore Dipietro2023-12-131-1/+1
| * | net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen2023-12-131-0/+6
| * | tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet2023-12-091-2/+20
* | | sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet2023-12-141-0/+1
* | | Use READ/WRITE_ONCE() for IP local_port_range.David Laight2023-12-084-50/+34
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-087-26/+62
|\| |
| * | tcp: do not accept ACK of bytes we never sentEric Dumazet2023-12-071-1/+5
| * | net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov2023-12-063-10/+8
| * | net/tcp: Don't add key with non-matching VRF on connected socketsDmitry Safonov2023-12-061-0/+9
| * | net/tcp: Limit TCP_AO_REPAIR to non-listen socketsDmitry Safonov2023-12-061-0/+6
| * | net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov2023-12-064-8/+8
| * | ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida2023-12-061-4/+7
| * | tcp: fix mid stream window clamp.Paolo Abeni2023-12-061-3/+19
* | | tcp: reorganize tcp_sock fast path variablesCoco Li2023-12-061-0/+93
* | | tcp: Dump bound-only sockets in inet_diag.Guillaume Nault2023-12-042-1/+86
* | | tcp: tcp_gro_dev_warn() cleanupEric Dumazet2023-12-021-18/+11
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-011-2/+4
|\|
| * ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao2023-11-241-2/+4
* | tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima2023-11-301-49/+57
* | tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Kuniyuki Iwashima2023-11-301-31/+37
* | tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima2023-11-302-14/+18
* | tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima2023-11-301-4/+3
* | tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima2023-11-301-7/+8
* | tcp: Clean up goto labels in cookie_v[46]_check().Kuniyuki Iwashima2023-11-301-11/+11
* | tcp: Cache sock_net(sk) in cookie_v[46]_check().Kuniyuki Iwashima2023-11-301-10/+11
* | tcp: Clean up reverse xmas tree in cookie_v[46]_check().Kuniyuki Iwashima2023-11-301-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-235-1/+5
|\|
| * ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan2023-11-211-1/+1
| * net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski2023-11-194-0/+4
* | tcp: no longer abort SYN_SENT when receiving some ICMPEric Dumazet2023-11-171-0/+6
* | tcp: use tp->total_rto to track number of linear timeouts in SYN_SENT stateEric Dumazet2023-11-171-2/+2
|/