summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* siphash: add cryptographically secure PRFJason A. Donenfeld2017-01-097-5/+561
* net: ipv4: remove disable of bottom half in inet_rtm_getrouteDavid Ahern2017-01-091-2/+0
* net: intel: e100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-6/+8
* net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-13/+18
* net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-12/+18
* net: ibm: emac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-30/+40
* net: ibm: ehea: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-21/+30
* net: change init_inodecache() return voidyuan linyu2017-01-091-4/+2
* Merge branch 'tc-skb-diet'David S. Miller2017-01-0813-118/+66
|\
| * net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-086-19/+15
| * net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-084-14/+12
| * net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-0811-65/+29
| * net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-086-22/+23
| * net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn2017-01-082-6/+2
| * net-tc: remove unused tc_verd fieldsWillem de Bruijn2017-01-081-7/+0
|/
* mdio: Demote print from info to debug in mdio_device_registerFlorian Fainelli2017-01-081-1/+1
* net: remove useless memset's in drivers get_stats64stephen hemminger2017-01-083-4/+0
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-0882-309/+166
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2017-01-087-30/+33
|\
| * fm10k: remove FM10K_FLAG_DEBUG_STATSJacob Keller2017-01-081-1/+0
| * fm10k: report the receive timestamp in FM10K_CB(skb)->tstampJacob Keller2017-01-082-3/+4
| * fm10k: Limit dma sync of RX buffers to actual packet sizeScott Peterson2017-01-081-3/+5
| * fm10k: bump version numberJacob Keller2017-01-081-1/+1
| * fm10k: do not clear global mailbox interrupt bitsNgai-Mint Kwan2017-01-081-4/+0
| * fm10k: request reset when mbx->state changesNgai-Mint Kwan2017-01-082-4/+12
| * fm10k: remove extraneous variable definition in fm10k_ethtool.cJacob Keller2017-01-081-12/+9
| * fm10k-shared: use mac-> instead of hw->mac.Ngai-Mint Kwan2017-01-081-3/+3
* | net: ipv4: Remove flow arg from ip_mkroute_inputDavid Ahern2017-01-081-2/+1
* | net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern2017-01-083-8/+3
* | liquidio: simplify octeon_flush_iq()Derek Chickles2017-01-084-28/+27
|/
* net: dsa: move HWMON support to its own fileVivien Didelot2017-01-074-129/+159
* Merge branch 'netcp-next'David S. Miller2017-01-076-53/+292
|\
| * net: netcp: ale: add proper ale entry mask bits for netcp switch ALEKaricheri, Muralidharan2017-01-072-19/+84
| * net: netcp: ale: use ale_status to size the ale tableKaricheri, Muralidharan2017-01-072-4/+31
| * net: netcp: ale: update to support unknown vlan controls for NU switchKaricheri, Muralidharan2017-01-073-7/+61
| * net: netcp: use hw capability to remove FCS word from rx packetsKaricheri, Muralidharan2017-01-073-4/+16
| * net: netcp: ethss: get phy-handle only if link interface is MAC-to-PHYKaricheri, Muralidharan2017-01-071-1/+3
| * net: netcp: store network statistics in 64 bitsMichael Scherban2017-01-072-12/+74
| * net: netcp: remove the redundant memmov()Karicheri, Muralidharan2017-01-071-3/+3
| * net: netcp: extract eflag from desc for rx_hook handlingKaricheri, Muralidharan2017-01-073-3/+20
|/
* Merge branch 'cpsw-cpdma-DDR'David S. Miller2017-01-078-72/+199
|\
| * Documentation: DT: net: cpsw: remove no_bd_ram propertyGrygorii Strashko2017-01-075-7/+0
| * net: ethernet: ti: cpsw: add support for ringparam configurationGrygorii Strashko2017-01-073-8/+122
| * net: ethernet: ti: cpsw: add support for descs pool size configurationGrygorii Strashko2017-01-073-3/+22
| * net: ethernet: ti: cpdma: use devm_ioremapGrygorii Strashko2017-01-071-3/+2
| * net: ethernet: ti: cpdma: minimize number of parameters in cpdma_desc_pool_cr...Grygorii Strashko2017-01-071-32/+30
| * net: ethernet: ti: cpdma: fix desc re-queuingGrygorii Strashko2017-01-071-1/+1
| * net: ethernet: ti: cpdma: am437x: allow descs to be plased in ddrGrygorii Strashko2017-01-071-18/+22
|/
* Merge branch 'l2tp-cleanup-socket-lookup-code'David S. Miller2017-01-062-22/+37
|\
| * l2tp: rework socket comparison in __l2tp_ip*_bind_lookup()Guillaume Nault2017-01-062-14/+35