aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-09sctp: drop unnecessary __packed from some stream reconf structuresXin Long1-3/+3
2017-02-09Merge branch 'sfc-more-encap-offloads'David S. Miller11-58/+640
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper7-1/+397
2017-02-09sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTSMatthew Slattery1-0/+21
2017-02-09sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandJon Cooper1-2/+5
2017-02-09sfc: harden driver against MC resets during initial probeJon Cooper1-35/+64
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper3-4/+25
2017-02-09sfc: process RX event inner checksum flagsJon Cooper4-19/+131
2017-02-08mlxsw: spectrum_router: Don't reflect LINKDOWN nexthopsIdo Schimmel1-1/+10
2017-02-08Merge branch 'mlxsw-Reflect-nexthop-status-changes'David S. Miller5-130/+450
2017-02-08mlxsw: spectrum_router: Flush resources when RIF is deletedIdo Schimmel3-3/+93
2017-02-08mlxsw: spectrum_router: Reflect nexthop status changesIdo Schimmel1-2/+57
2017-02-08ipv4: fib: Notify about nexthop status changesIdo Schimmel2-0/+40
2017-02-08mlxsw: spectrum_router: Use trap action only for some route typesIdo Schimmel1-29/+13
2017-02-08mlxsw: spectrum_router: Determine offload status using generic functionIdo Schimmel1-1/+1
2017-02-08mlxsw: spectrum_router: More accurately set offload flagIdo Schimmel1-20/+80
2017-02-08mlxsw: spectrum_router: Refactor nexthop init routineIdo Schimmel1-31/+49
2017-02-08mlxsw: spectrum_router: Remove FIB info from FIB entry structIdo Schimmel1-3/+1
2017-02-08mlxsw: spectrum_router: Store routes in a more generic wayIdo Schimmel1-13/+27
2017-02-08mlxsw: spectrum_router: Add gateway indication to nexthop groupIdo Schimmel1-1/+8
2017-02-08mlxsw: spectrum_router: Use nexthop's scope to set action typeIdo Schimmel1-1/+1
2017-02-08mlxsw: spectrum_router: Store nexthops in a hash tableIdo Schimmel2-4/+55
2017-02-08mlxsw: spectrum_router: Store nexthop groups in a hash tableIdo Schimmel2-52/+54
2017-02-08mlxsw: spectrum_router: Nullify nexthop's neigh pointerIdo Schimmel1-2/+3
2017-02-08mlxsw: acl: Fix mlxsw_afa_block_commit error pathJiri Pirko1-11/+7
2017-02-08Merge branch 'stmmac-cleanups'David S. Miller28-185/+51
2017-02-08net: stmmac: replace unsigned by u32LABBE Corentin1-2/+2
2017-02-08net: stmmac: remove unused variable in sysfs_display_ringLABBE Corentin1-3/+0
2017-02-08net: stmmac: remove dead code in stmmac_tx_cleanLABBE Corentin1-7/+0
2017-02-08net: stmmac: print phy informationLABBE Corentin1-3/+1
2017-02-08net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin5-5/+5
2017-02-08net: stmmac: Rewrite two test against NULL valueLABBE Corentin1-2/+2
2017-02-08net: stmmac: Correct the error message about invalid speedLABBE Corentin1-2/+1
2017-02-08net: stmmac: replace ENOSYS by EINVALLABBE Corentin1-1/+1
2017-02-08net: stmmac: Use readl_poll_timeoutLABBE Corentin1-8/+6
2017-02-08net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeoutLABBE Corentin1-22/+11
2017-02-08net: stmmac: fix some code style problemLABBE Corentin1-3/+4
2017-02-08net: stmmac: remplace asm/io.h by linux/io.hLABBE Corentin1-3/+3
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin26-104/+0
2017-02-08net: stmmac: fix some typos in commentsLABBE Corentin3-12/+12
2017-02-08net: stmmac: Remove the bus_setup function pointerLABBE Corentin2-5/+0
2017-02-08net: stmmac: fix the typo on MAC_RNABLE_RXLABBE Corentin2-3/+3
2017-02-08bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann1-9/+27
2017-02-08bridge: vlan tunnel id info range fill size calc cleanupsRoopa Prabhu1-18/+16
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet8-82/+107
2017-02-08net: mellanox: switchx2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-17/+30
2017-02-08net: qcom/emac: fix semicolon.cocci warningsWu Fengguang1-1/+1
2017-02-08net: phy: Add LED mode driver for Microsemi PHYs.Raju Lakkaraju3-1/+123
2017-02-08net: dsa: bcm_sf2: cleanup bcm_sf2_cfp_rule_get() a littleDan Carpenter1-4/+4
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller176-1049/+1221