summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2016-06-08sched: remove qdisc->dropFlorian Westphal-36/+0
2016-06-08sched: remove qdisc_rehape_failFlorian Westphal-19/+0
2016-06-08cbq: remove TCA_CBQ_POLICE supportFlorian Westphal-4/+0
2016-06-08net: Add l3mdev ruleDavid Ahern-2/+34
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli-0/+1
2016-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+1
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann-3/+8
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet-4/+16
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet-11/+4
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim-8/+10
2016-06-07net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim-0/+8
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim-0/+2
2016-06-06net_sched: keep backlog updated with qlenWANG Cong-1/+4
2016-06-06ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni-1/+1
2016-06-04net: dsa: Add new binding implementationAndrew Lunn-0/+20
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn-1/+7
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn-1/+8
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn-5/+4
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn-0/+1
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn-2/+6
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner-0/+9
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-2/+4
2016-06-01udp: avoid csum_partial() for validated skbEric Dumazet-2/+2
2016-05-31cfg80211: Advertise extended capabilities per interface type to userspaceKanchanapally, Vidyullatha-1/+27
2016-05-31cfg80211: Allow cfg80211_connect_result() errors to be distinguishedJouni Malinen-13/+40
2016-05-29ipv6: hide ip6_encap_hlen/ip6_tnl_encap definitionsArnd Bergmann-1/+2
2016-05-25netfilter: nf_queue: Make the queue_handler pernetEric W. Biederman-2/+4
2016-05-24net_sched: avoid too many hrtimer_start() callsEric Dumazet-0/+1
2016-05-20net: sock: move ->sk_shutdown out of bitfields.Andrey Ryabinin-1/+8
2016-05-20ip4ip6: Support for GSO/GROTom Herbert-0/+5
2016-05-20fou: Add encap ops for IPv6 tunnelsTom Herbert-1/+1
2016-05-20ip6_tun: Add infrastructure for doing encapsulationTom Herbert-0/+58
2016-05-20fou: Split out {fou,gue}_build_headerTom Herbert-4/+4
2016-05-20net: Cleanup encap items in ip_tunnels.hTom Herbert-18/+58
2016-05-20mlx5: avoid unused variable warningArnd Bergmann-1/+1
2016-05-17switchdev: pass pointer to fib_info instead of copyJiri Pirko-1/+1
2016-05-16netlink: kill nla_put_u64()Nicolas Dichtel-12/+2
2016-05-16net/sched: cls_flower: Hardware offloaded filters statistics supportAmir Vadai-0/+1
2016-05-16net/sched: Enable netdev drivers to update statistics of offloaded actionsAmir Vadai-2/+30
2016-05-16net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar-0/+17
2016-05-16net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file.Samudrala, Sridhar-3/+0
2016-05-12gre: Fix wrong tpi->proto in WCCPHaishuang Yan-1/+1
2016-05-12Merge tag 'mac80211-next-for-davem-2016-05-12' of git://git.kernel.org/pub/sc...David S. Miller-8/+77
2016-05-12mac80211: allow software PS-Poll/U-APSD with AP_LINK_PSJohannes Berg-0/+27
2016-05-12cfg80211: make wdev_list accessible to driversJohannes Berg-0/+5
2016-05-12cfg80211: allow finding vendor with OUI without specifying the OUI typeEmmanuel Grumbach-2/+2
2016-05-12mac80211: allow same PN for AMSDU sub-framesSara Sharon-1/+5
2016-05-11Merge tag 'nfc-next-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller-3/+14
2016-05-11dsa: Rename switch chip data to cdAndrew Lunn-2/+2
2016-05-11dsa: Remove master_dev from switch structureAndrew Lunn-5/+2