summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * l2tp: remove useless NULL check in __l2tp_ip*_bind_lookup()Guillaume Nault2017-01-062-6/+0
| * l2tp: make __l2tp_ip*_bind_lookup() parameters 'const'Guillaume Nault2017-01-062-5/+5
| * l2tp: remove redundant addr_len check in l2tp_ip_bind()Guillaume Nault2017-01-061-1/+1
|/
* RDS: validate the requested traces user input against max supportedsantosh.shilimkar@oracle.com2017-01-061-0/+3
* Merge tag 'rxrpc-rewrite-20170106' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-01-066-57/+275
|\
| * afs: Make afs_readpages() fetch data in bulkDavid Howells2017-01-062-2/+130
| * afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells2017-01-065-55/+145
* | sctp: prepare asoc stream for stream reconfXin Long2017-01-0610-206/+147
* | udp: inuse checks can quit early for reuseportEric Garver2017-01-061-10/+19
* | cxgb4: Add port description for new cards.Ganesh Goudar2017-01-061-12/+18
* | cxgb4/cxgb4vf: Display 25G and 100G link speedGanesh Goudar2017-01-062-16/+25
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2017-01-067-24/+44
|\ \
| * | igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento2017-01-061-2/+2
| * | igb: add i211 to i210 PHY workaroundTodd Fujinaka2017-01-061-1/+1
| * | igb: close/suspend race in netif_device_detachTodd Fujinaka2017-01-061-9/+12
| * | igb: re-assign hw address pointer on reset after PCI errorGuilherme G Piccoli2017-01-061-0/+5
| * | igb: reset the PHY before reading the PHY IDAaron Sierra2017-01-061-0/+11