summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2022-07-12net/sched: act_police: allow 'continue' action offloadVlad Buslov
2022-07-12net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel
2022-06-29sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-22ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen
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-14bluetooth: don't use bitmaps for random flag accessesLinus Torvalds
2022-06-14ax25: Fix ax25 session cleanup problemsDuoming Zhou
2022-06-14bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu
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-09net: annotate races around sk->sk_bound_dev_ifEric Dumazet
2022-06-09Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz
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-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet
2022-05-11Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-05-11net/sched: act_pedit: really ensure the skb is writablePaolo Abeni
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-04-28Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz
2022-04-26Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz
2022-04-26xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-04-22tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang
2022-04-15ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet
2022-04-15net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern
2022-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-04-13esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca
2022-04-08net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov
2022-04-01mctp: Use output netdev to allocate skb headroomMatt Johnston
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-23net/sched: fix incorrect vlan_push_eth dest fieldLouis Peens
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-03-21devlink: add explicitly locked flavor of the rate node APIsJakub Kicinski
2022-03-20netfilter: nft_fib: add reduce supportFlorian Westphal
2022-03-20netfilter: nft_meta: extend reduce support to bridge familyFlorian Westphal
2022-03-20netfilter: nf_tables: cancel tracking for clobbered destination registersPablo Neira Ayuso
2022-03-20netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso
2022-03-20netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter
2022-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller
2022-03-18Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()Gavin Li