summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-06Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2023-04-05net/sched: sch_mqprio: use netlink payload helpersPedro Tammela
2023-04-05Merge tag 'wireless-next-2023-04-05' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-04-05Merge tag 'linux-can-next-for-6.4-20230404-2' of git://git.kernel.org/pub/scm...Jakub Kicinski
2023-04-05can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp
2023-04-05can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka
2023-04-05can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp
2023-04-05can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel
2023-04-04netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet
2023-04-04ethtool: reset #lanes when lanes is omittedAndy Roulin
2023-04-04ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima
2023-04-04Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-04-04sunrpc: only free unix grouplist after RCU settlesJeff Layton
2023-04-04vsock: return errors other than -ENOMEM to socketArseniy Krasnov
2023-04-04vsock/vmci: convert VMCI error code to -ENOMEM on receiveArseniy Krasnov
2023-04-03ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan
2023-04-03net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENTSricharan Ramabadhran
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean
2023-04-03net: dsa: make dsa_port_supports_hwtstamp() construct a fake ifreqVladimir Oltean
2023-04-03net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use itVladimir Oltean
2023-04-03net: move copy_from_user() out of net_hwtstamp_validate()Vladimir Oltean
2023-04-03net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlersVladimir Oltean
2023-04-03net: simplify handling of dsa_ndo_eth_ioctl() return codeVladimir Oltean
2023-04-03net: don't abuse "default" case for unknown ioctl in dev_ifsioc()Vladimir Oltean
2023-04-02sctp: check send stream number after wait_for_sndbufXin Long
2023-04-02net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski
2023-03-31icmp: guard against too small mtuEric Dumazet
2023-03-31Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-03-31Merge tag 'nf-next-2023-03-30' of https://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski
2023-03-31wifi: mac80211: enable EHT mesh supportRyder Lee
2023-03-31Merge wireless/main into wireless-next/mainJohannes Berg
2023-03-31vsock/vmci: convert VMCI error code to -ENOMEM on sendArseniy Krasnov
2023-03-31l2tp: generate correct module alias stringsAndrea Righi
2023-03-31net: qrtr: Fix a refcount bug in qrtr_recvmsg()Ziyang Xuan
2023-03-31tcp: Refine SYN handling for PAWS.Kuniyuki Iwashima
2023-03-31virtio/vsock: fix leaks due to missing skb ownerBobby Eshleman
2023-03-30Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-03-30Merge tag 'wireless-2023-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-03-30net/sched: act_tunnel_key: add support for "don't fragment"Davide Caratti
2023-03-30net: dsa: fix db type confusion in host fdb/mdb add/delVladimir Oltean
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-30Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-30netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey
2023-03-30netfilter: nfnetlink_queue: enable classid socket info retrievalEric Sage
2023-03-30netfilter: nfnetlink_log: remove rcu_bh usageFlorian Westphal
2023-03-30net: dsa: sync unicast and multicast addresses for VLAN filters tooVladimir Oltean
2023-03-30net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQEric Dumazet
2023-03-30net: optimize napi_schedule_rps()Eric Dumazet