summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2022-07-29Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-29udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima
2022-07-29tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet
2022-07-29tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima
2022-07-29ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima
2022-07-29ipv4/tcp: do not use per netns ctl socketsEric Dumazet
2022-07-29ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima
2022-07-21net/tls: Check for errors in tls_device_initTariq Toukan
2022-07-21raw: Fix a data-race around sysctl_raw_l3mdev_accept.Kuniyuki Iwashima
2022-07-21netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima
2022-07-12netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso
2022-07-12netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso
2022-06-29Merge tag 'v5.15.51' into lf-5.15.yJason Liu
2022-06-29Merge tag 'v5.15.50' into lf-5.15.yJason Liu
2022-06-29Merge tag 'v5.15.41' into lf-5.15.yJason Liu
2022-06-29sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-14xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski
2022-06-14i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson
2022-06-14netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-06-14netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso
2022-06-14net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-06-14net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray
2022-06-09ipv6: fix locking issues with loops over idev->addr_listNiels Dossche
2022-06-06netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal
2022-05-25xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger
2022-05-25xfrm: rework default policy structureNicolas Dichtel
2022-05-18secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-05-18net/sched: act_pedit: really ensure the skb is writablePaolo Abeni
2022-05-15Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-05-09tcp: make sure treq->af_specific is initializedEric Dumazet
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-05-09ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang
2022-05-04net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean
2022-05-04flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu
2022-05-04net: flow_offload: add tc police action parametersJianbo Liu
2022-05-04flow_offload: allow user to offload tc action to net deviceBaowen Zheng
2022-05-04flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng
2022-05-04flow_offload: rename offload functions with offload instead of flowBaowen Zheng
2022-05-04flow_offload: add index to flow_action_entry structureBaowen Zheng