index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
reset
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-03
wireless: Use eth_<foo>_addr instead of memset
Joe Perches
4
-8
/
+9
2015-03-03
mac80211: Use eth_<foo>_addr instead of memset
Joe Perches
4
-8
/
+8
2015-03-03
ethernet: Use eth_<foo>_addr instead of memset
Joe Perches
1
-2
/
+2
2015-03-03
bluetooth: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2015-03-03
atm: Use eth_<foo>_addr instead of memset
Joe Perches
1
-2
/
+2
2015-03-03
appletalk: Use eth_<foo>_addr instead of memset
Joe Perches
1
-3
/
+3
2015-03-03
8021q: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2015-03-03
xen: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2015-03-03
netconsole: Use eth_<foo>_addr instead of memset
Joe Perches
1
-2
/
+3
2015-03-03
wireless: Use eth_<foo>_addr instead of memset
Joe Perches
41
-116
/
+118
2015-03-03
net: usb: Use eth_<foo>_addr instead of memset
Joe Perches
4
-5
/
+5
2015-03-03
ethernet: Use eth_<foo>_addr instead of memset
Joe Perches
17
-25
/
+25
2015-03-03
i40e: Fix dependencies in the i40e driver on configfs
Greg Rose
4
-8
/
+17
2015-03-03
ax25: Stop using magic neighbour cache operations.
Eric W. Biederman
10
-74
/
+31
2015-03-03
net/atm/signaling.c: remove WAIT_FOR_DEMON code
Fabian Frederick
1
-24
/
+0
2015-03-03
i40e/i40evf: Bump versions
Sravanthi Tangeda
2
-2
/
+2
2015-03-03
i40e: Only enable TC0 for NIC partition type
Neerav Parikh
1
-3
/
+3
2015-03-03
i40e: Register DCBNL ops in MFP mode
Neerav Parikh
1
-3
/
+1
2015-03-03
i40evf: ethtool RSS fixes
Mitch Williams
1
-6
/
+8
2015-03-03
i40e: Fix RSS size at init since default num queue calculation has changed
Anjali Singhai Jain
2
-1
/
+5
2015-03-03
i40e: Move RSS table size for VSIs to the VSI struct
Anjali Singhai Jain
2
-0
/
+5
2015-03-03
i40e/i40evf: Add missing packet types for VXLAN encapsulated packet types
Anjali Singhai Jain
2
-8
/
+8
2015-03-03
i40e: Fix issue with removal of apps from DBCNL app table
Neerav Parikh
3
-11
/
+14
2015-03-03
i40e: Add FW check to disable DCB and wrap autoneg workaround with FW check
Anjali Singhai Jain
1
-12
/
+19
2015-03-03
i40e: Enable more than 64 qps for the Main VSI
Anjali Singhai Jain
3
-9
/
+21
2015-03-03
i40e: don't disable PF LB when disabling VFs
Mitch Williams
1
-1
/
+0
2015-03-03
i40e: Add safety net for switch calling
Akeem G Abodunrin
1
-0
/
+4
2015-03-03
i40e/i40evf: print FW build number in version string
Shannon Nelson
6
-7
/
+15
2015-03-03
i40e: Skip the priority tagging if DCB is not enabled
Neerav Parikh
1
-0
/
+5
2015-03-03
fm10k: Resolve various spelling errors and checkpatch warnings
Matthew Vick
11
-42
/
+40
2015-03-03
fm10k: Implement ndo_features_check
Matthew Vick
3
-1
/
+13
2015-03-03
fm10k: Modify tunnel length header check when offloading
Matthew Vick
2
-9
/
+27
2015-03-02
neigh: Don't require a dst in neigh_resolve_output
Eric W. Biederman
1
-6
/
+0
2015-03-02
neigh: Don't require dst in neigh_hh_init
Eric W. Biederman
5
-4
/
+8
2015-03-02
arp: Kill arp_find
Eric W. Biederman
2
-66
/
+0
2015-03-02
net: Kill dev_rebuild_header
Eric W. Biederman
16
-306
/
+1
2015-03-02
ax25: Stop depending on arp_find
Eric W. Biederman
1
-12
/
+28
2015-03-02
ax25: Stop calling/abusing dev_rebuild_header
Eric W. Biederman
1
-8
/
+2
2015-03-02
neigh: Move neigh_compat_output into ax25_ip.c
Eric W. Biederman
3
-23
/
+16
2015-03-02
arp: Remove special case to give AX25 it's open arp operations.
Eric W. Biederman
1
-37
/
+0
2015-03-02
ax25: Refactor to use private neighbour operations.
Eric W. Biederman
10
-0
/
+42
2015-03-02
ax25: Make ax25_header and ax25_rebuild_header static
Eric W. Biederman
2
-13
/
+8
2015-03-02
ax25/6pack: Replace sp_header_ops with ax25_header_ops
Eric W. Biederman
1
-27
/
+1
2015-03-02
ax25/kiss: Replace ax_header_ops with ax25_header_ops
Eric W. Biederman
1
-32
/
+1
2015-03-02
rose: Transmit packets in rose_xmit not rose_rebuild_header
Eric W. Biederman
1
-27
/
+11
2015-03-02
rose: Set the destination address in rose_header
Eric W. Biederman
1
-0
/
+3
2015-03-02
ax25: In ax25_rebuild_header add missing kfree_skb
Eric W. Biederman
1
-0
/
+1
2015-03-02
ebpf: move CONFIG_BPF_SYSCALL-only function declarations
Daniel Borkmann
1
-9
/
+9
2015-03-02
filter: refactor common filter attach code into __sk_attach_prog
Daniel Borkmann
1
-38
/
+33
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
75
-442
/
+302
[next]