summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2022-06-14xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski1-0/+1
2022-06-14i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2-3/+3
2022-06-14netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2-1/+2
2022-06-14netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso1-1/+0
2022-06-14bluetooth: don't use bitmaps for random flag accessesLinus Torvalds1-10/+7
2022-06-14ax25: Fix ax25 session cleanup problemsDuoming Zhou1-0/+1
2022-06-14net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang1-0/+6
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-4/+15
2022-06-14net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray1-28/+8
2022-06-09Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz1-1/+1
2022-06-09Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2-2/+15
2022-06-09ipv6: fix locking issues with loops over idev->addr_listNiels Dossche1-0/+8
2022-06-06netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal1-1/+6
2022-05-25xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2-1/+14
2022-05-25xfrm: rework default policy structureNicolas Dichtel2-35/+19
2022-05-18secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2-3/+3
2022-05-18net/sched: act_pedit: really ensure the skb is writablePaolo Abeni1-0/+1
2022-05-15Bluetooth: Fix the creation of hdev->nameItay Iellin1-0/+3
2022-05-09Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz1-0/+1
2022-05-09tcp: make sure treq->af_specific is initializedEric Dumazet1-0/+1
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-0/+1
2022-05-09ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2-2/+2
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang1-0/+6
2022-04-27ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet1-2/+2
2022-04-27esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca1-2/+0
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov1-0/+2
2022-04-13mctp: Use output netdev to allocate skb headroomMatt Johnston1-2/+0
2022-04-13Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}Luiz Augusto von Dentz1-6/+8
2022-04-13ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel1-0/+1
2022-04-13net: initialize init_net earlierEric Dumazet1-0/+6
2022-04-13Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster1-0/+3
2022-04-08netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter1-0/+1
2022-04-08netfilter: flowtable: Fix QinQ and pppoe support for inet tablePablo Neira Ayuso1-0/+18
2022-03-28Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALLIsmael Ferreras Morezuelas1-0/+10
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-1/+0
2022-03-12vsock: each transport cycles only on its own socketsJiyong Park1-1/+2
2022-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+2
2022-03-08Revert "netfilter: conntrack: tag conntracks picked up in local out hook"Florian Westphal1-1/+0
2022-03-07esp: Fix possible buffer overflow in ESP transformationSteffen Klassert1-0/+2
2022-03-03ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet1-2/+2
2022-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-2/+6
2022-03-02net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey1-1/+5
2022-03-01netfilter: nf_queue: fix possible use-after-freeFlorian Westphal1-1/+1
2022-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-3/+3
2022-02-24Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz1-0/+8
2022-02-24Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz1-2/+1
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-0/+5
2022-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2-3/+1
2022-02-20netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso2-3/+1
2022-02-19net: Force inlining of checksum functions in net/checksum.hChristophe Leroy1-23/+24