summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-02batman-adv: Drop reduntant batadv interface checkSven Eckelmann1-9/+0
2021-06-02batman-adv: Don't manually reattach hard-interfaceSven Eckelmann1-34/+0
2021-06-02batman-adv: Avoid name based attaching of hard interfacesSven Eckelmann3-14/+6
2021-06-02batman-adv: Drop implicit creation of batadv net_devicesSven Eckelmann3-45/+3
2021-06-02batman-adv: Fix spelling mistakesZheng Yongjun3-4/+4
2021-05-30batman-adv: Remove the repeated declarationShaokun Zhang1-1/+0
2021-05-30batman-adv: mcast: add MRD + routable IPv4 multicast with bridges supportLinus Lüssing1-36/+5
2021-05-17batman-adv: bcast: avoid skb-copy for (re)queued broadcastsLinus Lüssing1-1/+1
2021-05-17batman-adv: bcast: queue per interface, if neededLinus Lüssing5-138/+270
2021-05-17batman-adv: Always send iface index+name in genlmsgSven Eckelmann3-0/+24
2021-05-17batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2021-05-14net: bridge: fix build when IPv6 is disabledMatteo Croce1-1/+1
2021-05-14net: bridge: fix br_multicast_is_router stub when igmp is disabledNikolay Aleksandrov1-1/+2
2021-05-14net: mana: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2021-05-14bpf: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2021-05-14net: caif: Drop unnecessary NULL check after container_ofGuenter Roeck1-2/+0
2021-05-14net: qed: remove redundant initialization of variable rcColin Ian King1-1/+1
2021-05-14Merge branch 'virtio_net-fixes'David S. Miller1-8/+12
2021-05-14virtio-net: get build_skb() buf by data ptrXuan Zhuo1-2/+6
2021-05-14virtio-net: fix for unable to handle page fault for addressXuan Zhuo1-6/+6
2021-05-14Merge branch 'atl1c-support-for-Mikrotik-10-25G-NIC-features'David S. Miller4-26/+75
2021-05-14atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks3-18/+27
2021-05-14atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks2-0/+7
2021-05-14atl1c: adjust max mtu according to Mikrotik 10/25G NIC abilityGatis Peisenieks1-4/+12
2021-05-14atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks1-4/+8
2021-05-14atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks4-0/+21
2021-05-14Merge branch 'hinic-cleanups'David S. Miller12-22/+22
2021-05-14net: hinic: fix misspelled "acessing"Guangbin Huang1-1/+1
2021-05-14net: hinic: remove unnecessary parenthesesGuangbin Huang7-19/+19
2021-05-14net: hinic: add blank line after function declarationGuangbin Huang2-0/+2
2021-05-14net: hinic: remove unnecessary blank lineGuangbin Huang2-2/+0
2021-05-14Merge branch 'bridge-split-ipv4-ipv6-mc-router-state'David S. Miller7-106/+480
2021-05-14net: bridge: mcast: export multicast router presence adjacent to a portLinus Lüssing2-0/+63
2021-05-14net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlinkLinus Lüssing2-1/+9
2021-05-14net: bridge: mcast: split multicast router state for IPv4 and IPv6Linus Lüssing3-7/+151
2021-05-14net: bridge: mcast: split router port del+notify for mcast router splitLinus Lüssing1-9/+31
2021-05-14net: bridge: mcast: prepare add-router function for mcast router splitLinus Lüssing1-32/+85
2021-05-14net: bridge: mcast: prepare expiry functions for mcast router splitLinus Lüssing1-9/+22
2021-05-14net: bridge: mcast: prepare is-router function for mcast router splitLinus Lüssing3-7/+37
2021-05-14net: bridge: mcast: prepare query reception for mcast router splitLinus Lüssing1-26/+27
2021-05-14net: bridge: mcast: prepare mdb netlink for mcast router splitLinus Lüssing1-5/+34
2021-05-14net: bridge: mcast: add wrappers for router node retrievalLinus Lüssing2-2/+13
2021-05-14net: bridge: mcast: rename multicast router lists and timersLinus Lüssing4-34/+34
2021-05-13net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior1-2/+9
2021-05-13alx: use fine-grained locking instead of RTNLJohannes Berg3-29/+76
2021-05-13net: taprio offload: enforce qdisc to netdev queue mappingYannick Vignon1-40/+45
2021-05-13tls splice: remove inappropriate flags checking for MSG_PEEKJim Ma1-2/+1
2021-05-13atm: nicstar: Fix possible use-after-free in nicstar_cleanup()Zou Wei1-1/+1
2021-05-12net/sched: taprio: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-05-12usb: class: cdc-wdm: WWAN framework integrationLoic Poulain5-6/+182