summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
5 daysinet: frags: strip GSO state from fragments before reassemblyXinyang Ge1-0/+7
6 dayscan: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp1-87/+230
6 dayscan: use skb hash instead of private variable in headroomOliver Hartkopp6-15/+14
6 daysxfrm: fix sk_dst_cache double-free in xfrm_user_policy()Xiang Mei (Microsoft)1-2/+2
6 dayslibceph: fix OOB read in decode_watchers() via missing bounds checkPavitra Jha1-1/+4
6 daysipv6: fix use-after-free in ip6_finish_output2()Luxiao Xu1-0/+2
6 daysipv4: reject undersized MTUs in ip_do_fragment()Yong Wang1-0/+4
6 daysnfc: nci: free destination parameters when closing a connectionLinmao Li1-0/+1
6 daysnfc: nci: fix out-of-bounds write in nci_target_auto_activated()Samuel Page1-0/+6
6 daysnfc: llcp: reject PDUs shorter than the LLCP headerDoruk Tan Ozturk1-0/+5
6 daysnfc: llcp: fix OOB read and u8 offset wrap in TLV parsersMuhammad Bilal1-2/+16
6 daysnfc: llcp: bound the connect_sn TLV walk to the skbDoruk Tan Ozturk1-4/+6
6 daysnfc: digital: clamp SENSF_RES length to the destination bufferDoruk Tan Ozturk1-0/+2
6 daysinet: frags: publish queues before arming timerZhiling Zou1-2/+4
6 dayspacket: synchronize pressure clearing with ring reconfigurationZihan Xi1-4/+16
6 daysnet/sched: reject overly deep qdisc hierarchiesZijie Huang1-0/+9
6 dayspacket: use consistent hard_header_len in TX_RING send pathQihang Tang1-8/+11
6 dayspacket: use consistent hard_header_len in non-ring send pathsQihang Tang1-10/+16
6 daysipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi1-18/+49
6 daysnet: ipv4: Publish fib_nlmsg_size()Amit Cohen2-1/+2
6 daysnet/x25: fix use-after-free of the socket by its timersBaul Lee2-11/+18
6 daysBluetooth: RFCOMM: take rfcomm_mutex for the deferred setup acceptAli Ahmet Memis1-3/+21
10 daysnet: smc: fix splice entry lifetime imbalance in smc_rx_spliceDaming Li1-4/+8
10 daysnet/smc: rdma write inline if qp has sufficient inline spaceGuangguan Wang1-5/+12
10 daysaf_packet: Don't send zero-byte data in tpacket_snd().Eric Dumazet1-0/+3
10 daysnet: packet: fix wrong transport_header when sending VLAN-tagged frameWei Fang1-2/+2
10 daysnetfilter: ipset: fix list type element drift bugFlorian Westphal1-2/+5
10 daysnetfilter: flowtable: publish GC-visible tuple lastJérémy Jean1-3/+4
10 daysnetfilter: nf_tables_offload: suppress WARN_ON_ONCE for ENOMEM in abort pathAlexey Velichayshiy1-1/+1
10 daysnetfilter: ipset: fix refcount race between list:set GC and swapXiang Mei (Microsoft)1-6/+13
10 daysnet/sched: act_gact, act_police: range check the fallback control actionHyunjung Ko2-0/+11
10 daysnet: pktgen: fix proc entry use-after-freeChengfeng Ye1-3/+1
10 daysnet: pktgen: fix code style (WARNING: Block comments)Peter Seiderer1-16/+23
10 daysBluetooth: HIDP: reject frames without a transaction headerSangho Lee1-10/+15
10 daysskbuff: introduce skb_pull_dataLuiz Augusto von Dentz1-0/+24
10 daysnet: gro: fix double aggregation of flush-marked skbsShiming Cheng1-1/+3
10 daysnet/sched: serialize qdisc_rtab_list against concurrent get/putAldo Ariel Panzardo1-5/+19
10 dayslibceph: fix two unsafe bare decodes in decode_lockers()Pavitra Jha1-2/+6
10 dayslibceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZEXiang Mei1-2/+2
10 dayslibceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko1-2/+2
10 dayssctp: avoid auth_enable sysctl UAF during netns teardownZhiling Zou2-10/+19
10 daysmptcp: decrement subflows counter on failed passive joinChenguang Zhao1-1/+3
10 daysmptcp: fix subflow accounting on closePaolo Abeni2-3/+23
10 daysmptcp: only set DATA_FIN when a mapping is presentMichael Bommarito1-6/+7
10 daysespintcp: use sk_msg_free_partial to fix partial sendSabrina Dubroca1-26/+6
10 daysnet/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
10 daysnet/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean1-7/+3
10 daysnet: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
10 daysnet: ipip: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
10 daysnet: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian4-107/+41