Age | Commit message (Expand) | Author | Files | Lines |
2021-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski | 2 | -4/+3 |
2021-05-07 | tcp: Specify cmsgbuf is user pointer for receive zerocopy. | Arjun Roy | 1 | -0/+1 |
2021-05-04 | net: Only allow init netns to set default tcp cong to a restricted algo | Jonathon Reinhart | 1 | -0/+4 |
2021-05-04 | netfilter: arptables: use pernet ops struct during unregister | Florian Westphal | 2 | -4/+3 |
2021-04-28 | icmp: standardize naming of RFC 8335 PROBE constants | Andreas Roeseler | 1 | -8/+8 |
2021-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 10 | -158/+189 |
2021-04-26 | netfilter: allow to turn off xtables compat layer | Florian Westphal | 3 | -20/+20 |
2021-04-26 | netfilter: arp_tables: pass table pointer via nf_hook_ops | Florian Westphal | 2 | -18/+31 |
2021-04-26 | netfilter: ip_tables: pass table pointer via nf_hook_ops | Florian Westphal | 6 | -52/+65 |
2021-04-26 | netfilter: xt_nat: pass table to hookfn | Florian Westphal | 1 | -10/+34 |
2021-04-26 | netfilter: x_tables: remove paranoia tests | Florian Westphal | 6 | -18/+0 |
2021-04-26 | netfilter: arptables: unregister the tables by name | Florian Westphal | 2 | -10/+12 |
2021-04-26 | netfilter: iptables: unregister the tables by name | Florian Westphal | 6 | -32/+20 |
2021-04-26 | netfilter: x_tables: remove ipt_unregister_table | Florian Westphal | 2 | -10/+1 |
2021-04-26 | netfilter: disable defrag once its no longer needed | Florian Westphal | 1 | -6/+24 |
2021-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2 | -6/+2 |
2021-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -0/+2 |
2021-04-20 | nexthop: Restart nexthop dump based on last dumped nexthop identifier | Ido Schimmel | 1 | -8/+6 |
2021-04-18 | netfilter: Dissect flow after packet mangling | Ido Schimmel | 1 | -0/+2 |
2021-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -6/+33 |
2021-04-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -1/+1 |
2021-04-14 | net: Make tcp_allowed_congestion_control readonly in non-init netns | Jonathon Reinhart | 1 | -3/+13 |
2021-04-14 | icmp: ICMPV6: pass RFC 8335 reply messages to ping_rcv | Andreas Roeseler | 1 | -0/+5 |
2021-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 3 | -3/+20 |
2021-04-13 | netfilter: x_tables: fix compat match/target pad out-of-bound write | Florian Westphal | 2 | -0/+4 |
2021-04-12 | skmsg: Pass psock pointer to ->psock_update_sk_prot() | Cong Wang | 2 | -4/+2 |
2021-04-10 | netfilter: arp_tables: add pre_exit hook for table unregister | Florian Westphal | 2 | -3/+16 |
2021-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 7 | -8/+32 |
2021-04-10 | Revert "tcp: Reset tcp connections in SYN-SENT state" | Eric Dumazet | 1 | -2/+3 |
2021-04-08 | ipv6: report errors for iftoken via netlink extack | Stephen Hemminger | 1 | -1/+2 |
2021-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 5 | -578/+23 |
2021-04-07 | tcp: Reset tcp connections in SYN-SENT state | Manoj Basapathi | 1 | -3/+2 |
2021-04-07 | bpf, udp: Remove some pointless comments | Cong Wang | 1 | -2/+0 |
2021-04-06 | netfilter: nf_defrag_ipv4: use net_generic infra | Florian Westphal | 1 | -5/+15 |
2021-04-03 | mptcp: add mptcp reset option support | Florian Westphal | 1 | -3/+18 |
2021-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 7 | -122/+190 |
2021-04-02 | net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...); | Norman Maurer | 1 | -0/+4 |
2021-04-01 | udp: Implement udp_bpf_recvmsg() for sockmap | Cong Wang | 1 | -1/+63 |
2021-04-01 | skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data() | Cong Wang | 1 | -98/+2 |
2021-04-01 | udp: Implement ->read_sock() for sockmap | Cong Wang | 2 | -0/+30 |
2021-04-01 | sock: Introduce sk->sk_prot->psock_update_sk_prot() | Cong Wang | 4 | -5/+40 |
2021-04-01 | skmsg: Introduce a spinlock to protect ingress_msg | Cong Wang | 1 | -12/+6 |
2021-04-01 | tcp: convert tcp_comp_sack_nr sysctl to u8 | Eric Dumazet | 1 | -4/+2 |
2021-04-01 | ipv4: convert igmp_link_local_mcast_reports sysctl to u8 | Eric Dumazet | 1 | -2/+2 |
2021-04-01 | ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8 | Eric Dumazet | 1 | -4/+4 |
2021-04-01 | ipv4: convert udp_l3mdev_accept sysctl to u8 | Eric Dumazet | 1 | -2/+2 |
2021-04-01 | ipv4: convert fib_notify_on_flag_change sysctl to u8 | Eric Dumazet | 1 | -2/+2 |
2021-04-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 4 | -7/+20 |
2021-03-31 | net: fix icmp_echo_enable_probe sysctl | Eric Dumazet | 1 | -2/+2 |
2021-03-31 | udp: never accept GSO_FRAGLIST packets | Paolo Abeni | 1 | -0/+3 |