summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+70
2023-12-16tcp/dccp: change source port selection at connect() timeEric Dumazet1-11/+16
2023-12-16inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet1-5/+16
2023-12-16x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra1-0/+69
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet1-3/+3
2023-12-15ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando1-7/+6
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+26
2023-12-14sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet1-0/+1
2023-12-13Revert "tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set"Jakub Kicinski1-1/+1
2023-12-13tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is setSalvatore Dipietro1-1/+1
2023-12-13net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen1-0/+6
2023-12-09tcp: fix tcp_disordered_ack() vs usec TS resolutionEric Dumazet1-2/+20
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight4-50/+34
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-26/+62
2023-12-07tcp: do not accept ACK of bytes we never sentEric Dumazet1-1/+5
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko1-1/+1
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov3-10/+8
2023-12-06net/tcp: Don't add key with non-matching VRF on connected socketsDmitry Safonov1-0/+9
2023-12-06net/tcp: Limit TCP_AO_REPAIR to non-listen socketsDmitry Safonov1-0/+6
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov4-8/+8
2023-12-06ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida1-4/+7
2023-12-06tcp: reorganize tcp_sock fast path variablesCoco Li1-0/+93
2023-12-06tcp: fix mid stream window clamp.Paolo Abeni1-3/+19
2023-12-05tcp: Dump bound-only sockets in inet_diag.Guillaume Nault2-1/+86
2023-12-02tcp: tcp_gro_dev_warn() cleanupEric Dumazet1-18/+11
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2023-11-30tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima1-49/+57
2023-11-30tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Kuniyuki Iwashima1-31/+37
2023-11-30tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima2-14/+18
2023-11-30tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima1-4/+3
2023-11-30tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima1-7/+8
2023-11-30tcp: Clean up goto labels in cookie_v[46]_check().Kuniyuki Iwashima1-11/+11
2023-11-30tcp: Cache sock_net(sk) in cookie_v[46]_check().Kuniyuki Iwashima1-10/+11
2023-11-30tcp: Clean up reverse xmas tree in cookie_v[46]_check().Kuniyuki Iwashima1-5/+5
2023-11-24ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao1-2/+4
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-1/+5
2023-11-21ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan1-1/+1
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski4-0/+4
2023-11-17tcp: no longer abort SYN_SENT when receiving some ICMPEric Dumazet1-0/+6
2023-11-17tcp: use tp->total_rto to track number of linear timeouts in SYN_SENT stateEric Dumazet1-2/+2
2023-11-10net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev1-1/+1
2023-11-10Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds10-47/+57
2023-11-09Merge tag 'nf-23-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski4-0/+4
2023-11-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+2
2023-11-08netfilter: add missing module descriptionsFlorian Westphal4-0/+4
2023-11-08tcp: Fix -Wc23-extensions in tcp_options_write()Nathan Chancellor1-31/+39
2023-11-06tcp: Fix SYN option room calculation for TCP-AO.Kuniyuki Iwashima1-2/+3
2023-11-03tcp: fix fastopen code vs usec TSEric Dumazet3-6/+5
2023-11-03Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-11/+16
2023-11-02bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky1-4/+2