summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-24Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet1-1/+0
2023-01-24net/ulp: use consistent error code when blocking ULPPaolo Abeni1-1/+1
2023-01-24wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel2-1/+8
2023-01-24net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin1-1/+2
2023-01-18net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel1-1/+7
2023-01-18tipc: fix unexpected link reset due to discovery messagesTung Nguyen1-4/+8
2023-01-18netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia1-2/+2
2023-01-18ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu1-0/+4
2023-01-18netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bitsPablo Neira Ayuso1-1/+1
2023-01-14net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2-1/+19
2023-01-14net: sched: disallow noqueue for qdisc classesFrederick Lawler1-0/+5
2023-01-12mptcp: use proper req destructor for IPv6Matthieu Baerts1-3/+16
2023-01-12mptcp: dedicated request sock for subflow in v6Matthieu Baerts1-8/+26
2023-01-12caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao1-1/+5
2023-01-12netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik10-80/+67
2023-01-12netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik1-19/+21
2023-01-12net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim1-2/+2
2023-01-12net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim1-1/+4
2023-01-12nfc: Fix potential resource leaksMiaoqian Lin1-14/+38
2023-01-12net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei1-10/+2
2023-01-12netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso1-18/+45
2023-01-12netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso1-1/+35
2023-01-12netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso1-38/+68
2023-01-12netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso1-30/+28
2023-01-12bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski1-2/+5
2023-01-12SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-2/+17
2023-01-12mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts2-5/+14
2023-01-12mptcp: mark ops structures as ro_after_initFlorian Westphal1-8/+7
2023-01-12net/af_packet: make sure to pull mac headerEric Dumazet1-2/+4
2023-01-12net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu1-5/+13
2023-01-12SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever1-2/+7
2022-12-319p: set req refcount to zero to avoid uninitialized usageSchspa Shi1-0/+5
2022-12-31ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov1-1/+2
2022-12-31mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-5/+13
2022-12-31ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet1-11/+11
2022-12-31net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-11/+3
2022-12-31bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev1-0/+4
2022-12-31net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet1-0/+6
2022-12-31rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells1-1/+1
2022-12-31net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang1-0/+2
2022-12-31skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan1-0/+3
2022-12-31openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron1-9/+16
2022-12-31unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()Kirill Tkhai1-2/+9
2022-12-31netfilter: flowtable: really fix NAT IPv6 offloadQingfang DENG1-3/+3
2022-12-31net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean1-1/+10
2022-12-31Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-31Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-31Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMSInga Stotland1-1/+1
2022-12-31sctp: sysctl: make extra pointers netns awareFiro Yang1-29/+44
2022-12-31af_unix: call proto_unregister() in the error path in af_unix_init()Yang Yingliang1-0/+1