aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-15net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri3-9/+9
2019-04-15net: hsr: fix naming of file and functionsMurali Karicheri4-24/+24
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit30-120/+120
2019-04-15Merge branch 'nfp-Flower-flow-merging'David S. Miller11-53/+1016
2019-04-15nfp: flower: offload merge flowsJohn Hurley4-13/+126
2019-04-15nfp: flower: support stats update for merge flowsJohn Hurley2-0/+117
2019-04-15nfp: flower: generate merge flow ruleJohn Hurley2-1/+150
2019-04-15nfp: flower: validate merge hint flowsJohn Hurley1-0/+228
2019-04-15nfp: flower: handle merge hint messagesJohn Hurley4-1/+78
2019-04-15nfp: flower: get flows by host contextJohn Hurley2-16/+89
2019-04-15nfp: flower: allow tunnels to output to internal portJohn Hurley1-3/+4
2019-04-15nfp: flower: support fallback packets from internal portsJohn Hurley1-2/+24
2019-04-15nfp: allow fallback packets from non-reprsJohn Hurley6-16/+30
2019-04-15nfp: flower: allow offloading of matches on 'internal' portsJohn Hurley5-9/+153
2019-04-15nfp: flower: turn on recirc and merge hint support in firmwareJohn Hurley4-0/+25
2019-04-15Merge branch 'hns3-next'David S. Miller2-3/+5
2019-04-15net: hns3: fix for vport->bw_limit overflow problemYunsheng Lin1-1/+1
2019-04-15net: hns3: fix sparse: warning when calling hclge_set_vlan_filter_hw()Jian Shen1-2/+4
2019-04-15Merge branch 'sctp-fully-support-memory-accounting'David S. Miller5-17/+23
2019-04-15sctp: implement memory accounting on rx pathXin Long4-15/+15
2019-04-15sctp: implement memory accounting on tx pathXin Long1-2/+8
2019-04-15Merge branch 'mlxsw-Add-neighbour-offload-indication'David S. Miller2-8/+47
2019-04-15selftests: mlxsw: Test neighbour offload indicationIdo Schimmel1-0/+26
2019-04-15mlxsw: spectrum_router: Add neighbour offload indicationIdo Schimmel1-0/+6
2019-04-15mlxsw: spectrum_router: Propagate neighbour update errorsIdo Schimmel1-8/+15
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller57-638/+1187
2019-04-15bridge: only include nf_queue.h if neededStephen Rothwell1-0/+2
2019-04-14r8169: change irq handler to always trigger NAPI pollingHeiner Kallweit1-4/+2
2019-04-14Merge branch 'r8169-phy-func-ptr-arrays'David S. Miller1-274/+127
2019-04-14r8169: create function pointer array for chip hw init functionsHeiner Kallweit1-151/+68
2019-04-14r8169: create function pointer array for PHY init functionsHeiner Kallweit1-123/+59
2019-04-14Merge branch 'hns3-next'David S. Miller14-530/+1224
2019-04-14net: hns3: code optimization for command queue' spin lockPeng Li2-4/+4
2019-04-14net: hns3: free the pending skb when clean RX ringPeng Li1-0/+7
2019-04-14net: hns3: do not initialize MDIO bus when PHY is inexistentJian Shen1-1/+7
2019-04-14net: hns3: set dividual reset level for all RAS and MSI-X errorsWeihang Li2-339/+618
2019-04-14net: hns3: divide shared buffer between TCYunsheng Lin1-7/+20
2019-04-14net: hns3: always assume no drop TC for performance reasonYunsheng Lin1-25/+4
2019-04-14net: hns3: add hns3_gro_complete for HW GRO processYunsheng Lin1-75/+123
2019-04-14net: hns3: minor refactor for hns3_rx_checksumYunsheng Lin1-7/+2
2019-04-14net: hns3: fix set port based VLAN issue for VFJian Shen7-9/+111
2019-04-14net: hns3: fix set port based VLAN for PFJian Shen3-34/+203
2019-04-14net: hns3: fix VLAN offload handle for VLAN inserted by portJian Shen3-4/+52
2019-04-14net: hns3: modify VLAN initialization to be compatible with port based VLANJian Shen3-30/+78
2019-04-14Merge branch 'net-phy-shrink-PHY-settings-array-and-add-200Gbps-support'David S. Miller1-202/+68
2019-04-14phy: warn if phylib and ethtool PHY mode definitions are out of syncHeiner Kallweit1-0/+5
2019-04-14net: phy: add support for new modes in phylibHeiner Kallweit1-0/+18
2019-04-14net: phy: shrink PHY settings arrayHeiner Kallweit1-202/+45
2019-04-12Merge branch 'rhashtable-bit-locking-m68k'David S. Miller3-110/+142
2019-04-12rhashtable: use BIT(0) for locking.NeilBrown2-12/+25