index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipvlan: implement VEPA mode
Mahesh Bandewar
2017-10-29
3
-9
/
+36
*
ipvlan: introduce 'private' attribute for all existing modes.
Mahesh Bandewar
2017-10-29
3
-5
/
+64
*
net: aquantia: Make local functions static
Wei Yongjun
2017-10-29
1
-4
/
+4
*
net: dsa: b53: Export b53_configure_vlan()
Florian Fainelli
2017-10-29
3
-42
/
+6
*
liquidio: get rid of false alarm "Unknown cmd 27" in dmesg
Felix Manlunas
2017-10-29
1
-0
/
+1
*
hv_netvsc: Set tx_table to equal weight after subchannels open
Haiyang Zhang
2017-10-29
1
-0
/
+3
*
ppp: allow usage in namespaces
Matteo Croce
2017-10-29
1
-1
/
+1
*
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
2017-10-29
4
-0
/
+384
|
\
|
*
igb: Add support for CBS offload
Andre Guedes
2017-10-27
4
-0
/
+384
*
|
cxgb3: Check and handle the dma mapping errors
Arjun Vynipadath
2017-10-29
1
-26
/
+92
*
|
r8169: Add support for interrupt coalesce tuning (ethtool -C)
Francois Romieu
2017-10-29
1
-0
/
+231
*
|
drivers/net: smsc: Convert timers to use timer_setup()
Kees Cook
2017-10-28
2
-10
/
+10
*
|
drivers/net: packetengines: Convert timers to use timer_setup()
Kees Cook
2017-10-28
2
-12
/
+12
*
|
drivers/net: natsemi: Convert timers to use timer_setup()
Kees Cook
2017-10-28
2
-9
/
+9
*
|
drivers/net: mellanox: Convert timers to use timer_setup()
Kees Cook
2017-10-28
1
-3
/
+3
*
|
drivers/net: korina: Convert timers to use timer_setup()
Kees Cook
2017-10-28
1
-4
/
+4
*
|
drivers/net: fealnx: Convert timers to use timer_setup()
Kees Cook
2017-10-28
1
-10
/
+10
*
|
drivers/net: dlink: Convert timers to use timer_setup()
Kees Cook
2017-10-28
1
-5
/
+5
*
|
drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()
Kees Cook
2017-10-28
4
-22
/
+21
*
|
drivers/net: appletalk/cops: Convert timers to use timer_setup()
Kees Cook
2017-10-28
1
-5
/
+6
*
|
drivers/net: amd: Convert timers to use timer_setup()
Kees Cook
2017-10-28
7
-28
/
+37
*
|
drivers/net: 8390: Convert timers to use timer_setup()
Kees Cook
2017-10-28
2
-10
/
+10
*
|
stmmac: copy unicast mac address to MAC registers
Bhadram Varka
2017-10-28
1
-1
/
+15
*
|
nfp: inform the VF driver needs to be restarted after changing the MAC
Pablo Cascón
2017-10-28
1
-1
/
+7
*
|
liquidio: fix kernel panic in VF driver
Felix Manlunas
2017-10-28
1
-3
/
+3
*
|
bnxt_en: Fix randconfig build errors.
Michael Chan
2017-10-28
1
-0
/
+6
|
/
*
liquidio: xmit_more support
Intiyaz Basha
2017-10-28
9
-19
/
+55
*
ibmvnic: Fix failover error path for non-fatal resets
John Allen
2017-10-28
2
-2
/
+4
*
ibmvnic: Update reset infrastructure to support tunable parameters
John Allen
2017-10-28
2
-28
/
+209
*
net: qualcomm: rmnet: Add support for GRO
Subash Abhinov Kasiviswanathan
2017-10-28
4
-1
/
+14
*
net: qualcomm: rmnet: Add support for 64 bit stats
Subash Abhinov Kasiviswanathan
2017-10-28
2
-5
/
+85
*
net: qualcomm: rmnet: Always assign rmnet dev in deaggregation path
Subash Abhinov Kasiviswanathan
2017-10-28
1
-2
/
+1
*
net: qualcomm: rmnet: Fix the return value of rmnet_rx_handler()
Subash Abhinov Kasiviswanathan
2017-10-28
3
-24
/
+14
*
bnxt_en: alloc tc_info{} struct only when tc flower is enabled
Sathya Perla
2017-10-28
5
-22
/
+34
*
bnxt_en: query cfa flow stats periodically to compute 'lastused' attribute
Sathya Perla
2017-10-28
4
-85
/
+218
*
bnxt_en: add hwrm FW cmds for cfa_encap_record and decap_filter
Sathya Perla
2017-10-28
1
-4
/
+125
*
bnxt_en: add support for Flower based vxlan encap/decap offload
Sathya Perla
2017-10-28
4
-12
/
+631
*
bnxt_en: Refactor and simplify coalescing code.
Michael Chan
2017-10-28
1
-46
/
+35
*
bnxt_en: Reorganize the coalescing parameters.
Michael Chan
2017-10-28
3
-52
/
+79
*
bnxt_en: Add ethtool reset method
Vasundhara Volam
2017-10-28
2
-1
/
+38
*
bnxt_en: Check maximum supported MTU from firmware.
Michael Chan
2017-10-28
2
-6
/
+12
*
bnxt_en: Optimize .ndo_set_mac_address() for VFs.
Michael Chan
2017-10-28
1
-3
/
+3
*
bnxt_en: Get firmware package version one time.
Michael Chan
2017-10-28
2
-16
/
+18
*
bnxt_en: Check for zero length value in bnxt_get_nvram_item().
Michael Chan
2017-10-28
1
-0
/
+3
*
bnxt_en: adding PCI ID for SMARTNIC VF support
Rob Miller
2017-10-28
1
-1
/
+5
*
bnxt_en: Add PCIe device ID for bcm58804
Ray Jui
2017-10-28
2
-0
/
+5
*
bnxt_en: Update firmware interface to 1.8.3.1
Michael Chan
2017-10-28
1
-24
/
+396
*
net: dsa: introduce dsa_user_ports helper
Vivien Didelot
2017-10-28
3
-6
/
+4
*
net: dsa: use dsa_is_user_port everywhere
Vivien Didelot
2017-10-28
4
-10
/
+9
*
net: dsa: rename dsa_is_normal_port helper
Vivien Didelot
2017-10-28
1
-1
/
+1
[next]