summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv6: export several functionsAlexander Aring2016-06-162-0/+19
* ipv6: introduce neighbour discovery opsAlexander Aring2016-06-161-3/+194
* ndisc: add __ndisc_opt_addr_data functionAlexander Aring2016-06-161-4/+10
* ndisc: add __ndisc_opt_addr_space functionAlexander Aring2016-06-161-2/+7
* 6lowpan: add 802.15.4 short addr slaacAlexander Aring2016-06-162-0/+9
* 6lowpan: add private neighbour dataAlexander Aring2016-06-161-0/+10
* net_sched: add the ability to defer skb freeingEric Dumazet2016-06-151-4/+12
* net_sched: make tcf_hash_check() booleanWANG Cong2016-06-151-2/+2
* net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern2016-06-151-0/+2
* net: l3mdev: Remove const from flowi6 arg to get_rt6_dstDavid Ahern2016-06-151-3/+3
* net_sched: remove generic throttled managementEric Dumazet2016-06-112-18/+2
* Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...David S. Miller2016-06-112-19/+80
|\
| * mac80211: implement codel on fair queuing flowsMichal Kazior2016-06-091-1/+13
| * mac80211: skip netdev queue control with software queuingMichal Kazior2016-06-091-4/+0
| * cfg80211: Advertise extended capabilities per interface type to userspaceKanchanapally, Vidyullatha2016-05-311-1/+27
| * cfg80211: Allow cfg80211_connect_result() errors to be distinguishedJouni Malinen2016-05-311-13/+40
* | tcp: add in_flight to tcp_skb_cbLawrence Brakmo2016-06-111-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-106-7/+18
|\ \
| * | packet: compat support for sock_fprogWillem de Bruijn2016-06-101-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-081-1/+1
| |\ \
| | * | ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni2016-06-061-1/+1
| * | | net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-082-3/+8
| * | | net_sched: keep backlog updated with qlenWANG Cong2016-06-071-1/+4
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-022-2/+4
| |\ \
| | * | netfilter: nf_queue: Make the queue_handler pernetEric W. Biederman2016-05-252-2/+4
* | | | net: sched: fix qdisc->running lockdep annotationsEric Dumazet2016-06-091-1/+5
* | | | sched: place state, next_sched and gso_skb in same cacheline againFlorian Westphal2016-06-091-2/+2
* | | | sched: remove qdisc->dropFlorian Westphal2016-06-091-36/+0
* | | | sched: remove qdisc_rehape_failFlorian Westphal2016-06-091-19/+0
* | | | cbq: remove TCA_CBQ_POLICE supportFlorian Westphal2016-06-091-4/+0
* | | | net: Add l3mdev ruleDavid Ahern2016-06-082-2/+34
* | | | net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli2016-06-081-0/+1
* | | | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-082-4/+16
* | | | net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-081-11/+4
* | | | net sched: indentation and other OCD stylistic fixesJamal Hadi Salim2016-06-082-8/+10
* | | | net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim2016-06-081-0/+8
* | | | net sched actions: introduce timestamp for firsttime useJamal Hadi Salim2016-06-081-0/+2
* | | | net: dsa: Add new binding implementationAndrew Lunn2016-06-041-0/+20
* | | | net: dsa: Refactor selection of tag ops into a functionAndrew Lunn2016-06-041-1/+7
* | | | net: dsa: Copy the routing table into the switch structureAndrew Lunn2016-06-041-1/+8
* | | | net: dsa: Remove dynamic allocate of routing tableAndrew Lunn2016-06-041-5/+4
* | | | net: dsa: Move port device node into port structureAndrew Lunn2016-06-041-0/+1
* | | | net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn2016-06-041-2/+6
* | | | sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-042-0/+9
* | | | udp: avoid csum_partial() for validated skbEric Dumazet2016-06-021-2/+2
|/ / /
* | | ipv6: hide ip6_encap_hlen/ip6_tnl_encap definitionsArnd Bergmann2016-05-301-1/+2
* | | net_sched: avoid too many hrtimer_start() callsEric Dumazet2016-05-241-0/+1
* | | net: sock: move ->sk_shutdown out of bitfields.Andrey Ryabinin2016-05-211-1/+8
* | | ip4ip6: Support for GSO/GROTom Herbert2016-05-211-0/+5
* | | fou: Add encap ops for IPv6 tunnelsTom Herbert2016-05-211-1/+1