summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-0620-90/+179
|\
| * Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2023-04-0621-101/+184
| |\
| | * can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp2023-04-051-24/+31
| | * can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka2023-04-051-1/+16
| | * can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp2023-04-051-1/+1
| | * can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel2023-04-051-1/+4
| | * netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet2023-04-041-6/+9
| | * ethtool: reset #lanes when lanes is omittedAndy Roulin2023-04-041-3/+4
| | * ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima2023-04-041-4/+4
| | * raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-043-29/+27
| | * ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan2023-04-031-1/+6
| | * net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENTSricharan Ramabadhran2023-04-031-6/+9
| | * sctp: check send stream number after wait_for_sndbufXin Long2023-04-021-0/+4
| | * net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski2023-04-021-1/+18
| | * icmp: guard against too small mtuEric Dumazet2023-03-311-0/+5
| | * vsock/vmci: convert VMCI error code to -ENOMEM on sendArseniy Krasnov2023-03-311-1/+7
| | * l2tp: generate correct module alias stringsAndrea Righi2023-03-312-8/+8
| | * net: qrtr: Fix a refcount bug in qrtr_recvmsg()Ziyang Xuan2023-03-311-0/+2
| | * virtio/vsock: fix leaks due to missing skb ownerBobby Eshleman2023-03-311-0/+10
| | * Merge tag 'wireless-2023-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-03-303-15/+19
| | |\
| * | \ Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-04-041-4/+13
| |\ \ \
| | * | | sunrpc: only free unix grouplist after RCU settlesJeff Layton2023-04-041-4/+13
| * | | | Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-03-311-0/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar2023-03-231-0/+1
* | | | | net/sched: sch_mqprio: use netlink payload helpersPedro Tammela2023-04-051-4/+4
* | | | | Merge tag 'wireless-next-2023-04-05' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-04-057-19/+181
|\ \ \ \ \
| * | | | | wifi: mac80211: enable EHT mesh supportRyder Lee2023-03-315-4/+162
| * | | | | Merge wireless/main into wireless-next/mainJohannes Berg2023-03-318-49/+68
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau2023-03-301-1/+2
| | * | | | wifi: mac80211: fix flow dissection for forwarded packetsFelix Fietkau2023-03-301-1/+1
| | * | | | wifi: mac80211: fix mesh forwardingFelix Fietkau2023-03-301-0/+3
| | * | | | wifi: mac80211: fix receiving mesh packets in forwarding=0 networksFelix Fietkau2023-03-301-8/+8
| | * | | | wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee2023-03-301-1/+1
| | * | | | wifi: mac80211: fix potential null pointer dereferenceFelix Fietkau2023-03-301-2/+2
| | * | | | wifi: mac80211: drop bogus static keywords in A-MSDU rxFelix Fietkau2023-03-301-2/+2
* | | | | | Merge tag 'linux-can-next-for-6.4-20230404-2' of git://git.kernel.org/pub/scm...Jakub Kicinski2023-04-051-9/+56
|\ \ \ \ \ \
| * | | | | | can: isotp: add module parameter for maximum pdu sizeOliver Hartkopp2023-03-281-9/+56
* | | | | | | vsock: return errors other than -ENOMEM to socketArseniy Krasnov2023-04-041-2/+2
* | | | | | | vsock/vmci: convert VMCI error code to -ENOMEM on receiveArseniy Krasnov2023-04-041-2/+9
* | | | | | | net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean2023-04-035-42/+46
* | | | | | | net: dsa: make dsa_port_supports_hwtstamp() construct a fake ifreqVladimir Oltean2023-04-033-6/+8
* | | | | | | net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use itVladimir Oltean2023-04-031-2/+5
* | | | | | | net: move copy_from_user() out of net_hwtstamp_validate()Vladimir Oltean2023-04-031-9/+9
* | | | | | | net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlersVladimir Oltean2023-04-031-13/+26
* | | | | | | net: simplify handling of dsa_ndo_eth_ioctl() return codeVladimir Oltean2023-04-031-1/+1
* | | | | | | net: don't abuse "default" case for unknown ioctl in dev_ifsioc()Vladimir Oltean2023-04-031-23/+19
* | | | | | | Merge tag 'nf-next-2023-03-30' of https://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski2023-03-313-21/+43
|\ \ \ \ \ \ \
| * | | | | | | netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey2023-03-301-8/+0
| * | | | | | | netfilter: nfnetlink_queue: enable classid socket info retrievalEric Sage2023-03-301-0/+20
| * | | | | | | netfilter: nfnetlink_log: remove rcu_bh usageFlorian Westphal2023-03-301-13/+23