summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel5-318/+244
2023-03-17bridge: mcast: Implement MDB net device operationsIdo Schimmel3-0/+152
2023-03-17net: xdp: don't call notifiers during driver initJakub Kicinski1-1/+3
2023-03-17net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu1-4/+4
2023-03-17Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu1-2/+2
2023-03-17ynl: broaden the license even moreJakub Kicinski4-4/+4
2023-03-17hsr: ratelimit only when errors are printedMatthieu Baerts1-1/+1
2023-03-17net/iucv: Fix size of interrupt dataAlexandra Winter1-1/+1
2023-03-17ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel1-0/+3
2023-03-17Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-9/+41
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring1-2/+2