index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: 3com: typhoon: typhoon_init_one: make return values more specific
Thomas Preisner
2016-12-30
1
-8
/
+8
*
net: 3com: typhoon: typhoon_init_one: fix incorrect return values
Thomas Preisner
2016-12-30
1
-3
/
+6
*
liquidio: optimize reads from Octeon PCI console
Felix Manlunas
2016-12-30
4
-8
/
+39
*
stmmac: adding EEE to GMAC4
jpinto
2016-12-29
2
-0
/
+71
*
bnxt_en: Handle no aggregation ring gracefully.
Michael Chan
2016-12-29
2
-4
/
+22
*
bnxt_en: Set default completion ring for async events.
Michael Chan
2016-12-29
1
-0
/
+30
*
bnxt_en: Implement new scheme to reserve tx rings.
Michael Chan
2016-12-29
4
-3
/
+83
*
bnxt_en: Add IPV6 hardware RFS support.
Michael Chan
2016-12-29
2
-19
/
+66
*
bnxt_en: Assign additional vnics to VFs.
Michael Chan
2016-12-29
1
-1
/
+4
*
bnxt_en: Add new hardware RFS mode.
Michael Chan
2016-12-29
2
-1
/
+27
*
bnxt_en: Refactor code that determines RFS capability.
Michael Chan
2016-12-29
1
-5
/
+33
*
bnxt_en: Add function to get vnic capability.
Michael Chan
2016-12-29
3
-0
/
+57
*
bnxt_en: Refactor TPA code path.
Michael Chan
2016-12-29
1
-1
/
+2
*
bnxt_en: Fix and clarify link_info->advertising.
Michael Chan
2016-12-29
3
-5
/
+6
*
bnxt_en: Improve the IRQ disable sequence during shutdown.
Michael Chan
2016-12-29
1
-43
/
+46
*
bnxt_en: Use napi_complete_done()
Michael Chan
2016-12-29
1
-2
/
+3
*
bnxt_en: Remove busy poll logic in the driver.
Michael Chan
2016-12-29
2
-149
/
+3
*
stmmac: enable rx queues
jpinto
2016-12-29
5
-0
/
+56
*
net: Use kmemdup instead of kmalloc and memcpy
Shyam Saini
2016-12-29
1
-2
/
+1
*
fddi: skfp: Use more common logging styles
Joe Perches
2016-12-29
12
-237
/
+232
*
skfp: hwmtm: Use proper logging macros, correct mismatches
Joe Perches
2016-12-29
2
-94
/
+106
*
driver: ipvlan: Remove unnecessary ipvlan NULL check in ipvlan_count_rx
Gao Feng
2016-12-28
1
-3
/
+0
*
driver: ipvlan: Define common functions to decrease duplicated codes used to ...
Gao Feng
2016-12-28
1
-39
/
+29
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-12-28
7
-29
/
+59
|
\
|
*
net: stmmac: fix incorrect bit set in gmac4 mdio addr register
Kweh, Hock Leong
2016-12-27
1
-1
/
+3
|
*
r8169: add support for RTL8168 series add-on card.
Chun-Hao Lin
2016-12-27
1
-0
/
+1
|
*
net: korina: Fix NAPI versus resources freeing
Florian Fainelli
2016-12-26
1
-4
/
+4
|
*
net/mlx4_en: Fix user prio field in XDP forward
Tariq Toukan
2016-12-23
1
-1
/
+2
|
*
ipvlan: fix multicast processing
Mahesh Bandewar
2016-12-23
2
-11
/
+20
|
*
ipvlan: fix various issues in ipvlan_process_multicast()
Eric Dumazet
2016-12-23
2
-14
/
+31
*
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2016-12-25
21
-43
/
+41
|
\
\
|
*
|
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
8
-17
/
+15
|
*
|
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
13
-26
/
+26
*
|
|
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-12-25
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cpu/hotplug: Cleanup state names
Thomas Gleixner
2016-12-25
1
-2
/
+2
|
|
/
*
/
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
113
-113
/
+113
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-12-23
16
-127
/
+170
|
\
|
*
virtio-net: XDP support for small buffers
Jason Wang
2016-12-23
1
-25
/
+87
|
*
virtio-net: remove big packet XDP codes
Jason Wang
2016-12-23
1
-41
/
+3
|
*
virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is support
Jason Wang
2016-12-23
1
-1
/
+3
|
*
virtio-net: make rx buf size estimation works for XDP
Jason Wang
2016-12-23
1
-0
/
+3
|
*
virtio-net: unbreak csumed packets for XDP_PASS
Jason Wang
2016-12-23
1
-2
/
+2
|
*
virtio-net: correctly handle XDP_PASS for linearized packets
Jason Wang
2016-12-23
1
-2
/
+8
|
*
virtio-net: fix page miscount during XDP linearizing
Jason Wang
2016-12-23
1
-8
/
+11
|
*
virtio-net: correctly xmit linearized page on XDP_TX
Jason Wang
2016-12-23
1
-1
/
+1
|
*
virtio-net: remove the warning before XDP linearizing
Jason Wang
2016-12-23
1
-7
/
+1
|
*
mlxsw: spectrum_router: Correctly remove nexthop groups
Ido Schimmel
2016-12-23
1
-0
/
+3
|
*
mlxsw: spectrum_router: Don't reflect dead neighs
Ido Schimmel
2016-12-23
1
-4
/
+6
|
*
stmmac: CSR clock configuration fix
jpinto
2016-12-23
3
-6
/
+6
|
*
Merge tag 'wireless-drivers-for-davem-2016-12-22' of git://git.kernel.org/pub...
David S. Miller
2016-12-22
5
-5
/
+10
|
|
\
[next]