summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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-03-31Merge tag 'nf-next-2023-03-30' of https://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski
2023-03-31tcp: Refine SYN handling for PAWS.Kuniyuki Iwashima
2023-03-30Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...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
2023-03-30net: add softnet_data.in_net_rx_actionEric Dumazet
2023-03-30net: napi_schedule_rps() cleanupEric Dumazet
2023-03-30wifi: nl80211: support advertising S1G capabilitiesKieran Frewen
2023-03-30wifi: mac80211: S1G capabilities information element in probe requestKieran Frewen
2023-03-30mac80211: minstrel_ht: remove unused n_supported variableTom Rix
2023-03-30virtio/vsock: WARN_ONCE() for invalid state of socketArseniy Krasnov
2023-03-30virtio/vsock: fix header length on skb mergingArseniy Krasnov
2023-03-29Merge tag 'ieee802154-for-net-2023-03-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2023-03-29mptcp: do not fill info not used by the PM in usedMatthieu Baerts
2023-03-29mptcp: simplify subflow_syn_recv_sock()Paolo Abeni
2023-03-29mptcp: avoid unneeded address copyPaolo Abeni
2023-03-296lowpan: Remove redundant initialisation.Kuniyuki Iwashima
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima
2023-03-29vsock: support sockmapBobby Eshleman
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo
2023-03-28virtio/vsock: check argument to avoid no effect callArseniy Krasnov
2023-03-28virtio/vsock: allocate multiple skbuffs on txArseniy Krasnov
2023-03-27ethtool: Add support for configuring tx_push_buf_lenShay Agroskin
2023-03-27net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet
2023-03-27can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov
2023-03-27can: j1939: prevent deadlock by moving j1939_sk_errqueue()Oleksij Rempel
2023-03-27dev_ioctl: fix a W=1 warningHeiner Kallweit
2023-03-27vsock/loopback: use only sk_buff_head.lock to protect the packet queueStefano Garzarella
2023-03-25Merge tag 'nfsd-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-24wifi: nl80211: make nl80211_send_chandef non-staticJaewan Kim
2023-03-24mac80211: support RNR for EMA APAloka Dixit