summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-01-24net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin
2023-01-18tipc: call tipc_lxc_xmit without holding node_read_lockXin Long
2023-01-18tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le
2023-01-18tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien
2023-01-18net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel
2023-01-18tipc: fix unexpected link reset due to discovery messagesTung Nguyen
2023-01-18tipc: eliminate checking netns if node establishedHoang Le
2023-01-18tipc: improve throughput between nodes in netnsHoang Le
2023-01-18netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia
2023-01-18ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu
2023-01-18net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni
2023-01-18net: sched: disallow noqueue for qdisc classesFrederick Lawler
2023-01-18caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao
2023-01-18net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-18net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-18nfc: Fix potential resource leaksMiaoqian Lin
2023-01-18net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei
2023-01-18bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski
2023-01-18SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto
2023-01-18net/af_packet: make sure to pull mac headerEric Dumazet
2023-01-18net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu
2023-01-18SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever
2023-01-18mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi
2023-01-18net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2023-01-18bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev
2023-01-18net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet
2023-01-18rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells
2023-01-18net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang
2023-01-18skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan
2023-01-18openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron
2023-01-18Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-18Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-18net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu
2023-01-18net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev
2023-01-18SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo
2023-01-18xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu
2023-01-18bpf, sockmap: fix race in sock_map_free()Eric Dumazet
2023-01-18hsr: Avoid double remove of a node.Sebastian Andrzej Siewior
2023-01-18wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin
2023-01-18bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang
2023-01-18bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang
2023-01-18netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal
2023-01-18bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev
2023-01-18rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells
2023-01-18Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim
2022-12-19net: bpf: Allow TC programs to call BPF_FUNC_skb_change_headLorenzo Colitti
2022-12-14ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet
2022-12-14ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel
2022-12-14ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel
2022-12-14tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing