summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfrm: add state hashtable keyed by seqSabrina Dubroca2021-05-144-13/+61
* esp: drop unneeded assignment in esp4_gro_receive()Yang Li2021-05-141-2/+1
* net: mana: Use struct_size() in kzalloc()Gustavo A. R. Silva2021-05-131-2/+1
* bpf: Use struct_size() in kzalloc()Gustavo A. R. Silva2021-05-131-2/+1
* net: caif: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-131-2/+0
* net: qed: remove redundant initialization of variable rcColin Ian King2021-05-131-1/+1
* Merge branch 'virtio_net-fixes'David S. Miller2021-05-131-8/+12
|\
| * virtio-net: get build_skb() buf by data ptrXuan Zhuo2021-05-131-2/+6
| * virtio-net: fix for unable to handle page fault for addressXuan Zhuo2021-05-131-6/+6
|/
* Merge branch 'atl1c-support-for-Mikrotik-10-25G-NIC-features'David S. Miller2021-05-134-26/+75
|\
| * atl1c: improve link detection reliability on Mikrotik 10/25G NICGatis Peisenieks2021-05-133-18/+27
| * atl1c: enable rx csum offload on Mikrotik 10/25G NICGatis Peisenieks2021-05-132-0/+7
| * atl1c: adjust max mtu according to Mikrotik 10/25G NIC abilityGatis Peisenieks2021-05-131-4/+12
| * atl1c: improve performance by avoiding unnecessary pcie writes on xmitGatis Peisenieks2021-05-131-4/+8
| * atl1c: show correct link speed on Mikrotik 10/25G NICGatis Peisenieks2021-05-134-0/+21
|/
* Merge branch 'hinic-cleanups'David S. Miller2021-05-1312-22/+22
|\
| * net: hinic: fix misspelled "acessing"Guangbin Huang2021-05-131-1/+1
| * net: hinic: remove unnecessary parenthesesGuangbin Huang2021-05-137-19/+19
| * net: hinic: add blank line after function declarationGuangbin Huang2021-05-132-0/+2
| * net: hinic: remove unnecessary blank lineGuangbin Huang2021-05-132-2/+0
|/
* Merge branch 'bridge-split-ipv4-ipv6-mc-router-state'David S. Miller2021-05-137-106/+480
|\
| * net: bridge: mcast: export multicast router presence adjacent to a portLinus Lüssing2021-05-132-0/+63
| * net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlinkLinus Lüssing2021-05-132-1/+9
| * net: bridge: mcast: split multicast router state for IPv4 and IPv6Linus Lüssing2021-05-133-7/+151
| * net: bridge: mcast: split router port del+notify for mcast router splitLinus Lüssing2021-05-131-9/+31
| * net: bridge: mcast: prepare add-router function for mcast router splitLinus Lüssing2021-05-131-32/+85
| * net: bridge: mcast: prepare expiry functions for mcast router splitLinus Lüssing2021-05-131-9/+22
| * net: bridge: mcast: prepare is-router function for mcast router splitLinus Lüssing2021-05-133-7/+37
| * net: bridge: mcast: prepare query reception for mcast router splitLinus Lüssing2021-05-131-26/+27
| * net: bridge: mcast: prepare mdb netlink for mcast router splitLinus Lüssing2021-05-131-5/+34
| * net: bridge: mcast: add wrappers for router node retrievalLinus Lüssing2021-05-132-2/+13
| * net: bridge: mcast: rename multicast router lists and timersLinus Lüssing2021-05-134-34/+34
|/
* net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior2021-05-131-2/+9
* alx: use fine-grained locking instead of RTNLJohannes Berg2021-05-133-29/+76
* net: taprio offload: enforce qdisc to netdev queue mappingYannick Vignon2021-05-131-40/+45
* tls splice: remove inappropriate flags checking for MSG_PEEKJim Ma2021-05-121-2/+1
* atm: nicstar: Fix possible use-after-free in nicstar_cleanup()Zou Wei2021-05-121-1/+1
* net/sched: taprio: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-111-3/+0
* usb: class: cdc-wdm: WWAN framework integrationLoic Poulain2021-05-115-6/+182
* net: wwan: Add unknown port typeLoic Poulain2021-05-111-1/+3
* mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei2021-05-111-1/+1
* atm: iphase: fix possible use-after-free in ia_module_exit()Zou Wei2021-05-111-1/+1
* Merge branch 'mvpp2-warnings'David S. Miller2021-05-102-7/+4
|\
| * mvpp2: suppress warningMatteo Croce2021-05-101-3/+0
| * mvpp2: remove unused parameterMatteo Croce2021-05-101-4/+4
|/
* Merge branch 'pch_gbe-cleanups'David S. Miller2021-05-103-52/+54
|\
| * net: pch_gbe: remove unneeded MODULE_VERSION() callAndy Shevchenko2021-05-103-6/+2
| * net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()Andy Shevchenko2021-05-101-13/+6
| * net: pch_gbe: use readx_poll_timeout_atomic() variantAndy Shevchenko2021-05-101-19/+8
| * net: pch_gbe: Convert to use GPIO descriptorsAndy Shevchenko2021-05-101-12/+32