summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: create tc_can_offload_extack() wrapperQuentin Monnet2018-01-221-0/+11
* net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet2018-01-221-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-212-41/+15Star
|\
| * netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma2018-01-191-2/+9
| * netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2018-01-101-21/+2Star
| * netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-102-9/+2Star
| * netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso2018-01-102-4/+5
| * netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso2018-01-101-6/+0Star
| * netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-101-2/+0Star
* | net: sched: cls: add extack support for tcf_change_indevAlexander Aring2018-01-191-2/+5
* | net: sched: cls: add extack support for delete callbackAlexander Aring2018-01-191-1/+2
* | net: sched: cls: add extack support for tcf_exts_validateAlexander Aring2018-01-191-1/+2
* | net: sched: cls: add extack support for change callbackAlexander Aring2018-01-191-1/+2
* | net: sched: cls: fix code style issuesAlexander Aring2018-01-191-1/+2
* | tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng2018-01-191-0/+1
* | caif: reduce stack size with KASANArnd Bergmann2018-01-191-0/+27
* | vxlan: Fix trailing semicolonLuis de Bethencourt2018-01-171-1/+1
* | net: sched: introduce ingress/egress block index attributes for qdiscJiri Pirko2018-01-171-0/+7
* | net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko2018-01-171-0/+18
* | net: sched: remove classid and q fields from tcf_protoJiri Pirko2018-01-171-2/+0Star
* | net: sched: introduce block mechanism to handle netif_keep_dst callsJiri Pirko2018-01-172-0/+3
* | net: sched: introduce shared filter blocks infrastructureJiri Pirko2018-01-172-0/+9
* | net: sched: introduce support for multiple filter chain pointers registrationJiri Pirko2018-01-171-2/+1Star
* | net: sched: red: don't reset the backlog on every stat dumpJakub Kicinski2018-01-171-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-174-1/+7
|\ \
| * | net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann2018-01-161-0/+2
| * | Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-01-161-0/+2
| |\ \
| | * | mac80211_hwsim: validate number of different channelsJohannes Berg2018-01-151-0/+2
| * | | ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-151-0/+3
| * | | net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-151-1/+1
| |/ /
* | | net: remove prototype of qdisc_lookup_class()Jakub Kicinski2018-01-161-1/+0Star
* | | devlink: Add relation between dpipe and resourceArkadi Sharshevsky2018-01-161-0/+17
* | | devlink: Add support for reloadArkadi Sharshevsky2018-01-161-0/+1
* | | devlink: Add support for resource abstractionArkadi Sharshevsky2018-01-161-0/+96
* | | devlink: Add per devlink instance lockArkadi Sharshevsky2018-01-161-0/+1
* | | Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub...David S. Miller2018-01-151-2/+2
|\ \ \
| * | | can: af_can: give struct holding the CAN per device receive lists a sensible ...Marc Kleine-Budde2018-01-051-2/+2
* | | | net: Convert atomic_t net::count to refcount_tKirill Tkhai2018-01-151-4/+4
* | | | net: sch: prio: Add offload ability to PRIO qdiscNogah Frankel2018-01-141-0/+25
* | | | net: sch: red: Change the name of the stats struct to be genericNogah Frankel2018-01-101-5/+6
* | | | ipv6: Add support for non-equal-cost multipathIdo Schimmel2018-01-101-0/+1
* | | | ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel2018-01-102-0/+8
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-092-2/+2
|\ \ \ | | |/ | |/|
| * | sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-081-1/+1
| * | vxlan: trivial indenting fix.William Tu2018-01-031-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-0912-89/+249
|\ \ \
| * | | netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso2018-01-081-0/+5
| * | | netfilter: flow table support for IPv6Pablo Neira Ayuso2018-01-081-0/+2
| * | | netfilter: add generic flow table infrastructurePablo Neira Ayuso2018-01-081-0/+94
| * | | netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso2018-01-082-0/+71