summary refs log tree commit diff
AgeCommit message (Expand)Author
2019-03-26openvswitch: add seqadj extension when NAT is used.Flavio Leitner
2019-03-26dpaa2-eth: use netif_receive_skb_listIoana Ciornei
2019-03-26tipc: fix return value check in tipc_mcast_send_sync()Wei Yongjun
2019-03-26Merge branch 'net-phy-aquantia-report-Aquantia-specific-settings-and-features'David S. Miller
2019-03-26net: phy: aquantia: inform about proprietary 1000Base-T2 mode being in useHeiner Kallweit
2019-03-26net: phy: aquantia: report PHY details like firmware versionHeiner Kallweit
2019-03-26net: phy: aquantia: print remote capabilities if link partner is Aquantia PHYHeiner Kallweit
2019-03-26net: dsa: Avoid null pointer when failing to connect to PHYVladimir Oltean
2019-03-26net: phy: aquantia: simplify aqr_config_anegHeiner Kallweit
2019-03-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2019-03-25ice: Create a generic name for the ice_rx_flg64_bits structureChinh T Cao
2019-03-25ice: add and use new ice_for_each_traffic_class() macroBruce Allan
2019-03-25ice: change VF VSI tc info along with num_queuesPreethi Banala
2019-03-25ice: Prevent unintended multiple chain resetsDave Ertman
2019-03-25ice: map Rx buffer pages with DMA attributesMaciej Fijalkowski
2019-03-25ice: Limit the ice_add_rx_frag to frag additionMaciej Fijalkowski
2019-03-25ice: Gather the rx buf clean-up logic for better reuseMaciej Fijalkowski
2019-03-25ice: Introduce bulk update for page countMaciej Fijalkowski
2019-03-25ice: Get rid of ice_pull_tailMaciej Fijalkowski
2019-03-25ice: Pull out page reuse checks onto separate functionMaciej Fijalkowski
2019-03-25ice: Retrieve rx_buf in separate functionMaciej Fijalkowski
2019-03-25ice: Enable link events over the ARQBrett Creeley
2019-03-25ice: use irq_num var in ice_vsi_req_irq_msixAlan Brady
2019-03-25ice: Restore VLAN switch rule if port VLAN existed beforeMichal Swiatkowski
2019-03-25ice: update VSI config dynamicallyVictor Raj
2019-03-24Merge branch 'devlink-small-spring-cleanup'David S. Miller
2019-03-24net: devlink: select NET_DEVLINK from driversJiri Pirko
2019-03-24net: devlink: add port type spinlockJiri Pirko
2019-03-24net: devlink: warn on setting type on unregistered portJiri Pirko
2019-03-24bnxt: set devlink port type after registrationJiri Pirko
2019-03-24nfp: move devlink port type set after netdev registrationJiri Pirko
2019-03-24net: devlink: disallow port_attrs_set() to be called before registerJiri Pirko
2019-03-24dsa: move devlink_port_attrs_set() call before registerJiri Pirko
2019-03-24mlxsw: Move devlink_port_attrs_set() call before registerJiri Pirko
2019-03-24net: devlink: don't pass return value of __devlink_port_type_set()Jiri Pirko
2019-03-24net: devlink: don't take devlink_mutex for devlink_compat_*Jiri Pirko
2019-03-24bnxt: call devlink_port_type_eth_set() before port registerJiri Pirko
2019-03-24bnxt: set devlink port attrs properlyJiri Pirko
2019-03-24dsa: add missing net/devlink.h includeJiri Pirko
2019-03-24bnxt: add missing net/devlink.h includeJiri Pirko
2019-03-24net: devlink: add couple of missing mutex_destroy() callsJiri Pirko
2019-03-23Merge branch 'aquantia-rx-perf'David S. Miller
2019-03-23net: aquantia: enable driver build for arm64 or compile_testIgor Russkikh
2019-03-23net: aquantia: improve LRO configurationNikita Danilov
2019-03-23net: aquantia: Increase rx ring default size from 1K to 2KIgor Russkikh
2019-03-23net: aquantia: Make RX default frame size 2KIgor Russkikh
2019-03-23net: aquantia: Introduce rx refill threshold valueIgor Russkikh
2019-03-23net: aquantia: optimize rx performance by page reuse strategyIgor Russkikh
2019-03-23net: aquantia: optimize rx path using larger preallocated skb lenIgor Russkikh
2019-03-23Merge tag 'mlx5-updates-2019-03-20' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller