summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-132-0/+4
| | * | | netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal2021-04-102-3/+16
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-04-141-1/+1
|\ \ \ \ \
| * | | | | esp4: Simplify the calculation of variablesJiapeng Chong2021-03-121-1/+1
* | | | | | icmp: ICMPV6: pass RFC 8335 reply messages to ping_rcvAndreas Roeseler2021-04-131-0/+5
| |_|_|/ / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-097-8/+32
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ipv6: report errors for iftoken via netlink extackStephen Hemminger2021-04-081-1/+2
| * | | | net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer2021-04-011-0/+4
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-03-314-7/+20
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert2021-03-291-1/+10
| | * | | esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long2021-03-221-2/+4
| | * | | xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2021-03-032-2/+2
| | * | | vti: fix ipv4 pmtu check to honor ip header dfEyal Birger2021-03-031-2/+4
* | | | | Revert "tcp: Reset tcp connections in SYN-SENT state"Eric Dumazet2021-04-091-2/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-065-578/+23
|\ \ \ \ \
| * | | | | netfilter: nf_defrag_ipv4: use net_generic infraFlorian Westphal2021-04-061-5/+15
| * | | | | netfilter: nf_log_arp: merge with nf_log_syslogFlorian Westphal2021-03-313-176/+4
| * | | | | netfilter: nf_log_ipv4: rename to nf_log_syslogFlorian Westphal2021-03-313-397/+4
* | | | | | tcp: Reset tcp connections in SYN-SENT stateManoj Basapathi2021-04-061-3/+2
| |_|_|_|/ |/| | | |
* | | | | mptcp: add mptcp reset option supportFlorian Westphal2021-04-021-3/+18
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-027-122/+190
|\ \ \ \ \
| * | | | | udp: Implement udp_bpf_recvmsg() for sockmapCong Wang2021-04-011-1/+63
| * | | | | skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang2021-04-011-98/+2
| * | | | | udp: Implement ->read_sock() for sockmapCong Wang2021-04-012-0/+30
| * | | | | sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2021-04-014-5/+40
| * | | | | skmsg: Introduce a spinlock to protect ingress_msgCong Wang2021-04-011-12/+6
| * | | | | bpf: tcp: Limit calling some tcp cc functions to CONFIG_DYNAMIC_FTRACEMartin KaFai Lau2021-03-291-0/+2
| * | | | | bpf: tcp: Fix an error in the bpf_tcp_ca_kfunc_ids listMartin KaFai Lau2021-03-281-1/+1
| * | | | | bpf: tcp: Remove comma which is causing build errorAtul Gopinathan2021-03-281-1/+1
| * | | | | bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-ccMartin KaFai Lau2021-03-261-0/+41
| * | | | | tcp: Rename bictcp function prefix to cubictcpMartin KaFai Lau2021-03-261-12/+12
* | | | | | tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet2021-03-311-4/+2
* | | | | | ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet2021-03-311-2/+2
* | | | | | ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet2021-03-311-4/+4
* | | | | | ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet2021-03-311-2/+2
* | | | | | ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet2021-03-311-2/+2
* | | | | | net: fix icmp_echo_enable_probe sysctlEric Dumazet2021-03-301-2/+2
* | | | | | udp: never accept GSO_FRAGLIST packetsPaolo Abeni2021-03-301-0/+3
* | | | | | udp: properly complete L4 GRO over UDP tunnel packetPaolo Abeni2021-03-301-1/+7
* | | | | | udp: skip L4 aggregation for UDP tunnel packetsPaolo Abeni2021-03-301-8/+11
* | | | | | udp: fixup csum for GSO receive slow pathPaolo Abeni2021-03-301-0/+2
| |/ / / / |/| | | |
* | | | | icmp: add response to RFC 8335 PROBE messagesAndreas Roeseler2021-03-301-13/+121
* | | | | net: add support for sending RFC 8335 PROBE messagesAndreas Roeseler2021-03-301-1/+3
* | | | | net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler2021-03-301-0/+9
* | | | | tcp: fix tcp_min_tso_segs sysctlEric Dumazet2021-03-291-2/+0
* | | | | nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata2021-03-281-28/+28
* | | | | ipv4: tcp_lp.c: Couple of typo fixesBhaskar Chowdhury2021-03-281-2/+2
* | | | | ipv4: ip_output.c: Couple of typo fixesBhaskar Chowdhury2021-03-281-2/+2
* | | | | tcp: convert elligible sysctls to u8Eric Dumazet2021-03-251-68/+68
* | | | | inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet2021-03-251-4/+4