aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-09siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld
2017-01-09siphash: add cryptographically secure PRFJason A. Donenfeld
2017-01-09net: ipv4: remove disable of bottom half in inet_rtm_getrouteDavid Ahern
2017-01-09net: intel: e100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-09net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-09net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-09net: ibm: emac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-09net: ibm: ehea: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-09net: change init_inodecache() return voidyuan linyu
2017-01-08Merge branch 'tc-skb-diet'David S. Miller
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn
2017-01-08net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn
2017-01-08net-tc: remove unused tc_verd fieldsWillem de Bruijn
2017-01-08mdio: Demote print from info to debug in mdio_device_registerFlorian Fainelli
2017-01-08net: remove useless memset's in drivers get_stats64stephen hemminger
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2017-01-08net: ipv4: Remove flow arg from ip_mkroute_inputDavid Ahern
2017-01-08net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern
2017-01-08liquidio: simplify octeon_flush_iq()Derek Chickles
2017-01-08fm10k: remove FM10K_FLAG_DEBUG_STATSJacob Keller
2017-01-08fm10k: report the receive timestamp in FM10K_CB(skb)->tstampJacob Keller
2017-01-08fm10k: Limit dma sync of RX buffers to actual packet sizeScott Peterson
2017-01-08fm10k: bump version numberJacob Keller
2017-01-08fm10k: do not clear global mailbox interrupt bitsNgai-Mint Kwan
2017-01-08fm10k: request reset when mbx->state changesNgai-Mint Kwan
2017-01-08fm10k: remove extraneous variable definition in fm10k_ethtool.cJacob Keller
2017-01-08fm10k-shared: use mac-> instead of hw->mac.Ngai-Mint Kwan
2017-01-07net: dsa: move HWMON support to its own fileVivien Didelot
2017-01-07Merge branch 'netcp-next'David S. Miller
2017-01-07net: netcp: ale: add proper ale entry mask bits for netcp switch ALEKaricheri, Muralidharan
2017-01-07net: netcp: ale: use ale_status to size the ale tableKaricheri, Muralidharan
2017-01-07net: netcp: ale: update to support unknown vlan controls for NU switchKaricheri, Muralidharan
2017-01-07net: netcp: use hw capability to remove FCS word from rx packetsKaricheri, Muralidharan
2017-01-07net: netcp: ethss: get phy-handle only if link interface is MAC-to-PHYKaricheri, Muralidharan
2017-01-07net: netcp: store network statistics in 64 bitsMichael Scherban
2017-01-07net: netcp: remove the redundant memmov()Karicheri, Muralidharan
2017-01-07net: netcp: extract eflag from desc for rx_hook handlingKaricheri, Muralidharan
2017-01-07Merge branch 'cpsw-cpdma-DDR'David S. Miller
2017-01-07Documentation: DT: net: cpsw: remove no_bd_ram propertyGrygorii Strashko
2017-01-07net: ethernet: ti: cpsw: add support for ringparam configurationGrygorii Strashko
2017-01-07net: ethernet: ti: cpsw: add support for descs pool size configurationGrygorii Strashko
2017-01-07net: ethernet: ti: cpdma: use devm_ioremapGrygorii Strashko
2017-01-07net: ethernet: ti: cpdma: minimize number of parameters in cpdma_desc_pool_cr...Grygorii Strashko
2017-01-07net: ethernet: ti: cpdma: fix desc re-queuingGrygorii Strashko
2017-01-07net: ethernet: ti: cpdma: am437x: allow descs to be plased in ddrGrygorii Strashko
2017-01-06Merge branch 'l2tp-cleanup-socket-lookup-code'David S. Miller