summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* inet: fix fast path in __inet_hash_connect()Pietro Borrello2023-03-111-11/+1
* wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen2023-03-111-1/+1
* rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello2023-03-111-1/+1
* Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz2023-03-112-24/+8
* net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima2023-03-032-1/+1
* mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin2023-02-253-81/+54
* ipv6: Fix tcp socket connection with DSCP.Guillaume Nault2023-02-221-0/+1
* ipv6: Fix datagram socket connection with DSCP.Guillaume Nault2023-02-221-1/+1
* net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski2023-02-221-0/+4
* dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-222-12/+5
* netfilter: nft_tproxy: restrict to prerouting hookFlorian Westphal2023-02-221-0/+8
* net/rose: Fix to not accept on connected socketHyunwoo Kim2023-02-221-0/+8
* bpf: Always return target ifindex in bpf_fib_lookupToke Høiland-Jørgensen2023-02-221-1/+2
* rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello2023-02-221-3/+3
* net/x25: Fix to not accept on connected socketHyunwoo Kim2023-02-221-0/+6
* net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin2023-02-221-6/+6
* netrom: Fix use-after-free caused by accept on already connected socketHyunwoo Kim2023-02-221-0/+5
* ipv6: ensure sane device mtu in tunnelsEric Dumazet2023-02-063-12/+18
* sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner2023-02-061-0/+6
* netrom: Fix use-after-free of a listening socket.Kuniyuki Iwashima2023-02-061-0/+1
* netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETESriram Yagnaraman2023-02-061-9/+16
* ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet2023-02-061-0/+2
* netlink: annotate data races around sk_stateEric Dumazet2023-02-061-4/+6
* netlink: annotate data races around dst_portid and dst_groupEric Dumazet2023-02-061-9/+14
* netlink: annotate data races around nlk->portidEric Dumazet2023-02-061-2/+5
* netlink: remove hash::nelems check in netlink_insertLi RongQing2023-02-061-5/+0
* netfilter: nft_set_rbtree: skip elements in transaction from garbage collectionPablo Neira Ayuso2023-02-061-1/+15
* net: fix UaF in netns ops registration error pathPaolo Abeni2023-02-061-1/+1
* Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka2023-02-061-0/+1
* netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT stateFlorian Westphal2023-02-061-0/+10
* tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2023-02-062-6/+19
* net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang2023-02-061-0/+1
* net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin2023-01-241-1/+2
* netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia2023-01-181-2/+2
* ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu2023-01-181-0/+4
* net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-181-1/+15
* net: sched: disallow noqueue for qdisc classesFrederick Lawler2023-01-181-2/+6
* caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao2023-01-181-1/+5
* net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-181-1/+4
* nfc: Fix potential resource leaksMiaoqian Lin2023-01-181-14/+38
* bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski2023-01-181-2/+5
* SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto2023-01-181-2/+17
* SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever2023-01-181-2/+7
* mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi2023-01-181-5/+13
* bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev2023-01-181-0/+4
* net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet2023-01-181-0/+6
* rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells2023-01-181-1/+1
* net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang2023-01-181-0/+2
* skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan2023-01-181-0/+3
* openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron2023-01-181-9/+16