index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-27
ipx: move extern sysctl_ipx_pprop_broadcasting to header file
Fabian Frederick
2
-3
/
+4
2014-10-27
ipv6: include linux/uaccess.h instead of asm/uaccess.h
Fabian Frederick
1
-1
/
+1
2014-10-27
ipv6: replace min/casting by min_t
Fabian Frederick
1
-2
/
+2
2014-10-27
ipv4: remove set but unused variable sha
Fabian Frederick
1
-2
/
+1
2014-10-27
ctcm: replace sscanf by kstrto function
Thomas Richter
1
-4
/
+4
2014-10-27
lcs: replace sscanf by kstrto function
Thomas Richter
1
-5
/
+6
2014-10-27
qeth: s390 ethernet device driver dependency
Thomas Richter
1
-1
/
+1
2014-10-27
qeth: make local functions static in qeth_l3 module
Thomas Richter
2
-8
/
+4
2014-10-27
qeth: fix some trace formating issues
Thomas Richter
3
-5
/
+5
2014-10-27
qeth: qeth_core_main make local functions static
Thomas Richter
2
-19
/
+15
2014-10-27
xen-netfront: always keep the Rx ring full of requests
David Vrabel
1
-191
/
+62
2014-10-25
sunvnet: Remove irqsave/irqrestore on vio.lock
Sowmini Varadhan
1
-25
/
+5
2014-10-25
sunvnet: Use RCU to synchronize port usage with vnet_port_remove()
Sowmini Varadhan
1
-29
/
+33
2014-10-25
sunvnet: NAPIfy sunvnet
Sowmini Varadhan
2
-44
/
+135
2014-10-24
net: llc: include linux/errno.h instead of asm/errno.h
Fabian Frederick
1
-1
/
+1
2014-10-24
lapb: move EXPORT_SYMBOL after functions.
Fabian Frederick
1
-9
/
+8
2014-10-24
net: pxa168_eth: Remove in-driver PHY mangling
Sebastian Hesselbarth
1
-126
/
+0
2014-10-24
net: pxa168_eth: Remove HW auto-negotiaion
Sebastian Hesselbarth
1
-15
/
+85
2014-10-24
net: pxa168_eth: Prepare proper libphy handling
Sebastian Hesselbarth
1
-15
/
+23
2014-10-24
net: pxa168_eth: Provide phy_interface mode on platform_data
Sebastian Hesselbarth
2
-0
/
+3
2014-10-24
phy: marvell: Add support for 88E3016 FastEthernet PHY
Sebastian Hesselbarth
2
-0
/
+47
2014-10-24
natsemi/macsonic: Remove superfluous interrupt disable/restore
Geert Uytterhoeven
1
-4
/
+0
2014-10-24
cirrus/mac89x0: Remove superfluous interrupt disable/restore
Geert Uytterhoeven
1
-6
/
+2
2014-10-24
net: typhoon: Remove redundant casts
Rasmus Villemoes
1
-2
/
+2
2014-10-24
Removed unused function sctp_addr_is_valid()
Sébastien Barré
1
-1
/
+0
2014-10-24
ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fn
Martin KaFai Lau
1
-14
/
+16
2014-10-24
ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit case
Martin KaFai Lau
1
-3
/
+3
2014-10-24
ipv6: Remove BACKTRACK macro
Martin KaFai Lau
1
-30
/
+40
2014-10-24
net: Remove trailing whitespace in tcp.h icmp.c syncookies.c
Kenjiro Nakayama
3
-8
/
+6
2014-10-24
i40e: Bump version
Catherine Sullivan
1
-1
/
+1
2014-10-24
i40e: Moving variable declaration out of the loops
Akeem G Abodunrin
1
-4
/
+3
2014-10-24
i40e: Add 10GBaseT support
Mitch Williams
4
-5
/
+34
2014-10-24
i40e: process link events when setting up switch
Mitch Williams
1
-0
/
+8
2014-10-24
i40e: Fix a bug where Rx would stop after some time
Anjali Singhai Jain
1
-4
/
+20
2014-10-24
i40e/i40evf: Use usleep_range() instead of udelay()
Neerav Parikh
3
-6
/
+6
2014-10-24
i40e/i40evf: Fix whitespace indentation
Jeff Kirsher
2
-2142
/
+2133
2014-10-24
i40e: enable LSE poke and simplify link state
Jesse Brandeburg
1
-23
/
+16
2014-10-24
i40e: mask phy events
Jesse Brandeburg
3
-0
/
+47
2014-10-22
hyperv: Fix the total_data_buflen in send path
Haiyang Zhang
1
-0
/
+1
2014-10-22
amd-xgbe: Fix napi Rx budget accounting
Lendacky, Thomas
1
-8
/
+12
2014-10-22
amd-xgbe: Properly handle feature changes via ethtool
Lendacky, Thomas
1
-1
/
+1
2014-10-22
net: fec: ptp: fix NULL pointer dereference if ptp_clock is not set
Philipp Zabel
1
-1
/
+2
2014-10-22
net: fix saving TX flow hash in sock for outgoing connections
Sathya Perla
2
-4
/
+4
2014-10-22
xfrm6: fix a potential use after free in xfrm6_policy.c
Li RongQing
1
-3
/
+8
2014-10-22
net: fs_enet: set back promiscuity mode after restart
LEROY Christophe
2
-0
/
+6
2014-10-22
net: tso: fix unaligned access to crafted TCP header in helper API
Karl Beldan
1
-1
/
+2
2014-10-22
sfc: remove incorrect EFX_BUG_ON_PARANOID check
Jon Cooper
1
-4
/
+0
2014-10-22
net: sched: initialize bstats syncp
Sabrina Dubroca
1
-1
/
+1
2014-10-22
bpf: fix bug in eBPF verifier
Alexei Starovoitov
2
-1
/
+13
2014-10-22
netlink: Re-add locking to netlink_lookup() and seq walker
Thomas Graf
1
-12
/
+25
[next]