summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-12scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-07-09net/mlx5e: Return in default case statement in tx_post_resync_paramsNathan Chancellor
2019-07-09mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().David S. Miller
2019-07-09net: netsec: remove static declaration for netsec_set_tx_de()Ilias Apalodimas
2019-07-09net: netsec: remove superfluous if statementIlias Apalodimas
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso
2019-07-09net: hisilicon: Add an tx_desc to adapt HI13X1_GMACJiangfeng Xiao
2019-07-09net: hisilicon: Add an rx_desc to adapt HI13X1_GMACJiangfeng Xiao
2019-07-09net: hisilicon: Offset buf address to adapt HI13X1_GMACJiangfeng Xiao
2019-07-09net: hisilicon: Add group field to adapt HI13X1_GMACJiangfeng Xiao
2019-07-09net: hisilicon: HI13X1_GMAX need dreq reset at firstJiangfeng Xiao
2019-07-09net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REGJiangfeng Xiao
2019-07-09net: hisilicon: Cleanup for cast to restricted __be32Jiangfeng Xiao
2019-07-09net: hisilicon: Cleanup for got restricted __be32Jiangfeng Xiao
2019-07-09net: hisilicon: Add support for HI13X1 to hip04_ethJiangfeng Xiao
2019-07-09net: stmmac: add support for hash table size 128/256 in dwmac4Biao Huang
2019-07-09net: stmmac: dwmac4: mac address array boudary violation issueBiao Huang
2019-07-09net: dsa: vsc73xx: fix NET_DSA and OF dependenciesArnd Bergmann
2019-07-09net: mvmdio: defer probe of orion-mdio if a clock is not readyJosua Mayer
2019-07-09net: mvmdio: print warning when orion-mdio has too many clocksJosua Mayer
2019-07-09net: mvmdio: allow up to four clocks to be specified for orion-mdioJosua Mayer
2019-07-09net: netsec: start using buffers if page_pool registration succeededIlias Apalodimas
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-09net: stmmac: Introducing support for Page PoolJose Abreu
2019-07-09net: stmmac: Fix descriptors address being in > 32 bits address spaceJose Abreu
2019-07-09net: stmmac: Implement RX Coalesce Frames settingJose Abreu
2019-07-09bnxt_en: Add page_pool_destroy() during RX ring cleanup.Michael Chan
2019-07-09net/mlx5e: Register devlink ports for physical link, PCI PF, VFsParav Pandit
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-08nfp: tls: undo TLS sequence tracking when dropping the frameJakub Kicinski
2019-07-08nfp: tls: avoid one of the ifdefs for TLSJakub Kicinski
2019-07-08nfp: tls: don't leave key material in freed FW cmsg skbsJakub Kicinski
2019-07-08net/tls: don't clear TX resync flag on errorDirk van der Merwe
2019-07-08nfp: tls: count TSO segments separately for the TLS offloadJakub Kicinski
2019-07-08nfp: ccm: increase message limitsDirk van der Merwe
2019-07-08nfp: tls: use unique connection ids instead of 4-tuple for TXJakub Kicinski
2019-07-08nfp: tls: move setting ipver_vlan to a helperJakub Kicinski
2019-07-08nfp: tls: ignore queue limits for delete commandsJakub Kicinski
2019-07-08net: phy: Make use of linkmode_mod_bit helperFuqian Huang
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-08bonding: fix value exported by Netlink for peer_notif_delayVincent Bernat
2019-07-08coallocate socket_wq with socket itselfAl Viro
2019-07-08net: pasemi: fix an use-after-free in pasemi_mac_phy_init()Wen Yang