index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
icmp_socket.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-18
kcm: Use stream parser
Tom Herbert
5
-423
/
+116
2016-08-18
strparser: Stream parser for messages
Tom Herbert
6
-0
/
+644
2016-08-18
net: ipconfig: Fix more use after free
Thierry Reding
1
-3
/
+5
2016-08-18
net_sched: allow flushing tc police actions
Roman Mashak
1
-42
/
+1
2016-08-18
net_sched: unify the init logic for act_police
WANG Cong
1
-9
/
+10
2016-08-18
net_sched: convert tcf_exts from list to pointer array
WANG Cong
7
-41
/
+85
2016-08-18
net_sched: move tc offload macros to pkt_cls.h
WANG Cong
2
-16
/
+22
2016-08-18
net_sched: fix a typo in tc_for_each_action()
WANG Cong
1
-1
/
+1
2016-08-18
net_sched: remove an unnecessary list_del()
WANG Cong
1
-1
/
+0
2016-08-18
net_sched: remove the leftover cleanup_a()
WANG Cong
1
-19
/
+3
2016-08-18
mlxsw: spectrum: Allow packets to be trapped from any PG
Ido Schimmel
1
-1
/
+1
2016-08-18
mlxsw: spectrum: Unmap 802.1Q FID before destroying it
Ido Schimmel
1
-0
/
+2
2016-08-18
mlxsw: spectrum: Add missing rollbacks in error path
Ido Schimmel
1
-1
/
+3
2016-08-18
mlxsw: reg: Fix missing op field fill-up
Jiri Pirko
1
-0
/
+1
2016-08-18
mlxsw: spectrum: Trap loop-backed packets
Ido Schimmel
3
-0
/
+16
2016-08-18
mlxsw: spectrum: Add missing packet traps
Elad Raz
2
-0
/
+18
2016-08-18
mlxsw: spectrum: Mark port as active before registering it
Ido Schimmel
1
-2
/
+3
2016-08-18
mlxsw: spectrum: Create PVID vPort before registering netdevice
Ido Schimmel
3
-46
/
+29
2016-08-18
mlxsw: spectrum: Remove redundant errors from the code
Ido Schimmel
1
-16
/
+5
2016-08-18
mlxsw: spectrum: Don't return upon error in removal path
Ido Schimmel
1
-22
/
+5
2016-08-16
i40e: check for and deal with non-contiguous TCs
Dave Ertman
1
-10
/
+25
2016-08-16
ixgbe: Re-enable ability to toggle VLAN filtering
Alexander Duyck
1
-0
/
+1
2016-08-16
ixgbe: Force VLNCTRL.VFE to be set in all VMDq paths
Alexander Duyck
1
-6
/
+12
2016-08-16
e1000e: fix PTP on e1000_pch_lpt variants
Jarod Wilson
1
-1
/
+2
2016-08-16
e1000e: factor out systim sanitization
Jarod Wilson
3
-29
/
+44
2016-08-16
igb: fix adjusting PTP timestamps for Tx/Rx latency
Kshitiz Gupta
1
-3
/
+23
2016-08-16
net: ethernet: mediatek: fix runtime warning raised by inconsistent struct de...
sean.wang@mediatek.com
1
-13
/
+13
2016-08-16
net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enab...
sean.wang@mediatek.com
1
-0
/
+5
2016-08-16
net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMAC
sean.wang@mediatek.com
1
-3
/
+12
2016-08-16
net: dsa: mv88e6xxx: use the new PHY API
Vivien Didelot
1
-135
/
+50
2016-08-16
net: dsa: mv88e6xxx: describe PHY page and SerDes
Vivien Didelot
2
-17
/
+105
2016-08-16
net: dsa: mv88e6xxx: abstract PHY ops
Vivien Didelot
2
-51
/
+81
2016-08-16
net: dsa: mv88e6xxx: rework Global2 SMI PHY access
Vivien Didelot
2
-56
/
+90
2016-08-16
net: dsa: mv88e6xxx: describe Multi-chip registers
Vivien Didelot
2
-16
/
+26
2016-08-16
net: dsa: mv88e6xxx: rename _mv88e6xxx_wait
Vivien Didelot
1
-30
/
+33
2016-08-16
net: mediatek: remove unnecessary platform_set_drvdata()
Wei Yongjun
1
-1
/
+0
2016-08-16
net: thunderx: Remove unnecessary pci_set_drvdata()
Wei Yongjun
1
-2
/
+0
2016-08-16
net: ena: Fix error return code in ena_device_init()
Wei Yongjun
1
-0
/
+1
2016-08-16
net: ena: Remove unnecessary pci_set_drvdata()
Wei Yongjun
1
-3
/
+0
2016-08-16
net: phy: Fix return value check in xgmiitorgmii_probe()
Wei Yongjun
1
-1
/
+1
2016-08-15
power_supply: tps65217-charger: fix missing platform_set_drvdata()
Wei Yongjun
1
-0
/
+1
2016-08-15
tipc: fix NULL pointer dereference in shutdown()
Vegard Nossum
1
-1
/
+2
2016-08-15
hv_netvsc: fix bonding devices check in netvsc_netdev_event()
Vitaly Kuznetsov
1
-2
/
+7
2016-08-15
hv_netvsc: protect module refcount by checking net_device_ctx->vf_netdev
Vitaly Kuznetsov
1
-2
/
+2
2016-08-15
hv_netvsc: reset vf_inject on VF removal
Vitaly Kuznetsov
1
-10
/
+16
2016-08-15
hv_netvsc: avoid deadlocks between rtnl lock and vf_use_cnt wait
Vitaly Kuznetsov
2
-35
/
+5
2016-08-15
hv_netvsc: don't lose VF information
Vitaly Kuznetsov
3
-42
/
+45
2016-08-15
net: hns: mdio->irq is an array, so no need to check if it is null
Colin Ian King
1
-2
/
+1
2016-08-15
switchdev: Put export declaration in the right place
Or Gerlitz
1
-1
/
+1
2016-08-15
gre: set inner_protocol on xmit
Simon Horman
3
-3
/
+1
[next]