aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-26net: phy: aquantia: print remote capabilities if link partner is Aquantia PHYHeiner Kallweit1-0/+49
2019-03-26net: dsa: Avoid null pointer when failing to connect to PHYVladimir Oltean1-4/+4
2019-03-26net: phy: aquantia: simplify aqr_config_anegHeiner Kallweit1-32/+13
2019-03-25ice: Create a generic name for the ice_rx_flg64_bits structureChinh T Cao2-30/+30
2019-03-25ice: add and use new ice_for_each_traffic_class() macroBruce Allan4-4/+7
2019-03-25ice: change VF VSI tc info along with num_queuesPreethi Banala1-0/+3
2019-03-25ice: Prevent unintended multiple chain resetsDave Ertman1-2/+8
2019-03-25ice: map Rx buffer pages with DMA attributesMaciej Fijalkowski2-4/+23
2019-03-25ice: Limit the ice_add_rx_frag to frag additionMaciej Fijalkowski1-81/+79
2019-03-25ice: Gather the rx buf clean-up logic for better reuseMaciej Fijalkowski1-26/+50
2019-03-25ice: Introduce bulk update for page countMaciej Fijalkowski2-7/+20
2019-03-25ice: Get rid of ice_pull_tailMaciej Fijalkowski1-46/+24
2019-03-25ice: Pull out page reuse checks onto separate functionMaciej Fijalkowski1-35/+45
2019-03-25ice: Retrieve rx_buf in separate functionMaciej Fijalkowski1-33/+42
2019-03-25ice: Enable link events over the ARQBrett Creeley3-4/+98
2019-03-25ice: use irq_num var in ice_vsi_req_irq_msixAlan Brady1-4/+3
2019-03-25ice: Restore VLAN switch rule if port VLAN existed beforeMichal Swiatkowski1-1/+3
2019-03-25ice: update VSI config dynamicallyVictor Raj1-62/+13
2019-03-25bpf: test_tc_tunnel.sh needs reverse path filtering disabledAlan Maguire1-0/+8
2019-03-24bpf: silence uninitialized var warning in bpf_skb_net_growWillem de Bruijn1-1/+1
2019-03-24net: devlink: select NET_DEVLINK from driversJiri Pirko10-497/+13
2019-03-24net: devlink: add port type spinlockJiri Pirko2-4/+17
2019-03-24net: devlink: warn on setting type on unregistered portJiri Pirko1-0/+2
2019-03-24bnxt: set devlink port type after registrationJiri Pirko1-1/+1
2019-03-24nfp: move devlink port type set after netdev registrationJiri Pirko3-3/+19
2019-03-24net: devlink: disallow port_attrs_set() to be called before registerJiri Pirko1-1/+2
2019-03-24dsa: move devlink_port_attrs_set() call before registerJiri Pirko1-21/+26
2019-03-24mlxsw: Move devlink_port_attrs_set() call before registerJiri Pirko6-18/+21
2019-03-24net: devlink: don't pass return value of __devlink_port_type_set()Jiri Pirko1-6/+3
2019-03-24net: devlink: don't take devlink_mutex for devlink_compat_*Jiri Pirko1-10/+8
2019-03-24bnxt: call devlink_port_type_eth_set() before port registerJiri Pirko1-1/+1
2019-03-24bnxt: set devlink port attrs properlyJiri Pirko1-0/+2
2019-03-24dsa: add missing net/devlink.h includeJiri Pirko1-0/+1
2019-03-24bnxt: add missing net/devlink.h includeJiri Pirko1-0/+1
2019-03-24net: devlink: add couple of missing mutex_destroy() callsJiri Pirko1-0/+2
2019-03-23net: aquantia: enable driver build for arm64 or compile_testIgor Russkikh1-1/+2
2019-03-23net: aquantia: improve LRO configurationNikita Danilov5-2/+46
2019-03-23net: aquantia: Increase rx ring default size from 1K to 2KIgor Russkikh1-1/+1
2019-03-23net: aquantia: Make RX default frame size 2KIgor Russkikh1-1/+1
2019-03-23net: aquantia: Introduce rx refill threshold valueIgor Russkikh2-0/+6
2019-03-23net: aquantia: optimize rx performance by page reuse strategyIgor Russkikh8-63/+152
2019-03-23net: aquantia: optimize rx path using larger preallocated skb lenIgor Russkikh2-9/+20
2019-03-23tcp: add one skb cache for rxEric Dumazet5-5/+36
2019-03-23tcp: add one skb cache for txEric Dumazet2-27/+28
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet6-15/+15
2019-03-23net: dev: introduce support for sch BYPASS for lockless qdiscPaolo Abeni1-0/+9
2019-03-23net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni2-0/+14
2019-03-23tcp: add documentation for tcp_ca_stateSoheil Hassas Yeganeh1-0/+27
2019-03-23tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet1-6/+2
2019-03-23net: phy: Correct Cygnus/Omega PHY driver promptFlorian Fainelli1-2/+1