summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-02flow: Move __get_hash_from_flowi{4,6} into flow_dissector.cDavid S. Miller2-36/+35
2015-09-02flow_dissector: Don't use bit fields.David S. Miller2-10/+12
2015-09-02Merge branch 'flow-dissector-features'David S. Miller12-128/+267
2015-09-02flow_dissector: Ignore flow dissector return value from ___skb_get_hashTom Herbert1-9/+3
2015-09-02flow_dissector: Add control/reporting of encapsulationTom Herbert2-0/+17
2015-09-02flow_dissector: Add flag to stop parsing when an IPv6 flow label is seenTom Herbert2-1/+5
2015-09-02flow_dissector: Add flag to stop parsing at L3Tom Herbert2-0/+7
2015-09-02flow_dissector: Support IPv6 fragment headerTom Herbert1-0/+25
2015-09-02flow_dissector: Add control/reporting of fragmentationTom Herbert2-2/+17
2015-09-02flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert9-19/+23
2015-09-02flow_dissector: Jump to exit code in __skb_flow_dissectTom Herbert1-26/+25
2015-09-02flowi: Abstract out functions to get flow hash based on flowiTom Herbert4-4/+69
2015-09-02skbuff: Make __skb_set_sw_hash a general functionTom Herbert3-28/+40
2015-09-02flow_dissector: Move skb related functions to skbuff.hTom Herbert2-50/+47
2015-09-02tg3: Fix temperature reportingJean Delvare1-1/+1
2015-09-02phylib: fix device deletion order in mdiobus_unregister()Mark Salter1-1/+1
2015-09-02net: Make table id type u32David Ahern6-23/+23
2015-09-01tun_dst: Remove opts_sizePravin B Shelar2-2/+0
2015-09-01ipv6: send only one NEWLINK when RA causes changesMarius Tomaschewski1-3/+10
2015-09-01gro_cells: remove spinlock protecting receive queuesEric Dumazet1-13/+5
2015-09-01net: qmi_wwan: Sierra Wireless MC73xx -> Sierra Wireless MC7304/MC7354David Ward1-2/+2
2015-09-01ipv6: send NEWLINK on RA managed/otherconf changesMarius Tomaschewski1-0/+5
2015-09-01Merge branch 'dsa-port-config'David S. Miller17-39/+255
2015-09-01net: phy: fixed_phy: Set phy capabilities even when link down.Andrew Lunn1-25/+48
2015-09-01phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn9-15/+59
2015-09-01dsa: mv88e6xxx: Don't poll forced interfaces for state changesAndrew Lunn1-0/+5
2015-09-01dsa: mv88e6xxx: Set the RGMII delay based on phy interfaceAndrew Lunn2-0/+12
2015-09-01net: dsa: Allow DSA and CPU ports to have a phy-mode propertyAndrew Lunn1-1/+7
2015-09-01net: dsa: Allow configuration of CPU & DSA port speeds/duplexAndrew Lunn1-0/+37
2015-09-01phy: fixed_phy: Set supported speed in phydevAndrew Lunn1-0/+12
2015-09-01dsa: mv88e6xxx: Allow speed/duplex of port to be configuredAndrew Lunn6-0/+64
2015-09-01net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli2-0/+13
2015-08-31mpls: fix mpls_net_init memory leakNikolay Aleksandrov1-1/+3
2015-08-31net: Add tos to validate source tracepointDavid Ahern1-2/+4
2015-08-31lib: move strncpy_from_unsafe() into mm/maccess.cAlexei Starovoitov2-41/+41
2015-08-31Merge branch 'per-route-dctcp-receive-side'David S. Miller8-56/+101
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann7-9/+36
2015-08-31fib, fib6: reject invalid feature bitsDaniel Borkmann3-4/+11
2015-08-31net: fib6: reduce identation in ip6_convert_metricsDaniel Borkmann1-16/+16
2015-08-31net: fib: move metrics parsing to a helperFlorian Westphal1-30/+41
2015-08-31IGMP: Document igmp_link_local_mcast_reportsPhilip Downey1-0/+5
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar16-112/+100
2015-08-31ipv4: fix 32b buildMadalin Bucur1-1/+1
2015-08-31ipv4: Fix 32-bit build.David S. Miller1-2/+2
2015-08-31netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA1-12/+16
2015-08-31Merge branch 'thunderx-features-fixes'David S. Miller9-329/+911
2015-08-31net: thunderx: Support for internal loopback modeSunil Goutham5-0/+97
2015-08-31net: thunderx: Support for upto 96 queues for a VFSunil Goutham5-84/+505
2015-08-31net: thunderx: Rework interrupt handlingSunil Goutham3-72/+102
2015-08-31net: thunderx: Support for HW VLAN strippingSunil Goutham4-7/+55