summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-23mac802154: Handle active scanningMiquel Raynal3-2/+75
2023-03-23ieee802154: Add support for user active scan requestsMiquel Raynal1-0/+1
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-22net-zerocopy: Reduce compound page head accessXiaoyan Li1-3/+11
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-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-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
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski31-206/+244
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds30-204/+240
2023-03-17net/smc: Use percpu ref for wr tx referenceKai Shen3-12/+38
2023-03-17inet_diag: constify raw_lookup() socket argumentEric Dumazet1-1/+1
2023-03-17ipv4: raw: constify raw_v4_match() socket argumentEric Dumazet1-2/+2
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet1-1/+1
2023-03-17udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet1-2/+2
2023-03-17ipv6: constify inet6_mc_check()Eric Dumazet1-4/+4
2023-03-17udp: constify __udp_is_mcast_sock() socket argumentEric Dumazet1-2/+2
2023-03-17ipv4: constify ip_mc_sf_allow() socket argumentEric Dumazet1-2/+2
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet4-5/+6
2023-03-17net/packet: convert po->pressure to an atomic flagEric Dumazet2-7/+9
2023-03-17net/packet: convert po->running to an atomic flagEric Dumazet3-12/+12
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet3-11/+12
2023-03-17net/packet: convert po->tp_loss to an atomic flagEric Dumazet3-6/+6
2023-03-17net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet2-5/+5
2023-03-17net/packet: annotate accesses to po->tp_tstampEric Dumazet2-5/+6
2023-03-17net/packet: convert po->auxdata to an atomic flagEric Dumazet3-8/+6
2023-03-17net/packet: convert po->origdev to an atomic flagEric Dumazet3-8/+26
2023-03-17net/packet: annotate accesses to po->xmitEric Dumazet1-4/+8
2023-03-17af_unix: annotate lockless accesses to sk->sk_errEric Dumazet1-4/+5
2023-03-17mptcp: annotate lockless accesses to sk->sk_errEric Dumazet3-7/+7
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet6-14/+15
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet6-6/+6
2023-03-17dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet3-11/+14
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet4-12/+13
2023-03-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko1-1/+1
2023-03-17rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel2-2/+9