index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
idr: Return the deleted entry from idr_remove
Matthew Wilcox
2017-02-14
7
-24
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-01-27
40
-217
/
+388
|
\
|
*
ISDN: eicon: silence misleading array-bounds warning
Arnd Bergmann
2017-01-27
1
-1
/
+2
|
*
net: phy: micrel: add support for KSZ8795
Sean Nyekjaer
2017-01-27
1
-0
/
+14
|
*
gtp: fix cross netns recv on gtp socket
Andreas Schultz
2017-01-27
1
-6
/
+4
|
*
gtp: clear DF bit on GTP packet tx
Andreas Schultz
2017-01-27
1
-1
/
+1
|
*
gtp: add genl family modules alias
Andreas Schultz
2017-01-27
1
-0
/
+1
|
*
ravb: unmap descriptors when freeing rings
Kazuya Mizuguchi
2017-01-27
1
-48
/
+64
|
*
virtio_net: reject XDP programs using header adjustment
Jakub Kicinski
2017-01-26
1
-0
/
+5
|
*
virtio_net: use dev_kfree_skb for small buffer XDP receive
John Fastabend
2017-01-26
1
-2
/
+6
|
*
r8152: check rx after napi is enabled
hayeswang
2017-01-26
1
-1
/
+6
|
*
r8152: re-schedule napi for tx
hayeswang
2017-01-26
1
-0
/
+3
|
*
r8152: avoid start_xmit to schedule napi when napi is disabled
hayeswang
2017-01-26
1
-2
/
+6
|
*
r8152: avoid start_xmit to call napi_schedule during autosuspend
hayeswang
2017-01-26
1
-3
/
+9
|
*
net: phy: leds: Break dependency of phy.h on phy_led_triggers.h
Geert Uytterhoeven
2017-01-25
2
-0
/
+2
|
*
net: phy: leds: Clear phy_num_led_triggers on failure to avoid crash
Geert Uytterhoeven
2017-01-25
1
-2
/
+6
|
*
net-next: ethernet: mediatek: change the compatible string
John Crispin
2017-01-25
1
-1
/
+1
|
*
bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().
Michael Chan
2017-01-25
1
-3
/
+6
|
*
bnxt_en: Fix RTNL lock usage on bnxt_update_link().
Michael Chan
2017-01-25
1
-19
/
+18
|
*
bnxt_en: Fix bnxt_reset() in the slow path task.
Michael Chan
2017-01-25
1
-13
/
+25
|
*
alx: work around hardware bug in interrupt fallback path
Tobias Regnery
2017-01-24
1
-2
/
+6
|
*
alx: fix fallback to msi or legacy interrupts
Tobias Regnery
2017-01-24
1
-0
/
+1
|
*
alx: fix wrong condition to free descriptor memory
Tobias Regnery
2017-01-24
1
-1
/
+1
|
*
qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN card
Bjørn Mork
2017-01-24
2
-0
/
+15
|
*
ibmveth: Add a proper check for the availability of the checksum features
Thomas Huth
2017-01-24
1
-2
/
+5
|
*
vxlan: do not age static remote mac entries
Balakrishnan Raman
2017-01-24
1
-1
/
+1
|
*
vxlan: don't flush static fdb entries on admin down
Roopa Prabhu
2017-01-24
1
-2
/
+6
|
*
virtio_net: fix PAGE_SIZE > 64k
Michael S. Tsirkin
2017-01-24
1
-1
/
+9
|
*
mlxsw: spectrum_router: Correctly reallocate adjacency entries
Ido Schimmel
2017-01-24
1
-4
/
+6
|
*
r8152: don't execute runtime suspend if the tx is not empty
hayeswang
2017-01-24
1
-1
/
+3
|
*
net: phy: marvell: Add Wake from LAN support for 88E1510 PHY
Jingju Hou
2017-01-24
1
-0
/
+2
|
*
net: phy: Avoid deadlock during phy_error()
Florian Fainelli
2017-01-23
1
-5
/
+9
|
*
amd-xgbe: Check xgbe_init() return code
Lendacky, Thomas
2017-01-22
2
-2
/
+6
|
*
amd-xgbe: Add a hardware quirk for register definitions
Lendacky, Thomas
2017-01-22
4
-3
/
+20
|
*
xen-netfront: Fix Rx stall during network stress and OOM
Vineeth Remanan Pillai
2017-01-20
1
-1
/
+1
|
*
net/mlx5e: Do not recycle pages from emergency reserve
Eric Dumazet
2017-01-20
1
-0
/
+3
|
*
bcm63xx_enet: avoid uninitialized variable warning
Arnd Bergmann
2017-01-20
1
-2
/
+4
|
*
qed: avoid possible stack overflow in qed_ll2_acquire_connection
Arnd Bergmann
2017-01-20
3
-61
/
+53
|
*
r8152: fix rtl8152_post_reset function
hayeswang
2017-01-20
1
-0
/
+2
|
*
virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving
Jason Wang
2017-01-20
3
-3
/
+3
|
*
gianfar: Do not reuse pages from emergency reserve
Eric Dumazet
2017-01-19
1
-1
/
+1
|
*
net/mlx5e: Remove unused variable
Arnd Bergmann
2017-01-19
1
-1
/
+0
|
*
bnxt_en: Fix "uninitialized variable" bug in TPA code path.
Michael Chan
2017-01-18
1
-1
/
+1
|
*
net: phy: bcm63xx: Utilize correct config_intr function
Daniel Gonzalez Cabanelas
2017-01-18
1
-2
/
+19
|
*
xen-netback: protect resource cleaning on XenBus disconnect
Igor Druzhinin
2017-01-18
2
-2
/
+6
|
*
xen-netback: fix memory leaks on XenBus disconnect
Igor Druzhinin
2017-01-18
1
-0
/
+11
|
*
net/mlx5e: Remove unnecessary checks when setting num channels
Eran Ben Elisha
2017-01-18
1
-10
/
+0
|
*
net/mlx4_en: Remove unnecessary checks when setting num channels
Eran Ben Elisha
2017-01-18
1
-6
/
+1
|
*
can: ti_hecc: add missing prepare and unprepare of the clock
Yegor Yefremov
2017-01-18
1
-4
/
+12
|
*
can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer
Einar Jón
2017-01-18
1
-0
/
+1
[next]