summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2023-01-181-0/+1
* net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev2023-01-181-1/+5
* SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo2023-01-181-1/+1
* wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin2023-01-181-1/+3
* Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim2023-01-181-1/+2
* ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet2022-12-141-0/+5
* tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing2022-12-141-1/+3
* NFC: nci: Bounds check struct nfc_target arraysKees Cook2022-12-141-0/+6
* mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun2022-12-141-0/+1
* Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin2022-12-141-1/+3
* Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo2022-12-141-0/+1
* 9p/xen: check logical size for buffer sizeDominique Martinet2022-12-141-0/+9
* 9p/fd: Use P9_HDRSZ for header sizeGUO Zihua2022-12-141-3/+3
* Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz2022-12-081-0/+13
* tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima2022-12-081-0/+7
* packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn2022-12-081-4/+2
* net: hsr: Fix potential use-after-freeYueHaibing2022-12-081-2/+3
* net/9p: Fix a potential socket leak in p9_socket_openWang Hai2022-12-081-1/+3
* tcp: configurable source port perturb table sizeGleb Mazovetskiy2022-12-082-5/+15
* dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-12-084-0/+8
* NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin2022-12-081-1/+3
* xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin2022-12-081-1/+5
* tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing2022-12-081-1/+4
* tipc: add an extra conn_get in tipc_conn_allocXin Long2022-12-081-3/+6
* tipc: set con sock in tipc_conn_allocXin Long2022-12-081-6/+5
* 9p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao2022-12-081-0/+2
* nfc/nci: fix race with opening and closingLin Ma2022-12-081-1/+1
* af_key: Fix send_acquire race with pfkey_registerHerbert Xu2022-12-081-10/+22
* wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari2022-12-081-1/+1
* 9p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa2022-11-251-0/+3