aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-21net/phy: micrel: Add OF configuration support for ksz9021Sean Cross2-1/+151
2013-08-20net: ipv6: mcast: minor: use defines for rfc3810/8.1 lengthsDaniel Borkmann1-3/+6
2013-08-20net: ipv6: minor: *_start_timer: rather use unsigned longDaniel Borkmann1-5/+5
2013-08-20net: ipv6: igmp6_event_query: use msecs_to_jiffiesDaniel Borkmann1-6/+5
2013-08-20net: cpsw: Add support for wake-on-lan for cpswMatus Ujhelyi1-0/+25
2013-08-20drivers: net: cpsw: remove platform data header file of cpswMugunthan V N2-8/+6
2013-08-20ip6_tunnel: ensure to always have a link local addressNicolas Dichtel2-42/+18
2013-08-20Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c"David S. Miller1-14/+10
2013-08-20bcm63xx_enet: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall1-5/+5
2013-08-20net: davinci_mdio: use platform_{get,set}_drvdata()Libo Chen1-2/+1
2013-08-20net: xilinx_emaclite: use platform_{get,set}_drvdata()Libo Chen1-2/+1
2013-08-20net: sunhme: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-08-20net: sunbmac: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-08-20net: fec_mpc52xx_phy: use platform_{get,set}_drvdata()Libo Chen1-2/+1
2013-08-20net: ucc_geth: use platform_{get,set}_drvdata()Libo Chen1-2/+1
2013-08-20net: fsl_pq_mdio: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-08-20sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov10-18/+7
2013-08-20sh_eth: get register layout from 'struct sh_eth_cpu_data'Sergei Shtylyov2-1/+22
2013-08-20SolutionEngine7724: fix Ether supportSergei Shtylyov1-1/+3
2013-08-20SH7619: fix Ether supportSergei Shtylyov1-2/+10
2013-08-20ipip: dereferencing an ERR_PTR in ip_tunnel_init_net()Dan Carpenter1-4/+4
2013-08-20myri10ge: Add support for ndo_busy_pollHyong-Youb Kim1-2/+198
2013-08-20ipv4: raise IP_MAX_MTU to theoretical limitEric Dumazet1-5/+3
2013-08-20vhost: Include linux/uio.h instead of linux/socket.hAsias He1-1/+1
2013-08-20tcp: trivial: Remove nocache argument from tcp_v4_send_synackChristoph Paasch1-3/+2
2013-08-20pch_gbe: ethtool cannot change parameters when link is downAnders Larsen1-0/+1
2013-08-20moxa: fix missing unlock on error in moxart_mac_start_xmit()Wei Yongjun1-4/+6
2013-08-20sundance: Add myself as a maintainerDenis Kirjanov1-0/+6
2013-08-20sundance: Add netpoll supportDenis Kirjanov1-0/+14
2013-08-20ipv6: fix checkpatch errors in net/ipv6/addrconf.cdingtianhong1-10/+14
2013-08-20ipv6: convert the uses of ADBG and remove the superfluous parenthesesdingtianhong1-11/+11
2013-08-20vxlan: using kfree_rcu() to simplify the codeWei Yongjun1-7/+1
2013-08-20r8169,sis190: remove unnecessary length checkPeter Wu2-6/+0
2013-08-20drivers/net: enic: Generate notification of hardware crashNeel Patel2-1/+2
2013-08-20drivers/net: enic: Add an interface for USNIC to interact with firmwareNeel Patel5-1/+83
2013-08-20drivers/net: enic: Adding support for Cisco Low Latency NICNeel Patel7-17/+197
2013-08-206lowpan: handle context based source addressAlexander Aring1-3/+46
2013-08-206lowpan: lowpan_uncompress_addr with address_modeAlexander Aring2-71/+82
2013-08-206lowpan: add function to uncompress multicast addrAlexander Aring1-19/+59
2013-08-206lowpan: introduce lowpan_fetch_skb functionAlexander Aring1-0/+12
2013-08-206lowpan: Fix fragmentation with link-local compressed addressesDavid Hauweele1-0/+6
2013-08-206lowpan: init ipv6hdr buffer to zeroAlexander Aring1-11/+1
2013-08-20qlcnic: Update version to 5.3.47Himanshu Madhani1-3/+3
2013-08-20qlcnic: Add support for 84xx adapters to load firmware from filePratik Pujar2-2/+28
2013-08-20qlcnic: Loopback Inter Driver Communication AEN handlerManish Chopra2-9/+37
2013-08-20qlcnic: Add PVID support for 84xx adaptersManish Chopra2-7/+14
2013-08-20qlcnic: Enable support for 844X adapterManish Chopra3-7/+23
2013-08-20openvswitch: Add vxlan tunneling support.Pravin B Shelar6-0/+236
2013-08-20vxlan: Add tx-vlan offload support.Pravin B Shelar1-1/+15
2013-08-20vxlan: Improve vxlan headroom calculation.Pravin B Shelar1-4/+9