index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
notifier-error-inject.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-29
batman-adv: ELP - creating neighbor structures
Linus Luessing
5
-1
/
+214
2016-02-29
batman-adv: ELP - adding basic infrastructure
Linus Luessing
9
-1
/
+363
2016-02-29
batman-adv: Add hard_iface specific sysfs wrapper macros for UINT
Linus Luessing
1
-0
/
+49
2016-02-29
3c59x: Ensure to apply the expires time
Stafford Horne
1
-1
/
+1
2016-02-27
rocker: fix an error code
Dan Carpenter
1
-1
/
+1
2016-02-26
GSO: Provide software checksum of tunneled UDP fragmentation offload
Alexander Duyck
3
-7
/
+37
2016-02-26
net: l3mdev: prefer VRF master for source address selection
David Lamparter
1
-0
/
+17
2016-02-26
net: l3mdev: address selection should only consider devices in L3 domain
David Ahern
3
-4
/
+16
2016-02-26
net: mlx4: use new ETHTOOL_G/SSETTINGS API
David Decotigny
3
-170
/
+189
2016-02-26
net: ethtool: remove unused __ethtool_get_settings
David Decotigny
2
-35
/
+14
2016-02-26
net: core: use __ethtool_get_ksettings
David Decotigny
2
-12
/
+14
2016-02-26
net: bridge: use __ethtool_get_ksettings
David Decotigny
1
-3
/
+3
2016-02-26
net: 8021q: use __ethtool_get_ksettings
David Decotigny
1
-4
/
+4
2016-02-26
net: rdma: use __ethtool_get_ksettings
David Decotigny
1
-8
/
+6
2016-02-26
net: fcoe: use __ethtool_get_ksettings
David Decotigny
1
-16
/
+20
2016-02-26
net: team: use __ethtool_get_ksettings
David Decotigny
1
-4
/
+4
2016-02-26
net: macvlan: use __ethtool_get_ksettings
David Decotigny
1
-4
/
+4
2016-02-26
net: ipvlan: use __ethtool_get_ksettings
David Decotigny
1
-4
/
+4
2016-02-26
net: bonding: use __ethtool_get_ksettings
David Decotigny
1
-8
/
+6
2016-02-26
net: usnic: use __ethtool_get_ksettings
David Decotigny
1
-4
/
+4
2016-02-26
tx4939: use __ethtool_get_ksettings
David Decotigny
1
-3
/
+4
2016-02-26
net: ethtool: add new ETHTOOL_xLINKSETTINGS API
David Decotigny
3
-80
/
+786
2016-02-26
net: usnic: use __ethtool_get_settings
David Decotigny
1
-1
/
+1
2016-02-26
net: usnic: remove unused call to ethtool_ops::get_settings
David Decotigny
1
-2
/
+0
2016-02-26
net: Facility to report route quality of connected sockets
Tom Herbert
14
-0
/
+30
2016-02-26
net: ipv6: Make address flushing on ifdown optional
David Ahern
4
-15
/
+132
2016-02-25
tipc: fix null deref crash in compat config path
Florian Westphal
1
-0
/
+1
2016-02-25
tipc: fix crash during node removal
Jon Paul Maloy
1
-13
/
+11
2016-02-25
tipc: eliminate risk of finding to-be-deleted node instance
Jon Paul Maloy
1
-9
/
+9
2016-02-25
qed, qede: rebrand module description
Yuval Mintz
2
-6
/
+6
2016-02-25
qed: Prevent probe on previous error
Yuval Mintz
1
-0
/
+11
2016-02-25
qed: add MODULE_FIRMWARE()
Yuval Mintz
1
-0
/
+2
2016-02-25
qede: Don't report link change needlessly
Yuval Mintz
1
-6
/
+10
2016-02-25
qede: Linearize SKBs when needed
Yuval Mintz
1
-5
/
+33
2016-02-25
qede: Change pci DID for 10g device
Yuval Mintz
1
-1
/
+1
2016-02-25
netxen: Use kobj_to_dev()
Amitoj Kaur Chawla
1
-5
/
+5
2016-02-25
3c59x: Use setup_timer()
Amitoj Kaur Chawla
1
-8
/
+2
2016-02-25
forcedeth: Use setup_timer()
Amitoj Kaur Chawla
1
-6
/
+2
2016-02-25
net: tulip: Use setup_timer()
Amitoj Kaur Chawla
1
-9
/
+5
2016-02-25
gianfar: fix endianness for hardware timestamp
Yangbo Lu
1
-2
/
+2
2016-02-25
gianfar_ptp: replace get_of_u32 with of_property_read_u32
Yangbo Lu
1
-20
/
+13
2016-02-25
ARM: dts: ls1021a: add 1588 timer node
Yangbo Lu
1
-0
/
+12
2016-02-25
phy: marvell: Fix 88E1510 initialization
Clemens Gruber
1
-35
/
+35
2016-02-25
net: dsa: drop vlan_getnext
Vivien Didelot
3
-46
/
+1
2016-02-25
net: dsa: mv88e6xxx: implement port_vlan_dump
Vivien Didelot
4
-66
/
+56
2016-02-25
net: dsa: add port_vlan_dump routine
Vivien Didelot
3
-0
/
+10
2016-02-25
vxlan: simplify metadata_dst usage in vxlan_rcv
Jiri Benc
1
-12
/
+7
2016-02-25
vxlan: consolidate rx handling to a single function
Jiri Benc
1
-44
/
+28
2016-02-25
vxlan: move ECN decapsulation to a separate function
Jiri Benc
1
-31
/
+31
2016-02-25
vxlan: move inner L2 header processing to a separate function
Jiri Benc
1
-16
/
+33
[next]