summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* genetlink: remove ops_list from genetlink header.Rosen, Rami2017-06-051-1/+0
* neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan2017-06-041-0/+1
* net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()Florian Fainelli2017-06-041-1/+1
* net/flow_dissector: add support for dissection of misc ip header fieldsOr Gerlitz2017-06-041-0/+11
* sctp: merge sctp_stream_new and sctp_stream_initXin Long2017-06-021-2/+2
* sctp: define the member stream as an object instead of pointer in asocXin Long2017-06-021-1/+2
* net: dsa: remove dsa_uses_tagged_protocolVivien Didelot2017-06-011-7/+1
* net: dsa: comment hot path requirementsVivien Didelot2017-06-011-0/+3
* dsa: add support for Microchip KSZ tail taggingWoojung Huh2017-05-311-0/+1
* sched: add helper for updating statistics on all actionsJakub Kicinski2017-05-311-0/+19
* net: dsa: remove dev arg of dsa_register_switchVivien Didelot2017-05-311-1/+1
* net: add extack arg to lwtunnel build stateDavid Ahern2017-05-301-3/+6
* net: lwtunnel: Add extack to encap attr validationDavid Ahern2017-05-301-4/+9
* net: ipv4: Add extack message for invalid prefix or lengthDavid Ahern2017-05-301-1/+2
* bonding: Prevent duplicate userspace notificationVlad Yasevich2017-05-271-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-264-16/+27
|\
| * ipv4: add reference counting to metricsEric Dumazet2017-05-262-6/+12
| * Merge tag 'mlx5-fixes-2017-05-23' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-05-241-0/+15
| |\
| | * net/sched: act_csum: Add accessors for offloading driversOr Gerlitz2017-05-231-0/+15
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-05-231-10/+0
| |\ \ | | |/ | |/|
| | * xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-05-041-10/+0
* | | net: ipv4: Save trie prefix to fib lookup resultDavid Ahern2017-05-261-0/+1
* | | net: ipv4: refactor ip_route_input_norefDavid Ahern2017-05-261-0/+3
* | | net: ipv4: refactor __ip_route_output_key_hashDavid Ahern2017-05-261-3/+6
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-05-251-0/+8
|\ \ \
| * | | Bluetooth: Set LE Default PHY preferencesMarcel Holtmann2017-05-181-0/+7
| * | | Bluetooth: Enable LE Channel Selection Algorithm eventMarcel Holtmann2017-05-181-0/+1
* | | | net_sched: only create filter chains for new filters/actionsWANG Cong2017-05-251-1/+2
* | | | net: flow_dissector: add support for dissection of tcp flagsJiri Pirko2017-05-241-0/+9
* | | | net: make struct request_sock_ops::obj_size unsignedAlexey Dobriyan2017-05-231-1/+1
* | | | net: make struct inet_frags::qsize unsignedAlexey Dobriyan2017-05-231-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-222-1/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-212-1/+5
| |\ \ \
| | * | | netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-151-1/+1
| | * | | netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang2017-05-151-0/+2
| | * | | netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-151-0/+2
* | | | | net: dsa: move notifier info to private headerVivien Didelot2017-05-221-10/+0
* | | | | net: ipv6: Plumb extack through route add functionsDavid Ahern2017-05-222-2/+3
* | | | | net: ipv4: Plumb extack through route add functionsDavid Ahern2017-05-221-1/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-181-2/+2
|\| | | |
| * | | | net: x25: fix one potential use-after-free issuelinzhang2017-05-181-2/+2
* | | | | net: dsa: use switchdev_obj_dump_cb_t everywhereVivien Didelot2017-05-181-3/+3
* | | | | net: dsa: include switchdev.h only onceVivien Didelot2017-05-181-6/+1
* | | | | net: make struct dst_entry::dev first memberAlexey Dobriyan2017-05-181-1/+1
| |_|/ / |/| | |
* | | | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-9/+50
* | | | tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet2017-05-171-2/+2
* | | | tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-171-1/+1
* | | | tcp: introduce tcp_jiffies32Eric Dumazet2017-05-171-5/+8
* | | | net: sched: add termination action to allow goto chainJiri Pirko2017-05-172-2/+8
* | | | net: sched: push tp down to action initJiri Pirko2017-05-171-6/+6