summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: setup master before portsVladimir Oltean2022-01-061-10/+13
* net: dsa: first set up shared ports, then non-shared portsVladimir Oltean2022-01-061-13/+37
* net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}Vladimir Oltean2022-01-062-2/+10
* net: dsa: stop updating master MTU from master.cVladimir Oltean2022-01-061-24/+1
* net: dsa: merge rtnl_lock sections in dsa_slave_createVladimir Oltean2022-01-061-3/+1
* net: dsa: reorder PHY initialization with MTU setup in slave.cVladimir Oltean2022-01-061-7/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-068-8/+88
|\
| * xfrm: rate limit SA mapping change message to user spaceAntony Antony2021-12-233-4/+43
| * xfrm: Add support for SM4 symmetric cipher algorithmXu Jia2021-12-231-0/+21
| * xfrm: Add support for SM3 secure hashXu Jia2021-12-231-0/+20
| * xfrm: update SA curlft.use_timeAntony Antony2021-12-232-0/+2
| * net: xfrm: drop check of pols[0] for the second timeJean Sacren2021-12-011-1/+1
| * xfrm: Remove duplicate assignmentluo penghao2021-11-181-1/+0
| * ipv6/esp6: Remove structure variables and alignment statementsluo penghao2021-11-181-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-0521-177/+269
|\ \
| * \ Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2022-01-044-82/+55
| |\ \
| | * | mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin2022-01-043-81/+54
| | * | mac80211: initialize variable have_higher_than_11mbitTom Rix2022-01-041-1/+1
| * | | sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet2022-01-041-4/+2
| * | | netrom: fix copying in user data in nr_setsockoptChristoph Hellwig2022-01-041-1/+1
| * | | udp6: Use Segment Routing Header for dest address if presentAndrew Lunn2022-01-041-1/+2
| * | | icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn2022-01-042-1/+35
| * | | seg6: export get_srh() for ICMP handlingAndrew Lunn2022-01-042-31/+31
| * | | Merge tag 'batadv-net-pullrequest-20220103' of git://git.open-mesh.org/linux-...Jakub Kicinski2022-01-033-11/+21
| |\ \ \
| | * | | batman-adv: mcast: don't send link-local multicast to mcast routersLinus Lüssing2022-01-023-11/+21
| * | | | ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern2022-01-031-5/+3
| * | | | ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern2022-01-031-2/+5
| | |/ / | |/| |
| * | | sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long2022-01-022-32/+36
| * | | mctp: Remove only static neighbour on RTM_DELNEIGHGagan Kumar2022-01-021-4/+5
| * | | net ticp:fix a kernel-infoleak in __tipc_sendmsg()Haimin Zhang2021-12-311-0/+2
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-311-2/+2
| |\ \ \
| | * | | Revert "xsk: Do not sleep in poll() when need_wakeup set"Magnus Karlsson2021-12-171-2/+2
| * | | | lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern2021-12-313-0/+11
| * | | | ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern2021-12-311-1/+5
| * | | | ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2021-12-311-1/+20
| * | | | ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern2021-12-311-3/+14
| * | | | ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2021-12-311-3/+26
* | | | | netlink: do not allocate a device refcount tracker in ethnl_default_notify()Eric Dumazet2022-01-051-1/+0
* | | | | net/sched: add missing tracker information in qdisc_create()Eric Dumazet2022-01-051-1/+1
* | | | | net: dsa: remove cross-chip support for HSRVladimir Oltean2022-01-053-49/+13
* | | | | net: dsa: remove cross-chip support for MRPVladimir Oltean2022-01-053-106/+20
* | | | | net: dsa: fix incorrect function pointer check for MRP ring rolesVladimir Oltean2022-01-051-2/+2
* | | | | net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean2022-01-051-1/+1
* | | | | mac80211: use ieee80211_bss_get_elem()Johannes Berg2022-01-041-7/+7
* | | | | mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl2022-01-041-0/+13
* | | | | mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-041-1/+1
* | | | | Namespaceify mtu_expires sysctlxu xin2022-01-041-10/+11
* | | | | Namespaceify min_pmtu sysctlxu xin2022-01-041-16/+37
* | | | | net: openvswitch: Fill act ct extensionPaul Blakey2022-01-041-0/+6
* | | | | net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey2022-01-042-1/+32