summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-03-18smc: preserve const qualifier in smc_sk()Eric Dumazet
2023-03-18af_packet: preserve const qualifier in pkt_sk()Eric Dumazet
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-17net/smc: Use percpu ref for wr tx referenceKai Shen
2023-03-17inet_diag: constify raw_lookup() socket argumentEric Dumazet
2023-03-17ipv4: raw: constify raw_v4_match() socket argumentEric Dumazet
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet
2023-03-17udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet
2023-03-17ipv6: constify inet6_mc_check()Eric Dumazet
2023-03-17udp: constify __udp_is_mcast_sock() socket argumentEric Dumazet
2023-03-17ipv4: constify ip_mc_sf_allow() socket argumentEric Dumazet
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet
2023-03-17net/packet: convert po->pressure to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->running to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_loss to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet
2023-03-17net/packet: annotate accesses to po->tp_tstampEric Dumazet
2023-03-17net/packet: convert po->auxdata to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->origdev to an atomic flagEric Dumazet
2023-03-17net/packet: annotate accesses to po->xmitEric Dumazet
2023-03-17af_unix: annotate lockless accesses to sk->sk_errEric Dumazet
2023-03-17mptcp: annotate lockless accesses to sk->sk_errEric Dumazet
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-17dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko
2023-03-17rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel
2023-03-17bridge: mcast: Implement MDB net device operationsIdo Schimmel
2023-03-16net: xdp: don't call notifiers during driver initJakub Kicinski
2023-03-16net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu
2023-03-16Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu
2023-03-16ynl: broaden the license even moreJakub Kicinski
2023-03-16hsr: ratelimit only when errors are printedMatthieu Baerts
2023-03-16net/iucv: Fix size of interrupt dataAlexandra Winter
2023-03-16ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel
2023-03-16Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-16net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()Vladimir Oltean
2023-03-16virtio/vsock: don't drop skbuff on copy failureArseniy Krasnov
2023-03-16virtio/vsock: remove redundant 'skb_pull()' callArseniy Krasnov
2023-03-16virtio/vsock: don't use skbuff state to account creditArseniy Krasnov
2023-03-15net/smc: Introduce explicit check for v2 supportStefan Raspl
2023-03-15net/smc: Fix device de-init sequenceStefan Raspl
2023-03-15net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang
2023-03-15ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet