Age | Commit message (Expand) | Author | Files | Lines |
2024-08-04 | net/tcp: Disable TCP-AO static key after RCU grace period | Dmitry Safonov | 1 | -13/+30 |
2024-08-02 | sctp: Fix null-ptr-deref in reuseport_add_sock(). | Kuniyuki Iwashima | 1 | -8/+11 |
2024-08-01 | mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set | Matthieu Baerts (NGI0) | 1 | -4/+12 |
2024-08-01 | mptcp: pm: don't try to create sf if alloc failed | Matthieu Baerts (NGI0) | 1 | -4/+6 |
2024-08-01 | mptcp: pm: reduce indentation blocks | Matthieu Baerts (NGI0) | 1 | -8/+11 |
2024-08-01 | mptcp: pm: deny endp with signal + subflow + port | Matthieu Baerts (NGI0) | 1 | -2/+2 |
2024-08-01 | mptcp: fully established after ADD_ADDR echo on MPJ | Matthieu Baerts (NGI0) | 1 | -1/+2 |
2024-08-01 | Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 30 | -93/+261 |
2024-08-01 | mptcp: fix duplicate data handling | Paolo Abeni | 1 | -4/+12 |
2024-08-01 | mptcp: fix bad RCVPRUNED mib accounting | Paolo Abeni | 1 | -4/+4 |
2024-08-01 | Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni | 2 | -13/+19 |
2024-08-01 | ipv6: fix ndisc_is_useropt() handling for PIO | Maciej Żenczykowski | 1 | -16/+18 |
2024-07-31 | netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init(). | Kuniyuki Iwashima | 1 | -5/+9 |
2024-07-31 | netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init(). | Kuniyuki Iwashima | 1 | -8/+10 |
2024-07-30 | net: drop bad gso csum_start and offset in virtio_net_hdr | Willem de Bruijn | 2 | -0/+7 |
2024-07-30 | net/iucv: fix use after free in iucv_sock_close() | Alexandra Winter | 1 | -2/+2 |
2024-07-30 | net/smc: prevent UAF in inet_create() | D. Wythe | 1 | -3/+4 |
2024-07-30 | mptcp: pm: fix backup support in signal endpoints | Matthieu Baerts (NGI0) | 5 | -0/+54 |
2024-07-30 | mptcp: mib: count MPJ with backup flag | Matthieu Baerts (NGI0) | 3 | -0/+10 |
2024-07-30 | mptcp: pm: only set request_bkup flag when sending MP_PRIO | Matthieu Baerts (NGI0) | 1 | -1/+0 |
2024-07-30 | mptcp: distinguish rcv vs sent backup flag in requests | Matthieu Baerts (NGI0) | 3 | -1/+3 |
2024-07-30 | mptcp: sched: check both directions for backup | Matthieu Baerts (NGI0) | 1 | -4/+6 |
2024-07-29 | mptcp: fix NL PM announced address accounting | Paolo Abeni | 1 | -4/+6 |
2024-07-29 | mptcp: fix user-space PM announced address accounting | Paolo Abeni | 1 | -4/+13 |
2024-07-29 | rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_... | Kuniyuki Iwashima | 1 | -1/+1 |
2024-07-29 | tcp: Adjust clamping window for applications specifying SO_RCVBUF | Subash Abhinov Kasiviswanathan | 1 | -7/+16 |
2024-07-29 | ethtool: fix the state of additional contexts with old API | Jakub Kicinski | 1 | -8/+30 |
2024-07-29 | ethtool: fix setting key and resetting indir at once | Jakub Kicinski | 1 | -2/+3 |
2024-07-29 | tun: Add missing bpf_net_ctx_clear() in do_xdp_generic() | Jeongjun Park | 1 | -0/+1 |
2024-07-28 | minmax: add a few more MIN_T/MAX_T users | Linus Torvalds | 2 | -2/+2 |
2024-07-26 | Merge tag 'for-net-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski | 3 | -9/+24 |
2024-07-26 | Merge tag 'wireless-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 5 | -8/+18 |
2024-07-26 | Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanning | Luiz Augusto von Dentz | 2 | -9/+3 |
2024-07-26 | Bluetooth: hci_sync: Fix suspending with wrong filter policy | Luiz Augusto von Dentz | 1 | -0/+21 |
2024-07-26 | wifi: cfg80211: correct S1G beacon length calculation | Johannes Berg | 1 | -3/+8 |
2024-07-26 | wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_done | Veerendranath Jakkam | 1 | -0/+1 |
2024-07-26 | wifi: mac80211: use monitor sdata with driver only if desired | Johannes Berg | 3 | -5/+9 |
2024-07-26 | sched: act_ct: take care of padding in struct zones_ht_key | Eric Dumazet | 1 | -1/+3 |
2024-07-25 | ethtool: rss: echo the context number back | Jakub Kicinski | 1 | -1/+7 |
2024-07-25 | Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 10 | -36/+93 |
2024-07-25 | Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 21 | -84/+84 |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2024-07-25 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 4 | -8/+60 |
2024-07-25 | tcp: process the 3rd ACK with sk_socket for TFO/MPTCP | Matthieu Baerts (NGI0) | 1 | -3/+0 |
2024-07-25 | xsk: Require XDP_UMEM_TX_METADATA_LEN to actuate tx_metadata_len | Stanislav Fomichev | 1 | -3/+6 |
2024-07-25 | bpf: Fix a segment issue when downgrading gso_size | Fred Li | 1 | -4/+11 |
2024-07-25 | Merge tag 'nf-24-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni | 1 | -2/+10 |
2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 21 | -84/+84 |
2024-07-24 | net: nexthop: Initialize all fields in dumped nexthops | Petr Machata | 1 | -3/+4 |
2024-07-24 | tipc: Return non-zero value from tipc_udp_addr2str() on error | Shigeru Yoshida | 1 | -1/+4 |