aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-24fjes: raise_intr_rxdata_taskTaku Izumi2-0/+67
2015-08-24fjes: net_device_ops.ndo_start_xmitTaku Izumi4-0/+245
2015-08-24fjes: net_device_ops.ndo_open and .ndo_stopTaku Izumi5-0/+439
2015-08-24fjes: buffer address regist/unregistration routineTaku Izumi2-1/+194
2015-08-24fjes: ES information acquisition routineTaku Izumi3-0/+148
2015-08-24fjes: platform_driver's .probe and .remove routineTaku Izumi2-0/+119
2015-08-24fjes: Hardware cleanup routineTaku Izumi2-0/+67
2015-08-24fjes: Hardware initialization routineTaku Izumi5-1/+650
2015-08-24fjes: Introduce FUJITSU Extended Socket Network Device driverTaku Izumi5-0/+284
2015-08-243c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron1-3/+20
2015-08-24Merge branch 'ila-precompute'David S. Miller7-10/+40
2015-08-24ila: Precompute checksum difference for translationsTom Herbert1-0/+18
2015-08-24lwt: Add cfg argument to build_stateTom Herbert7-10/+22
2015-08-23net: phy: add interrupt support for aquantia phyShaohui Xie1-0/+49
2015-08-23Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller29-61/+2180
2015-08-23route: fix breakage after moving lwtunnel stateJiri Benc1-2/+5
2015-08-23Merge tag 'linux-can-next-for-4.3-20150820' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller2-5/+5
2015-08-23Merge branch 'tipc-failover-fixes'David S. Miller2-8/+24
2015-08-23tipc: fix stale link problem during synchronizationJon Paul Maloy2-3/+12
2015-08-23tipc: interrupt link synchronization when a link goes downJon Paul Maloy2-4/+9
2015-08-23tipc: eliminate risk of premature link setup during failoverJon Paul Maloy1-1/+3
2015-08-23Merge branch 'nps_enet_fixes'David S. Miller2-38/+19
2015-08-23NET: nps_enet: minor namespace cleanupNoam Camus1-3/+4
2015-08-23NET: nps_enet: TX done acknowledge.Noam Camus1-0/+3
2015-08-23NET: nps_enet: drop control framesNoam Camus1-4/+4
2015-08-23NET: nps_enet: TX done race conditionNoam Camus1-7/+3
2015-08-23NET: nps_enet: replace use of cause registerNoam Camus2-24/+5
2015-08-23Merge branch 'gro_tunnels'David S. Miller4-45/+62
2015-08-23fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacksTom Herbert1-1/+1
2015-08-23vxlan: GRO support at tunnel layerTom Herbert2-2/+8
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert3-42/+53
2015-08-23net/xen-netfront: only clean up queues if presentChas Williams1-2/+3
2015-08-23net: dsa: mv88e6xxx: set 802.1Q mode to FallbackVivien Didelot1-1/+1
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller110-785/+840
2015-08-21enic: Fix build failure with SRIOV disabled.David S. Miller1-1/+1
2015-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller44-450/+1319
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso855-7762/+24295
2015-08-20Merge tag 'pm+acpi-4.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-5/+17
2015-08-20Merge branch 'lwt-ipv6'David S. Miller30-233/+312
2015-08-20ipv6: route: per route IP tunnel metadata via lightweight tunnelJiri Benc2-0/+118
2015-08-20ipv6: route: extend flow representation with tunnel keyJiri Benc2-0/+7
2015-08-20vxlan: metadata based tunneling for IPv6Jiri Benc1-29/+40
2015-08-20vxlan: do not shadow flags variableJiri Benc1-4/+4
2015-08-20vxlan: provide access function for vxlan socket address familyJiri Benc2-4/+9
2015-08-20ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc4-6/+11
2015-08-20ipv6: drop metadata dst in ip6_route_inputJiri Benc1-0/+1
2015-08-20route: move lwtunnel state to dst_entryJiri Benc17-130/+48
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc8-26/+26
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc10-32/+48
2015-08-20ip_tunnels: use offsetofendJiri Benc1-3/+1