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
*
net: aquantia: definitions for WOL
Yana Esina
2018-09-12
3
-5
/
+124
*
net: aquantia: fix hw_atl_utils_fw_upload_dwords
Yana Esina
2018-09-12
6
-11
/
+59
*
liquidio: Removed droq lock
Intiyaz Basha
2018-09-12
3
-37
/
+3
*
liquidio: Per queue oom work queue
Intiyaz Basha
2018-09-12
6
-73
/
+110
*
liquidio: Disabling tasklet when NAPI is active
Intiyaz Basha
2018-09-12
2
-1
/
+29
*
xen-netback: remove unecessary condition check before debugfs_remove_recursive
zhong jiang
2018-09-12
1
-2
/
+1
*
net: xenbus: remove redundant condition check before debugfs_remove_recursive
zhong jiang
2018-09-12
1
-2
/
+1
*
net: dsa: b53: Uninitialized variable in b53_adjust_link()
Dan Carpenter
2018-09-12
1
-1
/
+1
*
rtl818x: Remove SKB list assumptions.
David S. Miller
2018-09-10
1
-5
/
+8
*
can: Remove SKB list assumptions in rx-offload.c
David S. Miller
2018-09-10
1
-3
/
+5
*
brcmfmac: Use __skb_peek().
David S. Miller
2018-09-10
2
-2
/
+2
*
staging: rtl8192e: Use __skb_peek().
David S. Miller
2018-09-10
1
-1
/
+1
*
bnx2fc_fcoe: Use skb_queue_walk_safe().
David S. Miller
2018-09-10
1
-5
/
+1
*
p54: Use skb_peek_tail() instead of direct head pointer accesses.
David S. Miller
2018-09-10
1
-2
/
+2
*
lan78xx: Do not access skb_queue_head list pointers directly.
David S. Miller
2018-09-10
1
-2
/
+2
*
ppp: Remove direct skb_queue_head list pointer access.
David S. Miller
2018-09-10
1
-1
/
+1
*
infiniband: nes: Use skb_peek_next() and skb_queue_walk().
David S. Miller
2018-09-10
1
-5
/
+3
*
net/ipv6: Remove rt6i_prefsrc
David Ahern
2018-09-10
1
-2
/
+2
*
cxgb4: remove redundant assignment to vlan_cmd.dropnovlan_fm
Colin Ian King
2018-09-10
1
-1
/
+0
*
failover: Fix error return code in net_failover_create
YueHaibing
2018-09-08
1
-1
/
+3
*
net: stmmac: Enable TC Ops for GMAC >= 4
Jose Abreu
2018-09-08
1
-3
/
+3
*
i40e(vf): remove i40e_ethtool_stats.h header file
Jacob Keller
2018-09-08
4
-444
/
+436
*
net: dsa: b53: Fix build with B53_SRAB enabled and not B53_SERDES
Florian Fainelli
2018-09-08
2
-0
/
+9
*
cxgb4: impose mandatory VLAN usage when non-zero TAG ID
Casey Leedom
2018-09-08
2
-0
/
+4
*
liquidio: lio_fetch_vf_stats() can be static
kbuild test robot
2018-09-08
1
-1
/
+1
*
nfp: replace spin_lock_bh with spin_lock in tasklet callback
jun qian
2018-09-08
1
-2
/
+2
*
freescale: ethernet: remove unnecessary unlikely()
Igor Stoppa
2018-09-07
1
-5
/
+3
*
bnxt_en: remove set but not used variable 'addr_type'
YueHaibing
2018-09-07
1
-15
/
+0
*
liquidio CN23XX: Remove set but not used variable 'ring_flag'
YueHaibing
2018-09-07
1
-3
/
+1
*
liquidio: Add spoof checking on a VF MAC address
Weilin Chang
2018-09-07
8
-12
/
+187
*
Merge tag 'mlx5e-updates-2018-09-05' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2018-09-07
12
-148
/
+229
|
\
|
*
net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packets
Alaa Hleihel
2018-09-06
1
-0
/
+12
|
*
net/mlx5e: Set ECN for received packets using CQE indication
Natali Shechtman
2018-09-06
3
-5
/
+35
|
*
net/mlx5e: Replace PTP clock lock from RW lock to seq lock
Shay Agroskin
2018-09-06
2
-20
/
+22
|
*
net/mlx5e: Move Q counters allocation and drop RQ to init_rx
Roi Dayan
2018-09-06
4
-25
/
+55
|
*
net/mlx5e: Move mlx5e_priv_flags into en_ethtool.c
Kamal Heib
2018-09-06
2
-7
/
+7
|
*
net/mlx5: Add flow counters idr
Vlad Buslov
2018-09-06
1
-4
/
+33
|
*
net/mlx5: Store flow counters in a list
Vlad Buslov
2018-09-06
2
-49
/
+41
|
*
net/mlx5: Add new list to store deleted flow counters
Vlad Buslov
2018-09-06
2
-23
/
+13
|
*
net/mlx5: Change flow counters addlist type to single linked list
Vlad Buslov
2018-09-06
2
-26
/
+22
*
|
net: dsa: b53: Add SerDes support
Florian Fainelli
2018-09-06
7
-0
/
+490
*
|
net: dsa: b53: Add PHYLINK support
Florian Fainelli
2018-09-06
2
-0
/
+139
*
|
net: dsa: b53: Add helper to set link parameters
Florian Fainelli
2018-09-06
1
-29
/
+60
*
|
net: dsa: b53: Make SRAB driver manage port interrupts
Florian Fainelli
2018-09-06
1
-0
/
+105
*
|
net: dsa: b53: Add ability to enable/disable port interrupts
Florian Fainelli
2018-09-06
2
-0
/
+11
*
|
qed*: Utilize FW 8.37.7.0
Denis Bolotin
2018-09-06
4
-196
/
+361
*
|
net: lan78xx: Make declaration style consistent
Stefan Wahren
2018-09-06
1
-7
/
+7
*
|
net: lan78xx: Switch to SPDX identifier
Stefan Wahren
2018-09-06
2
-26
/
+2
*
|
net: lan78xx: Drop unnecessary strcpy in lan78xx_probe
Stefan Wahren
2018-09-06
1
-1
/
+0
*
|
net: lan78xx: Bail out if lan78xx_get_endpoints fails
Stefan Wahren
2018-09-06
1
-0
/
+5
[next]