index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-27
net: bcmgenet: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-8
/
+8
2016-09-27
Revert "net: ethernet: bcmgenet: use phydev from struct net_device"
Florian Fainelli
3
-31
/
+39
2016-09-27
Revert "net: ethernet: bcmgenet: use new api ethtool_{get|set}_link_ksettings"
Philippe Reynes
1
-8
/
+8
2016-09-26
net: tg3: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-50
/
+62
2016-09-26
bnx2x: allocate mac filtering pending list in PAGE_SIZE increments
Jason Baron
1
-37
/
+86
2016-09-26
bnx2x: allocate mac filtering 'mcast_list' in PAGE_SIZE increments
Jason Baron
1
-28
/
+51
2016-09-26
nfp: bpf: improve handling for disabled BPF syscall
Arnd Bergmann
2
-10
/
+3
2016-09-26
net: bcmgenet: remove unused function in bcmgenet.c
Baoyou Xie
1
-122
/
+0
2016-09-26
cxgb4: mark symbols static where possible
Baoyou Xie
2
-11
/
+14
2016-09-26
net: mvneta: mark symbols static where possible
Baoyou Xie
1
-4
/
+6
2016-09-26
net: hip04: mark tx_done() static
Baoyou Xie
1
-1
/
+1
2016-09-26
net: hisilicon: mark symbols static where possible
Baoyou Xie
1
-3
/
+3
2016-09-25
net: dsa: mv88e6xxx: fix non static symbol warnings
Wei Yongjun
1
-4
/
+4
2016-09-25
be2net: fix non static symbol warnings
Wei Yongjun
1
-2
/
+2
2016-09-25
net: smc91x: take into account register shift
Robert Jarzmik
1
-0
/
+3
2016-09-25
cxgb4: fix -ve error check on a signed iq
Colin Ian King
1
-5
/
+5
2016-09-24
i40evf: support queue-specific settings for interrupt moderation
Jacob Keller
7
-70
/
+280
2016-09-24
i40e: don't configure zero-size RSS table
Mitch Williams
1
-0
/
+2
2016-09-24
i40e: Strip out debugfs hook for Flow Director filter programming
Alexander Duyck
3
-84
/
+3
2016-09-24
i40e: Split Flow Director descriptor config into separate function
Alexander Duyck
1
-51
/
+64
2016-09-24
i40e/i40evf: Add txring_txq function to match fm10k and ixgbe
Alexander Duyck
4
-22
/
+30
2016-09-24
i40e: Fix Flow Director raw_buf cleanup
Alexander Duyck
2
-8
/
+8
2016-09-24
i40evf: enable adaptive interrupt throttling
Mitch Williams
1
-5
/
+11
2016-09-24
i40e: Increase minimum number of allocated VSI
Akeem Abodunrin
1
-1
/
+1
2016-09-24
i40e/i40evf: Changed version to 1.6.16
Bimmy Pujari
2
-2
/
+2
2016-09-24
i40e: removing unreachable code
Henry Tieman
1
-5
/
+1
2016-09-24
i40e: check conflicting ntuple/sideband rules when re-enabling ATR
Jacob Keller
1
-3
/
+7
2016-09-24
i40e: cleanup ATR auto_disable_flags use
Jacob Keller
3
-20
/
+17
2016-09-24
i40e: add encap csum VF offload flag
Preethi Banala
2
-0
/
+2
2016-09-24
i40e: fix deleting mac filters
Alan Brady
1
-2
/
+2
2016-09-24
i40e: Remove 100 Mbps SGMII support for X722
Harshitha Ramamurthy
1
-1
/
+0
2016-09-24
hv_netvsc: fix comments
Stephen Hemminger
1
-4
/
+3
2016-09-24
net: thunderx: Support for byte queue limits
Sunil Goutham
2
-12
/
+32
2016-09-24
net: thunderx: Fix issue with IRQ namimg
Sunil Goutham
1
-1
/
+1
2016-09-24
mlxsw: spectrum: remove redundant check if err is zero
Colin Ian King
1
-1
/
+1
2016-09-24
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
7
-45
/
+62
2016-09-24
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
10
-40
/
+53
2016-09-24
net/mlx4: Add VF vlan protocol 802.1ad support
Moshe Shemesh
4
-11
/
+136
2016-09-24
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
19
-24
/
+73
2016-09-24
net/mlx4_en: Disable vlan HW acceleration when in VF vlan protocol 802.1ad mode
Moshe Shemesh
1
-0
/
+13
2016-09-24
net/mlx4_core: Preparation for VF vlan protocol 802.1ad
Moshe Shemesh
4
-13
/
+73
2016-09-24
net/mlx4_core: Fix QUERY FUNC CAP flags
Moshe Shemesh
2
-4
/
+3
2016-09-23
Revert "xen-netback: create a debugfs node for hash information"
David S. Miller
3
-107
/
+2
2016-09-23
hv_netvsc: count multicast packets received
Stephen Hemminger
2
-1
/
+10
2016-09-23
hv_netvsc: remove VF in flight counters
Stephen Hemminger
2
-63
/
+21
2016-09-23
hv_netvsc: use RCU to protect vf_netdev
Stephen Hemminger
2
-15
/
+16
2016-09-23
hv_netvsc: improve VF device matching
Stephen Hemminger
1
-21
/
+39
2016-09-23
hv_netvsc: simplify callback event code
Stephen Hemminger
1
-18
/
+10
2016-09-23
hv_netvsc: dev hold/put reference to VF
Stephen Hemminger
1
-0
/
+3
2016-09-23
hv_netvsc: use consume_skb
Stephen Hemminger
1
-2
/
+2
[next]