summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-05netlink: do not allocate a device refcount tracker in ethnl_default_notify()Eric Dumazet
2022-01-05net/sched: add missing tracker information in qdisc_create()Eric Dumazet
2022-01-05net: dsa: remove cross-chip support for HSRVladimir Oltean
2022-01-05net: dsa: remove cross-chip support for MRPVladimir Oltean
2022-01-05net: dsa: fix incorrect function pointer check for MRP ring rolesVladimir Oltean
2022-01-05net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean
2022-01-04Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski
2022-01-04mac80211: use ieee80211_bss_get_elem()Johannes Berg
2022-01-04mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl
2022-01-04mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih
2022-01-04mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin
2022-01-04mac80211: initialize variable have_higher_than_11mbitTom Rix
2022-01-04Namespaceify mtu_expires sysctlxu xin
2022-01-04Namespaceify min_pmtu sysctlxu xin
2022-01-04sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet
2022-01-04netrom: fix copying in user data in nr_setsockoptChristoph Hellwig
2022-01-04udp6: Use Segment Routing Header for dest address if presentAndrew Lunn
2022-01-04icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn
2022-01-04seg6: export get_srh() for ICMP handlingAndrew Lunn
2022-01-04net: openvswitch: Fill act ct extensionPaul Blakey
2022-01-04net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey
2022-01-03Merge tag 'batadv-next-pullrequest-20220103' of git://git.open-mesh.org/linux...Jakub Kicinski
2022-01-03Merge tag 'batadv-net-pullrequest-20220103' of git://git.open-mesh.org/linux-...Jakub Kicinski
2022-01-03ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern
2022-01-03ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern
2022-01-02net/smc: add comments for smc_link_{usable|sendable}Dust Li
2022-01-02sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long
2022-01-02net: socket.c: style fixHamish MacDonald
2022-01-02mctp: Remove only static neighbour on RTM_DELNEIGHGagan Kumar
2022-01-02ipv6: ioam: Support for Queue depth data fieldJustin Iurman
2022-01-02net/smc: remove redundant re-assignment of pointer linkColin Ian King
2022-01-02net/smc: Introduce TCP ULP supportTony Lu
2022-01-02net/smc: Add net namespace for tracepointsTony Lu
2022-01-02net/smc: Print net namespace in logTony Lu
2022-01-02net/smc: Add netlink net namespace supportTony Lu
2022-01-02net/smc: Introduce net namespace support for linkgroupTony Lu
2022-01-02batman-adv: mcast: don't send link-local multicast to mcast routersLinus Lüssing
2021-12-31net ticp:fix a kernel-infoleak in __tipc_sendmsg()Haimin Zhang
2021-12-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-31lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern
2021-12-31ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern
2021-12-31ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern
2021-12-31ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern
2021-12-31ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-30net/smc: Use the bitmap API when applicableChristophe JAILLET
2021-12-30ethtool: Remove redundant ret assignmentsluo penghao
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh