summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-03-21ipv6: flowlabel: do not disable BH where not neededEric Dumazet
2023-03-21erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet
2023-03-21net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas
2023-03-20net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski
2023-03-20xfrm: copy_to_user_state fetch offloaded SA packets/bytes statisticsRaed Salem
2023-03-20xfrm: add new device offload acquire flagRaed Salem
2023-03-20net: dsa: report rx_bytes unadjusted for ETH_HLENVladimir Oltean
2023-03-19net/packet: remove po->xmitEric Dumazet
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet
2023-03-18mptcp: preserve const qualifier in mptcp_sk()Eric Dumazet
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-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
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-17net: ieee802154: remove an unnecessary null pointer checkDongliang Mu
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-16bpf, test_run: fix crashes due to XDP frame overwriting/corruptionAlexander Lobakin
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