summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-02-01netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT stateFlorian Westphal1-0/+10
2023-02-01tcp: fix rate_app_limited to default to 1David Morley1-0/+2
2023-02-01tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2-6/+19
2023-02-01l2tp: prevent lockdep issue in l2tp_tunnel_register()Eric Dumazet1-3/+2
2023-02-01l2tp: close all race conditions in l2tp_tunnel_register()Cong Wang1-14/+14
2023-02-01l2tp: convert l2tp_tunnel_list to idrCong Wang1-43/+42
2023-02-01l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki1-8/+9
2023-02-01l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki1-6/+13
2023-02-01net/sched: sch_taprio: fix possible use-after-freeEric Dumazet1-0/+3
2023-02-01net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang1-0/+1
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-18xfrm: fix rcu lock in xfrm_notify_userpolicy()Nicolas Dichtel1-1/+6
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-14mptcp: use proper req destructor for IPv6Mat Martineau1-3/+16
2023-01-14mptcp: dedicated request sock for subflow in v6Mat Martineau1-8/+26
2023-01-14mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMat Martineau2-5/+14
2023-01-14mptcp: mark ops structures as ro_after_initMat Martineau1-8/+7
2023-01-14caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao1-1/+5
2023-01-14netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik10-80/+67
2023-01-14netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik1-19/+21
2023-01-14net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim1-2/+2
2023-01-14net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim1-1/+4
2023-01-14nfc: Fix potential resource leaksMiaoqian Lin1-14/+38
2023-01-14net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei1-10/+2
2023-01-14bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski1-2/+5
2023-01-14SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-2/+17
2023-01-14net/af_packet: make sure to pull mac headerEric Dumazet1-2/+4
2023-01-14net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu1-5/+13
2023-01-14SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever1-2/+7
2023-01-14ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov1-1/+2
2023-01-14mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-5/+13
2023-01-14net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-11/+3
2023-01-14bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev1-0/+4
2023-01-14net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet1-0/+6
2023-01-14rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells1-1/+1
2023-01-14net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang1-0/+2
2023-01-14skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan1-0/+3
2023-01-14openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron1-9/+16
2023-01-14net: add inline function skb_csum_is_sctpXin Long1-1/+1
2023-01-14net: switch to storing KCOV handle directly in sk_buffMarco Elver1-6/+0
2023-01-14netfilter: flowtable: really fix NAT IPv6 offloadQingfang DENG1-3/+3