summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-27ipx: move extern sysctl_ipx_pprop_broadcasting to header fileFabian Frederick2-3/+4
2014-10-27ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick1-1/+1
2014-10-27ipv6: replace min/casting by min_tFabian Frederick1-2/+2
2014-10-27ipv4: remove set but unused variable shaFabian Frederick1-2/+1
2014-10-27ctcm: replace sscanf by kstrto functionThomas Richter1-4/+4
2014-10-27lcs: replace sscanf by kstrto functionThomas Richter1-5/+6
2014-10-27qeth: s390 ethernet device driver dependencyThomas Richter1-1/+1
2014-10-27qeth: make local functions static in qeth_l3 moduleThomas Richter2-8/+4
2014-10-27qeth: fix some trace formating issuesThomas Richter3-5/+5
2014-10-27qeth: qeth_core_main make local functions staticThomas Richter2-19/+15
2014-10-27xen-netfront: always keep the Rx ring full of requestsDavid Vrabel1-191/+62
2014-10-25sunvnet: Remove irqsave/irqrestore on vio.lockSowmini Varadhan1-25/+5
2014-10-25sunvnet: Use RCU to synchronize port usage with vnet_port_remove()Sowmini Varadhan1-29/+33
2014-10-25sunvnet: NAPIfy sunvnetSowmini Varadhan2-44/+135
2014-10-24net: llc: include linux/errno.h instead of asm/errno.hFabian Frederick1-1/+1
2014-10-24lapb: move EXPORT_SYMBOL after functions.Fabian Frederick1-9/+8
2014-10-24net: pxa168_eth: Remove in-driver PHY manglingSebastian Hesselbarth1-126/+0
2014-10-24net: pxa168_eth: Remove HW auto-negotiaionSebastian Hesselbarth1-15/+85
2014-10-24net: pxa168_eth: Prepare proper libphy handlingSebastian Hesselbarth1-15/+23
2014-10-24net: pxa168_eth: Provide phy_interface mode on platform_dataSebastian Hesselbarth2-0/+3
2014-10-24phy: marvell: Add support for 88E3016 FastEthernet PHYSebastian Hesselbarth2-0/+47
2014-10-24natsemi/macsonic: Remove superfluous interrupt disable/restoreGeert Uytterhoeven1-4/+0
2014-10-24cirrus/mac89x0: Remove superfluous interrupt disable/restoreGeert Uytterhoeven1-6/+2
2014-10-24net: typhoon: Remove redundant castsRasmus Villemoes1-2/+2
2014-10-24Removed unused function sctp_addr_is_valid()Sébastien Barré1-1/+0
2014-10-24ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau1-14/+16
2014-10-24ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit caseMartin KaFai Lau1-3/+3
2014-10-24ipv6: Remove BACKTRACK macroMartin KaFai Lau1-30/+40
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama3-8/+6
2014-10-24i40e: Bump versionCatherine Sullivan1-1/+1
2014-10-24i40e: Moving variable declaration out of the loopsAkeem G Abodunrin1-4/+3
2014-10-24i40e: Add 10GBaseT supportMitch Williams4-5/+34
2014-10-24i40e: process link events when setting up switchMitch Williams1-0/+8
2014-10-24i40e: Fix a bug where Rx would stop after some timeAnjali Singhai Jain1-4/+20
2014-10-24i40e/i40evf: Use usleep_range() instead of udelay()Neerav Parikh3-6/+6
2014-10-24i40e/i40evf: Fix whitespace indentationJeff Kirsher2-2142/+2133
2014-10-24i40e: enable LSE poke and simplify link stateJesse Brandeburg1-23/+16
2014-10-24i40e: mask phy eventsJesse Brandeburg3-0/+47
2014-10-22hyperv: Fix the total_data_buflen in send pathHaiyang Zhang1-0/+1
2014-10-22amd-xgbe: Fix napi Rx budget accountingLendacky, Thomas1-8/+12
2014-10-22amd-xgbe: Properly handle feature changes via ethtoolLendacky, Thomas1-1/+1
2014-10-22net: fec: ptp: fix NULL pointer dereference if ptp_clock is not setPhilipp Zabel1-1/+2
2014-10-22net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla2-4/+4
2014-10-22xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing1-3/+8
2014-10-22net: fs_enet: set back promiscuity mode after restartLEROY Christophe2-0/+6
2014-10-22net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan1-1/+2
2014-10-22sfc: remove incorrect EFX_BUG_ON_PARANOID checkJon Cooper1-4/+0
2014-10-22net: sched: initialize bstats syncpSabrina Dubroca1-1/+1
2014-10-22bpf: fix bug in eBPF verifierAlexei Starovoitov2-1/+13
2014-10-22netlink: Re-add locking to netlink_lookup() and seq walkerThomas Graf1-12/+25