summary refs log tree commit diff
AgeCommit message (Expand)Author
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long
2017-02-09sctp: streams should be recovered when it fails to send request.Xin Long
2017-02-09sctp: drop unnecessary __packed from some stream reconf structuresXin Long
2017-02-09Merge branch 'sfc-more-encap-offloads'David S. Miller
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper
2017-02-09sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTSMatthew Slattery
2017-02-09sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandJon Cooper
2017-02-09sfc: harden driver against MC resets during initial probeJon Cooper
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper
2017-02-09sfc: process RX event inner checksum flagsJon Cooper
2017-02-08mlxsw: spectrum_router: Don't reflect LINKDOWN nexthopsIdo Schimmel
2017-02-08Merge branch 'mlxsw-Reflect-nexthop-status-changes'David S. Miller
2017-02-08mlxsw: spectrum_router: Flush resources when RIF is deletedIdo Schimmel
2017-02-08mlxsw: spectrum_router: Reflect nexthop status changesIdo Schimmel
2017-02-08ipv4: fib: Notify about nexthop status changesIdo Schimmel
2017-02-08mlxsw: spectrum_router: Use trap action only for some route typesIdo Schimmel
2017-02-08mlxsw: spectrum_router: Determine offload status using generic functionIdo Schimmel
2017-02-08mlxsw: spectrum_router: More accurately set offload flagIdo Schimmel
2017-02-08mlxsw: spectrum_router: Refactor nexthop init routineIdo Schimmel
2017-02-08mlxsw: spectrum_router: Remove FIB info from FIB entry structIdo Schimmel
2017-02-08mlxsw: spectrum_router: Store routes in a more generic wayIdo Schimmel
2017-02-08mlxsw: spectrum_router: Add gateway indication to nexthop groupIdo Schimmel
2017-02-08mlxsw: spectrum_router: Use nexthop's scope to set action typeIdo Schimmel
2017-02-08mlxsw: spectrum_router: Store nexthops in a hash tableIdo Schimmel
2017-02-08mlxsw: spectrum_router: Store nexthop groups in a hash tableIdo Schimmel
2017-02-08mlxsw: spectrum_router: Nullify nexthop's neigh pointerIdo Schimmel
2017-02-08mlxsw: acl: Fix mlxsw_afa_block_commit error pathJiri Pirko
2017-02-08Merge branch 'stmmac-cleanups'David S. Miller
2017-02-08net: stmmac: replace unsigned by u32LABBE Corentin
2017-02-08net: stmmac: remove unused variable in sysfs_display_ringLABBE Corentin
2017-02-08net: stmmac: remove dead code in stmmac_tx_cleanLABBE Corentin
2017-02-08net: stmmac: print phy informationLABBE Corentin
2017-02-08net: stmmac: rename rx_crc to rx_crc_errorsLABBE Corentin
2017-02-08net: stmmac: Rewrite two test against NULL valueLABBE Corentin
2017-02-08net: stmmac: Correct the error message about invalid speedLABBE Corentin
2017-02-08net: stmmac: replace ENOSYS by EINVALLABBE Corentin
2017-02-08net: stmmac: Use readl_poll_timeoutLABBE Corentin
2017-02-08net: stmmac: replace stmmac_mdio_busy_wait by readl_poll_timeoutLABBE Corentin
2017-02-08net: stmmac: fix some code style problemLABBE Corentin
2017-02-08net: stmmac: remplace asm/io.h by linux/io.hLABBE Corentin
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin
2017-02-08net: stmmac: fix some typos in commentsLABBE Corentin
2017-02-08net: stmmac: Remove the bus_setup function pointerLABBE Corentin
2017-02-08net: stmmac: fix the typo on MAC_RNABLE_RXLABBE Corentin
2017-02-08bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann
2017-02-08bridge: vlan tunnel id info range fill size calc cleanupsRoopa Prabhu
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet