aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-20ip_tunnels: use u8/u16/u32Jiri Benc1-8/+8
2015-08-20ip_tunnels: remove custom alignment and packingJiri Benc1-1/+1
2015-08-20net: xgene Remove xgene specific phy and MAC lookup functionsJeremy Linton1-36/+2
2015-08-20net: Fix nexthop lookupsDavid Ahern1-1/+8
2015-08-20bridge: fix netlink max attr sizeScott Feldman1-1/+1
2015-08-20smsc911x: Remove dev==NULL check.Jeremy Linton1-3/+0
2015-08-20device property: Add ETH_ALEN check, update comments.Jeremy Linton1-8/+13
2015-08-20ipv4: Make fib_encap_match staticYing Xue1-3/+3
2015-08-20average: remove out-of-line implementationJohannes Berg3-98/+0
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-19vrf: vrf_master_ifindex_rcu is not always called with rcu read lockNikolay Aleksandrov2-4/+20
2015-08-19lwtunnel: Fix the sparse warnings in fib_encap_matchYing Xue1-0/+4
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 Aleksandrov2-3/+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-18lwtunnel: ip tunnel: fix multiple routes with different encapJiri Benc1-0/+7
2015-08-18lwtunnel: fix memory leakJiri Benc2-5/+12
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 Lunn2-3/+7
2015-08-18net: dsa: Allow multi hop routes to be expressedAndrew Lunn2-16/+57
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
2015-08-18igb: implement high frequency periodic output signalsRichard Cochran2-20/+54
2015-08-18igb: do not re-init SR-IOV during probeStefan Assmann1-1/+1
2015-08-18igb: missing rtnl_unlock in igb_sriov_reinit()Vasily Averin1-0/+1