summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* macsec: let the administrator set UP state even if lowerdev is downSabrina Dubroca2018-10-281-3/+0
* macsec: update operstate when lower device changesSabrina Dubroca2018-10-281-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-2624-158/+94
|\
| * lan743x: Remove SPI dependency from Microchip group.Bryan Whitehead2018-10-251-1/+0
| * drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-259-9/+0
| * net: phy: genphy_10g_driver: Avoid NULL pointer dereferenceAndrew Lunn2018-10-251-1/+1
| * r8169: fix broken Wake-on-LAN from S5 (poweroff)Heiner Kallweit2018-10-251-2/+7
| * octeontx2-af: Use GFP_ATOMIC under spin lockWei Yongjun2018-10-251-1/+1
| * net: ethernet: cadence: fix socket buffer corruption problemTristram Ha2018-10-251-1/+1
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-10-249-138/+77
| |\
| | * ice: Poll for link status changeAnirudh Venkataramanan2018-10-243-120/+25
| | * ice: Allocate VF interrupts and set queue mapAnirudh Venkataramanan2018-10-242-4/+17
| | * ice: Introduce ice_dev_onetime_setupAnirudh Venkataramanan2018-10-244-0/+25
| | * ice: Use capability count returned by the firmwareAnirudh Venkataramanan2018-10-241-3/+1
| | * ice: Update expected FW versionAnirudh Venkataramanan2018-10-241-3/+2
| | * ice: Change device ID define names to align with branding stringAnirudh Venkataramanan2018-10-242-6/+6
| | * ice: Make ice_msix_clean_rings staticAnirudh Venkataramanan2018-10-242-2/+1
| * | net: hns3: Fix for warning uninitialized symbol hw_err_lst3Shiju Jose2018-10-241-4/+6
| * | octeontx2-af: Copy the right amount of memoryDan Carpenter2018-10-241-1/+1
| |/
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-262-3/+11
|\ \
| * | net: stmmac: dwmac-sun8i: fix OF child-node lookupJohan Hovold2018-10-231-2/+10
| * | net: bcmgenet: fix OF child-node lookupJohan Hovold2018-10-231-1/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-252-17/+30
|\ \ \
| * | | crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain2018-10-171-4/+16
| * | | ppp: mppe: Remove VLA usage of skcipherKees Cook2018-09-281-13/+14
| |/ /
* | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-2516-82/+0
|\ \ \ | |_|/ |/| |
| * | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-0216-82/+0
* | | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-244-86/+0
|\ \ \
| * | | change semantics of ldisc ->compat_ioctl()Al Viro2018-10-134-86/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-241014-41826/+103031
|\ \ \ \
| * | | | qed: Fix static checker warningRahul Verma2018-10-231-3/+3
| * | | | Revert "be2net: remove desc field from be_eq_obj"Ivan Vecera2018-10-232-4/+3
| * | | | net: socionext: Reset tx queue in ndo_stopMasahisa Kojima2018-10-231-0/+3
| * | | | net: socionext: Add dummy PHY register read in phy_write()Masahisa Kojima2018-10-231-2/+16
| * | | | net: socionext: Stop PHY before resetting netsecMasahisa Kojima2018-10-231-4/+15
| * | | | net: stmmac: Set OWN bit for jumbo framesThor Thayer2018-10-221-2/+2
| * | | | net: ethernet: ti: cpsw: unsync mcast entries while switch promisc modeIvan Khoronzhuk2018-10-221-0/+1
| * | | | octeontx2-af: Support for NIXLF's UCAST/PROMISC/ALLMULTI modesSunil Goutham2018-10-224-1/+105
| * | | | octeontx2-af: Support for setting MAC addressSunil Goutham2018-10-223-1/+35
| * | | | octeontx2-af: Support for changing RSS algorithmSunil Goutham2018-10-224-1/+108
| * | | | octeontx2-af: NIX Rx flowkey configuration for RSSSunil Goutham2018-10-223-0/+187
| * | | | octeontx2-af: Install ucast and bcast pkt forwarding rulesSunil Goutham2018-10-224-0/+375
| * | | | octeontx2-af: Add LMAC channel info to NIXLF_ALLOC responseStanislaw Kardach2018-10-224-0/+18
| * | | | octeontx2-af: NPC MCAM and LDATA extract minimal configurationSunil Goutham2018-10-224-0/+181
| * | | | octeontx2-af: Enable packet length and csum validationSunil Goutham2018-10-222-0/+28
| * | | | octeontx2-af: Support for VTAG strip and captureVamsi Attunuru2018-10-224-1/+101
| * | | | octeontx2-af: Update bcast list upon NIXLF alloc/freeSunil Goutham2018-10-221-0/+133
| * | | | octeontx2-af: Broadcast packet replication supportSunil Goutham2018-10-222-0/+220
| * | | | octeontx2-af: Config pkind for CGX mapped PFsGeetha sowjanya2018-10-227-2/+90
| * | | | octeontx2-af: Config NPC KPU engines with parser profileSunil Goutham2018-10-226-1/+385