summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-04-17mptcp: drop unneeded argumentPaolo Abeni
2023-04-14page_pool: allow caching from safely localized NAPIJakub Kicinski
2023-04-14net: skb: plumb napi state thru skb freeing pathsJakub Kicinski
2023-04-14net/ipv6: Initialise msg_control_is_userKevin Brodsky
2023-04-14net/compat: Update msg_control_is_user when setting a kernel pointerKevin Brodsky
2023-04-14net: Ensure ->msg_control_user is used for user buffersKevin Brodsky
2023-04-14vsock/loopback: don't disable irqs for queue accessArseniy Krasnov
2023-04-13net/sched: taprio: allow per-TC user input of FP adminStatusVladimir Oltean
2023-04-13net/sched: mqprio: allow per-TC user input of FP adminStatusVladimir Oltean
2023-04-13net/sched: pass netlink extack to mqprio and taprio offloadVladimir Oltean
2023-04-13net/sched: mqprio: add an extack message to mqprio_parse_opt()Vladimir Oltean
2023-04-13net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean
2023-04-13net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONSVladimir Oltean
2023-04-13net: ethtool: create and export ethtool_dev_mm_supported()Vladimir Oltean
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-04-13bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer
2023-04-13skbuff: Fix a race between coalescing and releasing SKBsLiang Chen
2023-04-13udp6: fix potential access to stale informationEric Dumazet
2023-04-13mptcp: fix NULL pointer dereference on fastopen early fallbackPaolo Abeni
2023-04-13mptcp: stricter state check in mptcp_workerPaolo Abeni
2023-04-13mptcp: use mptcp_schedule_work instead of open-coding itPaolo Abeni
2023-04-13xsk: Elide base_addr comparison in xp_unaligned_validate_descKal Conley
2023-04-13xsk: Simplify xp_aligned_validate_desc implementationKal Conley
2023-04-13sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long
2023-04-13net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan
2023-04-12rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi
2023-04-12bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig
2023-04-12bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu
2023-04-12smc: Fix use-after-free in tcp_write_timer_handler().Kuniyuki Iwashima
2023-04-12net: dsa: add trace points for VLAN operationsVladimir Oltean
2023-04-12net: dsa: add trace points for FDB/MDB operationsVladimir Oltean
2023-04-11Merge tag 'for-net-2023-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-04-11selftests/bpf: Add test to access u32 ptr argument in tracing programFeng Zhou
2023-04-10Merge tag '9p-6.3-fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-04-10Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz
2023-04-10Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu
2023-04-10Bluetooth: hci_conn: Fix possible UAFLuiz Augusto von Dentz
2023-04-10Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz
2023-04-10Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfmLuiz Augusto von Dentz
2023-04-10Bluetooth: Fix race condition in hidp_session_threadMin Li
2023-04-10Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz
2023-04-10Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean
2023-04-07net: make SO_BUSY_POLL available to all usersEric Dumazet
2023-04-07Merge tag 'ipsec-esn-replay' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-04-07net: openvswitch: fix race on port outputFelix Huettner