summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2022-11-08Merge tag 'v5.15.77' into 5.15-2.1.x-imxDaiane Angolini
2022-11-08Merge tag 'v5.15.76' into 5.15-2.1.x-imxDaiane Angolini
2022-11-08Merge tag 'v5.15.75' into 5.15-2.1.x-imxDaiane Angolini
2022-11-08Merge tag 'v5.15.73' into 5.15-2.1.x-imxDaiane Angolini
2022-11-08Merge tag 'v5.15.71' into 5.15-2.1.x-imxDaiane Angolini
2022-11-08Merge tag 'v5.15.70' into 5.15-2.1.x-imxDaiane Angolini
2022-11-08Merge tag 'v5.15.68' into 5.15-2.1.x-imxDaiane Angolini
2022-11-07Merge tag 'v5.15.65' into 5.15-2.1.x-imxDaiane Angolini
2022-11-07Merge tag 'v5.15.64' into 5.15-2.1.x-imxDaiane Angolini
2022-11-07Merge tag 'v5.15.61' into 5.15-2.1.x-imxDaiane Angolini
2022-11-03net-memcg: avoid stalls when under memory pressureJakub Kicinski
2022-10-29net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao
2022-10-29udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima
2022-10-26net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-10-12net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang
2022-10-12xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa
2022-10-05Merge tag 'v5.15.59' into 5.15-2.1.x-imxDaiane Angolini
2022-10-05Merge tag 'v5.15.58' into 5.15-2.1.x-imxDaiane Angolini
2022-10-05Merge tag 'v5.15.56' into 5.15-2.1.x-imxDaiane Angolini
2022-10-05Merge tag 'v5.15.54' into 5.15-2.1.x-imxDaiane Angolini
2022-09-28net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier
2022-09-23net: Find dst with sk's xfrm policy not ctl_sksewookseo
2022-09-15rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells
2022-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei
2022-08-31tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni
2022-08-31net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima
2022-08-31netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso
2022-08-31netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso
2022-08-31netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso
2022-08-31netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso
2022-08-31netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso
2022-08-31netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso
2022-08-179p: Add client parameter to p9_req_put()Kent Overstreet
2022-08-179p: Drop kref usageKent Overstreet
2022-08-179p: fix a bunch of checkpatch warningsDominique Martinet
2022-08-17net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning
2022-08-17ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet
2022-08-17inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet
2022-08-17net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet
2022-08-03libbpf: add Tx headroom support for AF_XDP buffersRobert-Ionut Alexa
2022-08-03xsk: Batched buffer allocation for the poolMagnus Karlsson
2022-08-03net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-08-03ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan
2022-08-03Revert "tcp: change pingpong threshold to 3"Wei Wang
2022-08-03tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima
2022-08-03Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz
2022-07-29Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz
2022-07-29Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz