summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-09-20team: fall back to hash if table entry is emptyJim Hanko1-1/+7
2017-09-20net: dsa: bcm_sf2: Utilize b53_{enable, disable}_portFlorian Fainelli3-28/+8
2017-09-20net: dsa: bcm_sf2: Use SF2_NUM_EGRESS_QUEUES for CFPFlorian Fainelli1-3/+3
2017-09-20net: dsa: b53: Export b53_imp_vlan_setup()Florian Fainelli3-23/+4
2017-09-20net: dsa: b53: Wire-up EEEFlorian Fainelli1-0/+10
2017-09-20net: dsa: b53: Move EEE functions to b53Florian Fainelli5-65/+74
2017-09-20net: dsa: b53: Define EEE register pageFlorian Fainelli1-0/+41
2017-09-20net: dsa: b53: Move Broadcom header setup to b53Florian Fainelli5-49/+57
2017-09-20net: dsa: b53: Use a macro to define I/O operationsFlorian Fainelli1-111/+22
2017-09-20net: dsa: bcm_sf2: Defer port enabling to calling port_enableFlorian Fainelli1-6/+3
2017-09-20net: dsa: b53: Defer port enabling to calling port_enableFlorian Fainelli1-4/+5
2017-09-20net: dsa: b53: Make b53_enable_cpu_port() take a port argumentFlorian Fainelli1-6/+5
2017-09-20net: dsa: b53: Remove is_cpu_port()Florian Fainelli1-5/+0
2017-09-20mlxsw: spectrum: Add multicast router traps and trap groupsYotam Gigi3-0/+17
2017-09-20mlxsw: spectrum_router: Export RIF dev access functionYotam Gigi2-0/+6
2017-09-20mlxsw: reg: Configure RIF to forward IPv4 multicast packets by defaultYotam Gigi1-0/+16
2017-09-20mlxsw: reg: Add Router Rules Copy RegisterYotam Gigi1-0/+60
2017-09-20mlxsw: reg: Add the Router Multicast Forwarding Table Version 2 registerYotam Gigi1-0/+142
2017-09-20mlxsw: resources: Add multicast ERIF list entries resourceYotam Gigi1-0/+2
2017-09-20mlxsw: reg: Add the Router Interface Group Version 2 registerYotam Gigi1-0/+83
2017-09-20mlxsw: reg: Add The Router TCAM Allocation registerYotam Gigi1-0/+52
2017-09-20mlxsw: reg: Rename the flexible action set length fieldYotam Gigi1-4/+3
2017-09-20mlxsw: acl: Change trap ACL action to get the trap_id as a parameterYotam Gigi3-4/+5
2017-09-20mlxsw: acl: Introduce mcrouter ACL actionYotam Gigi2-0/+74
2017-09-20mlxsw: spectrum: Move ACL flexible actions instance to spectrumYotam Gigi6-93/+186
2017-09-20mlxsw: spectrum: Change init orderYotam Gigi1-9/+9
2017-09-19net: mvpp2: remove useless gotoAntoine Tenart1-1/+0
2017-09-19net: korina: bump versionRoman Yeryomin1-2/+2
2017-09-19net: korina: update authorsRoman Yeryomin1-0/+2
2017-09-19net: korina: whitespace cleanupRoman Yeryomin1-27/+31
2017-09-19net: korina: use GRORoman Yeryomin1-1/+1
2017-09-19net: korina: use NAPI_POLL_WEIGHTRoman Yeryomin1-1/+1
2017-09-19net: korina: optimize rx descriptor flags processingRoman Yeryomin1-43/+44
2017-09-19net: korina: don't use overflow and underflow interruptsRoman Yeryomin1-82/+1
2017-09-19hamradio: baycom: use new parport device modelSudip Mukherjee1-4/+46
2017-09-19net/ethernet/freescale: fix warning for ucc_gethValentin Longchamp1-2/+3
2017-09-19forcedeth: replace pci_map_single with dma_map_single functionsZhu Yanjun1-34/+36
2017-09-18net: phy: realtek: add RTL8201F phy-id and functionsJassi Brar1-0/+44
2017-09-18net: phy: realtek: rename RTL8211F_PAGE_SELECT to RTL821x_PAGE_SELECTKunihiko Hayashi1-5/+5
2017-09-18dummy: declare dummy devices as enumerated devicesZhang Shengju1-1/+1
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-116/+293
2017-09-16mlxsw: spectrum_router: Only handle IPv4 and IPv6 eventsIdo Schimmel1-1/+2
2017-09-16netvsc: increase default receive buffer sizeStephen Hemminger1-1/+1
2017-09-16net: smsc911x: Quieten netif during suspendGeert Uytterhoeven1-1/+14
2017-09-16net: systemport: Fix 64-bit stats deadlockFlorian Fainelli1-3/+0
2017-09-16net: vrf: avoid gcc-4.6 warningArnd Bergmann1-3/+3
2017-09-16qed: remove unnecessary call to memsetHimanshu Jha1-1/+0
2017-09-14tg3: clean up redundant initialization of tnapiColin Ian King1-2/+2
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2-2/+2
2017-09-13nfp: wait for the NSP resource to appear on bootJakub Kicinski3-0/+51