aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-23vxlan: GRO support at tunnel layerTom Herbert1-2/+7
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert1-14/+9
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. Miller7-57/+83
2015-08-21enic: Fix build failure with SRIOV disabled.David S. Miller1-1/+1
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 Benc1-4/+4
2015-08-20route: move lwtunnel state to dst_entryJiri Benc2-3/+2
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc1-4/+4
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-3/+3
2015-08-20net: xgene Remove xgene specific phy and MAC lookup functionsJeremy Linton1-36/+2
2015-08-20smsc911x: Remove dev==NULL check.Jeremy Linton1-3/+0
2015-08-20Merge tag 'wireless-drivers-next-for-davem-2015-08-19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller188-2728/+7064
2015-08-20rt2x00: use DECLARE_EWMAJohannes Berg3-15/+10
2015-08-20ath5k: use DECLARE_EWMAJohannes Berg5-7/+8
2015-08-20virtio_net: use DECLARE_EWMAJohannes Berg2-12/+11
2015-08-20bnx2x: Fix vxlan endianity issueYuval Mintz1-1/+1
2015-08-20vrf: ndo_add|del_slave drop unnecessary checksNikolay Aleksandrov1-5/+1
2015-08-20vrf: move vrf_insert_slave so we can drop a goto labelNikolay Aleksandrov1-6/+2
2015-08-20vrf: remove unnecessary duplicate checkNikolay Aleksandrov1-8/+0
2015-08-20vrf: don't panic on cache create failureNikolay Aleksandrov1-1/+1
2015-08-20vrf: plug skb leaksNikolay Aleksandrov1-3/+10
2015-08-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller14-59/+236
2015-08-18vrf: simplify the netdev notifier functionNikolay Aleksandrov1-3/+2
2015-08-18vrf: don't check for dstats and rth in uninit pathNikolay Aleksandrov1-4/+2
2015-08-18vrf: drop unused num_slaves memberNikolay Aleksandrov1-2/+0
2015-08-18vrf: drop unnecessary dev refcnt changesNikolay Aleksandrov1-2/+0
2015-08-18hv_netvsc: Fix dereference of nvdev before checkAndrew Schwartzmeyer1-2/+5
2015-08-18cxgb4: memory corruption in debugfsDan Carpenter1-5/+6
2015-08-18enic: Fix namespace pollution causing build errors.David S. Miller3-7/+7
2015-08-18bnx2x: Add vxlan RSS supportRajesh Borundia4-0/+123
2015-08-18dsa: mv88e6xxx: Set DSA mode based on chip abilitiesAndrew Lunn1-5/+8
2015-08-18net: dsa: Add dsa_is_dsa_port() helperAndrew Lunn1-3/+2
2015-08-18ixgbe: TRIVIAL fix up double 'the' and comment styleJacob Keller1-2/+1
2015-08-18ixgbe: Simplify port-specific macrosMark Rustad1-9/+9
2015-08-18igb: make sure SR-IOV init uses the right number of queuesTodd Fujinaka1-2/+7
2015-08-18igbvf: clear buffer_info->dma after dma_unmap_single()Stefan Assmann1-0/+1
2015-08-18igb: Fix a memory leak in igb_probeJia-Ju Bai1-0/+1
2015-08-18e1000e: Modify Tx/Rx configurations to avoid null pointer dereferences in e1000_openJia-Ju Bai1-12/+12
2015-08-18igb: Fix a deadlock in igb_sriov_reinitJia-Ju Bai1-0/+1
2015-08-18e100: Release skb when DMA mapping is failed in e100_xmit_prepareJia-Ju Bai1-1/+4
2015-08-18e100: Add a check after pci_pool_create to avoid null pointer dereferenceJia-Ju Bai1-0/+7
2015-08-18igb: Teardown SR-IOV before unregister_netdev()Alex Williamson1-4/+4
2015-08-18igb: add support for 1512 PHYTodd Fujinaka4-5/+114