summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2018-03-26net: smsc: remove m32r/mn10300 specific smc91x configurationArnd Bergmann
2018-03-26net: remove cris etrax ethernet driverArnd Bergmann
2018-03-26net: 8390: remove m32r specific bitsArnd Bergmann
2018-03-26net: adi: remove blackfin ethernet driversArnd Bergmann
2018-03-26net: tile: remove ethernet driversArnd Bergmann
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann
2018-03-09mn10300: Remove the architectureDavid Howells
2018-03-02Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-28xen-netfront: Fix hang on device removalJason Andryuk
2018-02-23gianfar: simplify FCS handling and fix memory leakAndy Spencer
2018-02-23macvlan: fix use-after-free in macvlan_common_newlink()Alexey Kodanev
2018-02-22net: aquantia: Fix error handling in aq_pci_probe()Dan Carpenter
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-02-22ibmvnic: Fix early release of login bufferThomas Falcon
2018-02-22net/smc9194: Remove bogus CONFIG_MAC referenceFinn Thain
2018-02-22smsc75xx: fix smsc75xx_set_features()Eric Dumazet
2018-02-21amd-xgbe: Restore PCI interrupt enablement setting on resumeTom Lendacky
2018-02-21virtio_net: fix ndo_xdp_xmit crash towards dev not ready for XDPJesper Dangaard Brouer
2018-02-21virtio_net: fix memory leak in XDP_REDIRECTJesper Dangaard Brouer
2018-02-21virtio_net: fix XDP code path in receive_small()Jesper Dangaard Brouer
2018-02-21virtio_net: disable XDP_REDIRECT in receive_mergeable() caseJesper Dangaard Brouer
2018-02-21Merge tag 'mlx5-fixes-2018-02-20' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2018-02-20net/mlx5: Fix error handling when adding flow rulesVlad Buslov
2018-02-20net/mlx5: E-Switch, Fix drop counters use before creationEugenia Emantayev
2018-02-20net/mlx5: Add header re-write to the checks for conflicting actionsOr Gerlitz
2018-02-20net/mlx5: Use 128B cacheline size for 128B or larger cachelinesDaniel Jurgens
2018-02-20net/mlx5e: Specify numa node when allocating drop rqGal Pressman
2018-02-20net/mlx5e: Return error if prio is specified when offloading eswitch vlan pushOr Gerlitz
2018-02-20net/mlx5: Address static checker warnings on non-constant initializersOr Gerlitz
2018-02-20net/mlx5e: Eliminate build warnings on no previous prototypeOr Gerlitz
2018-02-20net/mlx5e: Verify inline header size do not exceed SKB linear sizeEran Ben Elisha
2018-02-20net/mlx5e: Fix loopback self test when GRO is offInbar Karmy
2018-02-20net/mlx5e: Fix TCP checksum in LRO buffersGal Pressman
2018-02-20ibmvnic: Check for NULL skb's in NAPI poll routineThomas Falcon
2018-02-19tg3: APE heartbeat changesPrashant Sreedharan
2018-02-19mlxsw: spectrum_router: Do not unconditionally clear route offload indicationIdo Schimmel
2018-02-19net: qualcomm: rmnet: Fix possible null dereference in command processingSubash Abhinov Kasiviswanathan
2018-02-19net: qualcomm: rmnet: Fix warning seen with 64 bit statsSubash Abhinov Kasiviswanathan
2018-02-19net: qualcomm: rmnet: Fix crash on real dev unregistrationSubash Abhinov Kasiviswanathan
2018-02-19mac80211_hwsim: don't use WQ_MEM_RECLAIMJohannes Berg
2018-02-16tun: fix tun_napi_alloc_frags() frag allocatorEric Dumazet
2018-02-16PCI/cxgb4: Extend T3 PCI quirk to T4+ devicesCasey Leedom
2018-02-16cxgb4: fix trailing zero in CIM LA dumpRahul Lakkireddy
2018-02-16cxgb4: free up resources of pf 0-3Ganesh Goudar
2018-02-14ibmvnic: Clean RX pool buffers during device closeThomas Falcon
2018-02-14ibmvnic: Free RX socket buffer in case of adapter errorThomas Falcon
2018-02-14ibmvnic: Fix NAPI structures memory leakThomas Falcon
2018-02-14ibmvnic: Fix login buffer memory leaksThomas Falcon
2018-02-14ibmvnic: Wait until reset is complete to set carrier onThomas Falcon
2018-02-14Revert "net: thunderx: Add support for xdp redirect"Jesper Dangaard Brouer