summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-097-1/+397
* sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTSMatthew Slattery2017-02-091-0/+21
* sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandJon Cooper2017-02-091-2/+5
* sfc: harden driver against MC resets during initial probeJon Cooper2017-02-091-35/+64
* sfc: set csum_level for encapsulated packetsJon Cooper2017-02-093-4/+25
* sfc: process RX event inner checksum flagsJon Cooper2017-02-094-19/+131
* mlxsw: spectrum_router: Don't reflect LINKDOWN nexthopsIdo Schimmel2017-02-081-1/+10
* Merge branch 'mlxsw-Reflect-nexthop-status-changes'David S. Miller2017-02-085-130/+450
|\
| * mlxsw: spectrum_router: Flush resources when RIF is deletedIdo Schimmel2017-02-083-3/+93
| * mlxsw: spectrum_router: Reflect nexthop status changesIdo Schimmel2017-02-081-2/+57
| * ipv4: fib: Notify about nexthop status changesIdo Schimmel2017-02-082-0/+40
| * mlxsw: spectrum_router: Use trap action only for some route typesIdo Schimmel2017-02-081-29/+13
| * mlxsw: spectrum_router: Determine offload status using generic functionIdo Schimmel2017-02-081-1/+1
| * mlxsw: spectrum_router: More accurately set offload flagIdo Schimmel2017-02-081-20/+80
| * mlxsw: spectrum_router: Refactor nexthop init routineIdo Schimmel2017-02-081-31/+49
| * mlxsw: spectrum_router: Remove FIB info from FIB entry structIdo Schimmel2017-02-081-3/+1
| * mlxsw: spectrum_router: Store routes in a more generic wayIdo Schimmel2017-02-081-13/+27
| * mlxsw: spectrum_router: Add gateway indication to nexthop groupIdo Schimmel2017-02-081-1/+8
| * mlxsw: spectrum_router: Use nexthop's scope to set action typeIdo Schimmel2017-02-081-1/+1
| * mlxsw: spectrum_router: Store nexthops in a hash tableIdo Schimmel2017-02-082-4/+55
| * mlxsw: spectrum_router: Store nexthop groups in a hash tableIdo Schimmel2017-02-082-52/+54
| * mlxsw: spectrum_router: Nullify nexthop's neigh pointerIdo Schimmel2017-02-081-2/+3
|/
* mlxsw: acl: Fix mlxsw_afa_block_commit error pathJiri Pirko2017-02-081-11/+7
* Merge branch 'stmmac-cleanups'David S. Miller2017-02-0828-185/+51
|\
| * net: stmmac: replace unsigned by u32LABBE Corentin2017-02-081-2/+2
| * net: stmmac: remove unused variable in sysfs_display_ringLABBE Corentin2017-02-081-3/+0
| * net: stmmac: remove dead code in stmmac_tx_cleanLABBE Corentin2017-02-081-7/+0
| * net: stmmac: print phy informationLABBE Corentin2017-02-081-3/+1
| * net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin2017-02-085-5/+5
| * net: stmmac: Rewrite two test against NULL valueLABBE Corentin2017-02-081-2/+2
| * net: stmmac: Correct the error message about invalid speedLABBE Corentin2017-02-081-2/+1
| * net: stmmac: replace ENOSYS by EINVALLABBE Corentin2017-02-081-1/+1
| * net: stmmac: Use readl_poll_timeoutLABBE Corentin2017-02-081-8/+6
| * net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeoutLABBE Corentin2017-02-081-22/+11
| * net: stmmac: fix some code style problemLABBE Corentin2017-02-081-3/+4
| * net: stmmac: remplace asm/io.h by linux/io.hLABBE Corentin2017-02-081-3/+3
| * net: stmmac: remove freesoftware addressLABBE Corentin2017-02-0826-104/+0
| * net: stmmac: fix some typos in commentsLABBE Corentin2017-02-083-12/+12
| * net: stmmac: Remove the bus_setup function pointerLABBE Corentin2017-02-082-5/+0
| * net: stmmac: fix the typo on MAC_RNABLE_RXLABBE Corentin2017-02-082-3/+3
|/
* bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann2017-02-081-9/+27
* bridge: vlan tunnel id info range fill size calc cleanupsRoopa Prabhu2017-02-081-18/+16
* gro_cells: move to net/core/gro_cells.cEric Dumazet2017-02-088-82/+107
* net: mellanox: switchx2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-081-17/+30
* net: qcom/emac: fix semicolon.cocci warningsWu Fengguang2017-02-081-1/+1
* net: phy: Add LED mode driver for Microsemi PHYs.Raju Lakkaraju2017-02-083-1/+123
* net: dsa: bcm_sf2: cleanup bcm_sf2_cfp_rule_get() a littleDan Carpenter2017-02-081-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-07176-1049/+1221
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-0732-164/+255
| |\
| | * sctp: check af before verify address in sctp_addr_id2transportXin Long2017-02-071-1/+1