summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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-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-24fix typos in net/sched/* filesTaichi Nishimura
2023-03-24ipv6: prevent router_solicitations for team portXin Long
2023-03-23Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...Jakub Kicinski
2023-03-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-23Merge tag 'for-net-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-03-23Merge tag 'wireless-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-03-23Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim
2023-03-23Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung
2023-03-23Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz
2023-03-23net/sched: act_api: use the correct TCA_ACT attributes in dumpPedro Tammela
2023-03-23net: ipv4: Allow changing IPv4 address protocolPetr Machata
2023-03-22net/sched: remove two skb_mac_header() usesEric Dumazet
2023-03-22sch_cake: do not use skb_mac_header() in cake_overhead()Eric Dumazet
2023-03-22net: do not use skb_mac_header() in qdisc_pkt_len_init()Eric Dumazet
2023-03-22net: Catch invalid index in XPS mappingNick Child
2023-03-22Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski
2023-03-22Bluetooth: Remove "Power-on" check from Mesh featureBrian Gix
2023-03-22Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li
2023-03-22Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen
2023-03-22Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz
2023-03-22Bluetooth: hci_sync: Resume adv with no RPA when active scanZhengping Jiang
2023-03-22SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever