aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-26netfilter: iptables: unregister the tables by nameFlorian Westphal6-32/+20
2021-04-26netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal2-10/+1
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal1-6/+24
2021-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+2
2021-04-19nexthop: Restart nexthop dump based on last dumped nexthop identifierIdo Schimmel1-8/+6
2021-04-18netfilter: Dissect flow after packet manglingIdo Schimmel1-0/+2
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+33
2021-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2021-04-13net: Make tcp_allowed_congestion_control readonly in non-init netnsJonathon Reinhart1-3/+13
2021-04-13icmp: ICMPV6: pass RFC 8335 reply messages to ping_rcvAndreas Roeseler1-0/+5
2021-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-3/+20
2021-04-13netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2-0/+4
2021-04-10netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal2-3/+16
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-8/+32
2021-04-09Revert "tcp: Reset tcp connections in SYN-SENT state"Eric Dumazet1-2/+3
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger1-1/+2
2021-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-578/+23
2021-04-06tcp: Reset tcp connections in SYN-SENT stateManoj Basapathi1-3/+2
2021-04-06netfilter: nf_defrag_ipv4: use net_generic infraFlorian Westphal1-5/+15
2021-04-02mptcp: add mptcp reset option supportFlorian Westphal1-3/+18
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-122/+190
2021-04-01net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer1-0/+4
2021-04-01udp: Implement udp_bpf_recvmsg() for sockmapCong Wang1-1/+63
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang1-98/+2
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang2-0/+30
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang4-5/+40
2021-04-01skmsg: Introduce a spinlock to protect ingress_msgCong Wang1-12/+6
2021-03-31tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet1-4/+2
2021-03-31ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet1-2/+2
2021-03-31ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet1-4/+4
2021-03-31ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet1-2/+2
2021-03-31ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet1-2/+2
2021-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-7/+20
2021-03-30net: fix icmp_echo_enable_probe sysctlEric Dumazet1-2/+2
2021-03-30udp: never accept GSO_FRAGLIST packetsPaolo Abeni1-0/+3
2021-03-30udp: properly complete L4 GRO over UDP tunnel packetPaolo Abeni1-1/+7
2021-03-30udp: skip L4 aggregation for UDP tunnel packetsPaolo Abeni1-8/+11
2021-03-30udp: fixup csum for GSO receive slow pathPaolo Abeni1-0/+2
2021-03-31netfilter: nf_log_arp: merge with nf_log_syslogFlorian Westphal3-176/+4
2021-03-31netfilter: nf_log_ipv4: rename to nf_log_syslogFlorian Westphal3-397/+4
2021-03-30icmp: add response to RFC 8335 PROBE messagesAndreas Roeseler1-13/+121
2021-03-30net: add support for sending RFC 8335 PROBE messagesAndreas Roeseler1-1/+3
2021-03-30net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler1-0/+9
2021-03-29bpf: tcp: Limit calling some tcp cc functions to CONFIG_DYNAMIC_FTRACEMartin KaFai Lau1-0/+2
2021-03-29tcp: fix tcp_min_tso_segs sysctlEric Dumazet1-2/+0
2021-03-29xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert1-1/+10
2021-03-28bpf: tcp: Fix an error in the bpf_tcp_ca_kfunc_ids listMartin KaFai Lau1-1/+1
2021-03-28nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata1-28/+28
2021-03-28ipv4: tcp_lp.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-28ipv4: ip_output.c: Couple of typo fixesBhaskar Chowdhury1-2/+2