index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-09
net: ipv4: remove disable of bottom half in inet_rtm_getroute
David Ahern
1
-2
/
+0
2017-01-09
net: intel: e100: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2017-01-09
net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-13
/
+18
2017-01-09
net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-12
/
+18
2017-01-09
net: ibm: emac: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-30
/
+40
2017-01-09
net: ibm: ehea: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-21
/
+30
2017-01-09
net: change init_inodecache() return void
yuan linyu
1
-4
/
+2
2017-01-09
net-tc: convert tc_from to tc_from_ingress and tc_redirected
Willem de Bruijn
6
-19
/
+15
2017-01-09
net-tc: convert tc_at to tc_at_ingress
Willem de Bruijn
4
-14
/
+12
2017-01-09
net-tc: convert tc_verd to integer bitfields
Willem de Bruijn
11
-65
/
+29
2017-01-09
net-tc: extract skip classify bit from tc_verd
Willem de Bruijn
6
-22
/
+23
2017-01-09
net-tc: make MAX_RECLASSIFY_LOOP local
Willem de Bruijn
2
-6
/
+2
2017-01-09
net-tc: remove unused tc_verd fields
Willem de Bruijn
1
-7
/
+0
2017-01-09
mdio: Demote print from info to debug in mdio_device_register
Florian Fainelli
1
-1
/
+1
2017-01-08
net: remove useless memset's in drivers get_stats64
stephen hemminger
3
-4
/
+0
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
82
-309
/
+166
2017-01-08
net: ipv4: Remove flow arg from ip_mkroute_input
David Ahern
1
-2
/
+1
2017-01-08
net: ipmr: Remove nowait arg to ipmr_get_route
David Ahern
3
-8
/
+3
2017-01-08
liquidio: simplify octeon_flush_iq()
Derek Chickles
4
-28
/
+27
2017-01-08
fm10k: remove FM10K_FLAG_DEBUG_STATS
Jacob Keller
1
-1
/
+0
2017-01-08
fm10k: report the receive timestamp in FM10K_CB(skb)->tstamp
Jacob Keller
2
-3
/
+4
2017-01-08
fm10k: Limit dma sync of RX buffers to actual packet size
Scott Peterson
1
-3
/
+5
2017-01-08
fm10k: bump version number
Jacob Keller
1
-1
/
+1
2017-01-08
fm10k: do not clear global mailbox interrupt bits
Ngai-Mint Kwan
1
-4
/
+0
2017-01-08
fm10k: request reset when mbx->state changes
Ngai-Mint Kwan
2
-4
/
+12
2017-01-08
fm10k: remove extraneous variable definition in fm10k_ethtool.c
Jacob Keller
1
-12
/
+9
2017-01-08
fm10k-shared: use mac-> instead of hw->mac.
Ngai-Mint Kwan
1
-3
/
+3
2017-01-08
net: dsa: move HWMON support to its own file
Vivien Didelot
4
-129
/
+159
2017-01-08
net: netcp: ale: add proper ale entry mask bits for netcp switch ALE
Karicheri, Muralidharan
2
-19
/
+84
2017-01-08
net: netcp: ale: use ale_status to size the ale table
Karicheri, Muralidharan
2
-4
/
+31
2017-01-08
net: netcp: ale: update to support unknown vlan controls for NU switch
Karicheri, Muralidharan
3
-7
/
+61
2017-01-08
net: netcp: use hw capability to remove FCS word from rx packets
Karicheri, Muralidharan
3
-4
/
+16
2017-01-08
net: netcp: ethss: get phy-handle only if link interface is MAC-to-PHY
Karicheri, Muralidharan
1
-1
/
+3
2017-01-08
net: netcp: store network statistics in 64 bits
Michael Scherban
2
-12
/
+74
2017-01-08
net: netcp: remove the redundant memmov()
Karicheri, Muralidharan
1
-3
/
+3
2017-01-08
net: netcp: extract eflag from desc for rx_hook handling
Karicheri, Muralidharan
3
-3
/
+20
2017-01-08
Documentation: DT: net: cpsw: remove no_bd_ram property
Grygorii Strashko
5
-7
/
+0
2017-01-08
net: ethernet: ti: cpsw: add support for ringparam configuration
Grygorii Strashko
3
-8
/
+122
2017-01-08
net: ethernet: ti: cpsw: add support for descs pool size configuration
Grygorii Strashko
3
-3
/
+22
2017-01-08
net: ethernet: ti: cpdma: use devm_ioremap
Grygorii Strashko
1
-3
/
+2
2017-01-08
net: ethernet: ti: cpdma: minimize number of parameters in cpdma_desc_pool_cr...
Grygorii Strashko
1
-32
/
+30
2017-01-08
net: ethernet: ti: cpdma: fix desc re-queuing
Grygorii Strashko
1
-1
/
+1
2017-01-08
net: ethernet: ti: cpdma: am437x: allow descs to be plased in ddr
Grygorii Strashko
1
-18
/
+22
2017-01-07
l2tp: rework socket comparison in __l2tp_ip*_bind_lookup()
Guillaume Nault
2
-14
/
+35
2017-01-07
l2tp: remove useless NULL check in __l2tp_ip*_bind_lookup()
Guillaume Nault
2
-6
/
+0
2017-01-07
l2tp: make __l2tp_ip*_bind_lookup() parameters 'const'
Guillaume Nault
2
-5
/
+5
2017-01-07
l2tp: remove redundant addr_len check in l2tp_ip_bind()
Guillaume Nault
1
-1
/
+1
2017-01-07
RDS: validate the requested traces user input against max supported
santosh.shilimkar@oracle.com
1
-0
/
+3
2017-01-07
sctp: prepare asoc stream for stream reconf
Xin Long
10
-206
/
+147
2017-01-07
udp: inuse checks can quit early for reuseport
Eric Garver
1
-10
/
+19
[next]