summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | r8169: use napi_complete_done return valueHeiner Kallweit2020-08-191-3/+1
* | | net: dsa: loop: Return VLAN table size through devlinkFlorian Fainelli2020-08-191-1/+54
* | | net: dsa: loop: Configure VLANs while not filteringFlorian Fainelli2020-08-191-0/+1
* | | ethernet: cirrus: Remove unused macrosAlex Dewar2020-08-181-4/+0
* | | netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg2020-08-182-3/+3
* | | netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg2020-08-181-5/+5
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1725-72/+136
|\ \ | |/ |/|
| * otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang2020-08-171-2/+2
| * ipvlan: fix device featuresMahesh Bandewar2020-08-161-5/+22
| * bonding: fix a potential double-unregisterCong Wang2020-08-161-1/+2
| * net: fddi: skfp: cfm: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-08-141-4/+0
| * net: fddi: skfp: cfm: Remove set but unused variable 'oldstate'Lee Jones2020-08-141-11/+2
| * net: fddi: skfp: smt: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-08-141-4/+0
| * net: fddi: skfp: smt: Place definition of 'smt_pdef' under same stipulations ...Lee Jones2020-08-141-1/+2
| * net: fddi: skfp: fplustm: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-08-141-4/+0
| * net: fddi: skfp: hwmtm: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-08-141-4/+0
| * net: wan: dlci: Remove set but not used variable 'err'Lee Jones2020-08-141-2/+1
| * net: ethernet: 8390: axnet_cs: Document unused parameter 'txqueue'Lee Jones2020-08-141-0/+1
| * net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon...Lee Jones2020-08-141-2/+2
| * net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx'Lee Jones2020-08-141-3/+3
| * net: bonding: bond_main: Document 'proto' and rename 'new_active' parametersLee Jones2020-08-141-1/+3
| * net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issuesLee Jones2020-08-141-7/+8
| * drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len checkXie He2020-08-142-1/+17
| * bonding: show saner speed for broadcast modeJarod Wilson2020-08-141-3/+18
| * net: fec: correct the error path for regulator disable in probeFugang Duan2020-08-141-2/+2
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2020-08-145-14/+33
| |\
| | * i40e: Fix crash during removing i40e driverGrzegorz Szczurek2020-08-141-0/+3
| | * i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2020-08-142-9/+28
| | * igc: Fix PTP initializationVinicius Costa Gomes2020-08-142-5/+2
| * | sfc: check hash is valid before using itEdward Cree2020-08-145-1/+18
| |/
* / rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1314-47/+72
|\
| * net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell2020-08-121-0/+1
| * net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell2020-08-121-0/+3
| * sfc: fix ef100 design-param checkingEdward Cree2020-08-121-1/+2
| * net: phy: marvell10g: fix null pointer dereferenceMarek BehĂșn2020-08-111-11/+7
| * net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai2020-08-111-3/+14
| * ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()Xu Wang2020-08-111-2/+2
| * hinic: fix strncpy output truncated compile warningsLuo bin2020-08-112-22/+12
| * drivers/net/wan/x25_asy: Added needed_headroom and a skb->len checkXie He2020-08-111-0/+14
| * vmxnet3: use correct tcp hdr length when packet is encapsulatedRonak Doshi2020-08-101-1/+2
| * net: phy: fix memory leak in device-create error pathJohan Hovold2020-08-081-4/+4
| * r8152: Use MAC address from correct device tree nodeThierry Reding2020-08-071-1/+1
| * drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He2020-08-061-1/+9
| * net: hns3: fix spelling mistake "could'nt" -> "couldn't"Colin Ian King2020-08-061-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-4/+5
|\ \
| * \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Michael S. Tsirkin2020-08-0512-53/+49
| |\ \
| * | | virtio_net: use LE accessors for speed/duplexMichael S. Tsirkin2020-08-051-4/+5
* | | | Merge tag 'rproc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2020-08-112-21/+38
|\ \ \ \
| * | | | net: ipa: new notification infrastructureAlex Elder2020-07-282-21/+38