index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
devres.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-20
mlx4: add missed recycle opportunity for XDP_TX on TX failure
Jesper Dangaard Brouer
1
-1
/
+2
2016-09-20
net-next: dsa: qca8k: remove empty set_addr() stub
John Crispin
1
-8
/
+0
2016-09-20
net-next: dsa: b53: remove empty set_addr() stub
John Crispin
1
-6
/
+0
2016-09-20
net-next: dsa: make the set_addr() operation optional
John Crispin
2
-6
/
+10
2016-09-20
net-next: dsa: fix duplicate invocation of set_addr()
John Crispin
1
-4
/
+0
2016-09-20
mac80211: Use rhltable instead of rhashtable
Herbert Xu
5
-54
/
+33
2016-09-20
rhashtable: Add rhlist interface
Herbert Xu
2
-166
/
+583
2016-09-20
xen-netfront: avoid packet loss when ethernet header crosses page boundary
Vitaly Kuznetsov
1
-0
/
+15
2016-09-20
net: phy: Add MAC-IF driver for Microsemi PHYs.
Raju Lakkaraju
1
-0
/
+51
2016-09-20
mlxsw: spectrum: Fix sparse warnings
Ido Schimmel
3
-26
/
+42
2016-09-20
mlxsw: Change the RX LAG hash function from XOR to CRC
Elad Raz
1
-1
/
+1
2016-09-20
bnxt_en: Fix build error for kernesl without RTC-LIB
Rob Swindell
1
-0
/
+4
2016-09-20
net sched: stylistic cleanups
Jamal Hadi Salim
14
-104
/
+114
2016-09-20
net sched actions police: peg drop stats for conforming traffic
Roman Mashak
1
-0
/
+2
2016-09-20
net sched ife action: Introduce skb tcindex metadata encap decap
Jamal Hadi Salim
4
-1
/
+87
2016-09-20
net sched ife action: add 16 bit helpers
Jamal Hadi Salim
2
-0
/
+28
2016-09-20
net/mlx5: clean function declarations in eswitch.c up
Baoyou Xie
2
-3
/
+3
2016-09-20
be2net: mark symbols static where possible
Baoyou Xie
2
-5
/
+6
2016-09-20
phy: mark lan88xx_suspend() static
Baoyou Xie
1
-1
/
+1
2016-09-20
net: ethernet: broadcom: bcmgenet: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-8
/
+8
2016-09-20
net: ethernet: broadcom: bcm63xx: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-24
/
+28
2016-09-20
net: ethernet: broadcom: bcm63xx: use phydev from struct net_device
Philippe Reynes
2
-18
/
+14
2016-09-20
net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-44
/
+54
2016-09-20
net: ethernet: broadcom: b44: use phydev from struct net_device
Philippe Reynes
2
-12
/
+11
2016-09-20
bnxt_en: Fixed the VF link status after a link state change
Eddie Wai
1
-42
/
+42
2016-09-20
bnxt_en: Support for "ethtool -r" command
Deepak Khungar
1
-0
/
+20
2016-09-20
bnxt_en: Pad TX packets below 52 bytes.
Michael Chan
1
-1
/
+1
2016-09-20
bnxt_en: Call firmware to approve the random VF MAC address.
Michael Chan
1
-2
/
+7
2016-09-20
bnxt_en: Re-arrange bnxt_hwrm_func_qcaps().
Michael Chan
1
-11
/
+12
2016-09-20
bnxt_en: Fix ethtool -l|-L inconsistent channel counts.
Michael Chan
1
-5
/
+7
2016-09-20
bnxt_en: Added support for Secure Firmware Update
Rob Swindell
4
-14
/
+182
2016-09-20
bnxt_en: Update to firmware interface spec 1.5.1.
Michael Chan
3
-508
/
+760
2016-09-20
bnxt_en: Simplify PCI device names and add additinal PCI IDs.
Michael Chan
1
-32
/
+36
2016-09-20
bnxt_en: Use RSS flags defined in the bnxt_hsi.h file.
Michael Chan
2
-9
/
+4
2016-09-20
gso: Support partial splitting at the frag_list pointer
Steffen Klassert
6
-26
/
+69
2016-09-19
sched: add and use qdisc_skb_head helpers
Florian Westphal
4
-28
/
+94
2016-09-19
sched: replace __skb_dequeue with __qdisc_dequeue_head
Florian Westphal
3
-4
/
+4
2016-09-19
sched: remove qdisc arg from __qdisc_dequeue_head
Florian Westphal
2
-8
/
+14
2016-09-19
sched: don't use skb queue helpers
Florian Westphal
3
-5
/
+5
2016-09-19
pie: use qdisc_dequeue_head wrapper
Florian Westphal
1
-1
/
+1
2016-09-19
cxgb4: Fix return value check in cfg_queues_uld()
Wei Yongjun
1
-1
/
+1
2016-09-19
net: ethernet: mediatek: add the dts property to set if the HW supports LRO
Nelson Chang
1
-1
/
+2
2016-09-19
net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRO
Nelson Chang
1
-0
/
+236
2016-09-19
net: ethernet: mediatek: add HW LRO functions of PDMA RX rings
Nelson Chang
2
-25
/
+265
2016-09-19
chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...
Hariprasad Shenai
10
-694
/
+385
2016-09-19
sctp: Remove some redundant code
Christophe Jaillet
1
-3
/
+0
2016-09-19
mlx4: fix XDP_TX is acting like XDP_PASS on TX ring full
Jesper Dangaard Brouer
1
-1
/
+1
2016-09-19
ipvlan: Introduce l3s mode
Mahesh Bandewar
6
-8
/
+188
2016-09-19
net: Add _nf_(un)register_hooks symbols
Mahesh Bandewar
2
-5
/
+48
2016-09-19
ipv6: Export p6_route_input_lookup symbol
Mahesh Bandewar
2
-3
/
+7
[next]