summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-28virtio/vsock: allocate multiple skbuffs on txArseniy Krasnov1-14/+43
2023-03-28ethtool: Add support for configuring tx_push_buf_lenShay Agroskin2-3/+33
2023-03-28net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet2-2/+14
2023-03-27dev_ioctl: fix a W=1 warningHeiner Kallweit1-0/+1
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-99/+206
2023-03-24fix typos in net/sched/* filesTaichi Nishimura3-3/+3
2023-03-24ipv6: prevent router_solicitations for team portXin Long1-1/+2
2023-03-24Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...Jakub Kicinski13-286/+225
2023-03-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-8/+15
2023-03-24Merge tag 'for-net-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski5-71/+155
2023-03-24Merge tag 'wireless-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski5-13/+23
2023-03-23Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim1-0/+2
2023-03-23Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung1-1/+2
2023-03-23Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz1-38/+79
2023-03-23net/sched: act_api: use the correct TCA_ACT attributes in dumpPedro Tammela1-4/+4
2023-03-23net: ipv4: Allow changing IPv4 address protocolPetr Machata1-0/+3
2023-03-23net/sched: remove two skb_mac_header() usesEric Dumazet2-2/+2
2023-03-23sch_cake: do not use skb_mac_header() in cake_overhead()Eric Dumazet1-3/+3
2023-03-23net: do not use skb_mac_header() in qdisc_pkt_len_init()Eric Dumazet1-4/+4
2023-03-23net: Catch invalid index in XPS mappingNick Child1-0/+2
2023-03-23Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski2-0/+3
2023-03-23Bluetooth: Remove "Power-on" check from Mesh featureBrian Gix1-6/+0
2023-03-23Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li1-0/+2
2023-03-23Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen1-2/+7
2023-03-23Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz1-4/+19
2023-03-23Bluetooth: hci_sync: Resume adv with no RPA when active scanZhengping Jiang1-20/+44
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja5-11/+13
2023-03-22xtables: move icmp/icmpv6 logic to xt_tcpudpFlorian Westphal3-134/+112
2023-03-22netfilter: xtables: disable 32bit compat interface by defaultFlorian Westphal1-1/+0
2023-03-22netfilter: nft_masq: deduplicate eval call-backsJeremy Sowden1-46/+29
2023-03-22netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden3-94/+71
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer1-2/+8
2023-03-22net-zerocopy: Reduce compound page head accessXiaoyan Li1-3/+11
2023-03-22wifi: mac80211: fix mesh path discovery based on unicast packetsFelix Fietkau1-11/+11
2023-03-22wifi: mac80211: fix qos on mesh interfacesFelix Fietkau1-2/+4
2023-03-22net-sysfs: display two backlog queue len separatelyJason Xing1-5/+13
2023-03-22virtio/vsock: check transport before skb allocationArseniy Krasnov1-5/+3
2023-03-22tools: ynl: skip the explicit op array size when not neededJakub Kicinski1-1/+1
2023-03-22neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet9-67/+71
2023-03-22ipv6: flowlabel: do not disable BH where not neededEric Dumazet1-24/+27
2023-03-22erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2-4/+4
2023-03-22net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas1-2/+8
2023-03-20xfrm: copy_to_user_state fetch offloaded SA packets/bytes statisticsRaed Salem1-0/+2
2023-03-20xfrm: add new device offload acquire flagRaed Salem1-0/+1
2023-03-20net: dsa: report rx_bytes unadjusted for ETH_HLENVladimir Oltean1-1/+1
2023-03-19net/packet: remove po->xmitEric Dumazet2-16/+10
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet5-8/+14
2023-03-18mptcp: preserve const qualifier in mptcp_sk()Eric Dumazet2-7/+4
2023-03-18smc: preserve const qualifier in smc_sk()Eric Dumazet1-4/+1
2023-03-18af_packet: preserve const qualifier in pkt_sk()Eric Dumazet1-4/+1