summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-022-1/+4
|\
| * net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2019-08-281-0/+1
| * net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-08-271-1/+3
* | devlink: Make port index data type as unsigned intParav Pandit2019-08-311-1/+1
* | net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti2019-08-311-0/+17
* | tcp: ulp: add functions to dump ulp-specific informationDavide Caratti2019-08-311-0/+3
* | net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2019-08-312-3/+8
* | udp: Remove unlikely() from IS_ERR*() conditionDenis Efremov2019-08-301-1/+1
* | ipv6: shrink struct ipv6_mc_socklistEric Dumazet2019-08-281-1/+1
* | sctp: make ecn flag per netns and endpointXin Long2019-08-272-1/+5
* | net: dsa: remove bitmap operationsVivien Didelot2019-08-271-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-274-9/+3
|\|
| * nexthop: Fix nexthop_num_path for blackhole nexthopsDavid Ahern2019-08-251-6/+0
| * net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2019-08-241-1/+1
| * trivial: netns: fix typo in 'struct net.passive' descriptionMike Rapoport2019-08-211-1/+1
| * ipv6: Fix return value of ipv6_mc_may_pull() for malformed packetsStefano Brivio2019-08-191-1/+1
* | net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov2019-08-261-0/+17
* | net: sched: take reference to action dev before calling offloadsVlad Buslov2019-08-261-0/+2
* | net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov2019-08-261-1/+1
* | net: sched: add API for registering unlocked offload block callbacksVlad Buslov2019-08-262-0/+2
* | net: sched: notify classifier on successful offload add/deleteVlad Buslov2019-08-261-0/+4
* | net: sched: refactor block offloads counter usageVlad Buslov2019-08-262-32/+16
* | net: sched: change tcf block offload counter type to atomic_tVlad Buslov2019-08-261-3/+4
* | net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov2019-08-261-0/+2
* | net/mlx5e: Add tc flower tracepointsDmytro Linkin2019-08-211-0/+1
* | nl80211: Add support for EDMG channelsAlexei Avshalom Lazar2019-08-211-2/+84
* | cfg80211: Support assoc-at timer in sta-infoBen Greear2019-08-211-0/+2
* | sctp: add sctp_auth_init and sctp_auth_freeXin Long2019-08-191-0/+2
* | sctp: add asconf_enable in struct sctp_endpointXin Long2019-08-191-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-198-9/+23
|\|
| * netfilter: nf_tables: map basechain priority to hardware priorityPablo Neira Ayuso2019-08-181-0/+2
| * net: sched: use major priority number as hardware priorityPablo Neira Ayuso2019-08-181-1/+1
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-08-171-0/+1
| |\
| | * Bluetooth: Add debug setting for changing minimum encryption key sizeMarcel Holtmann2019-08-171-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-08-151-2/+7
| |\ \
| | * | netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso2019-08-091-2/+7
| * | | netlink: Fix nlmsg_parse as a wrapper for strict message parsingDavid Ahern2019-08-131-3/+2
| | |/ | |/|
| * | sock: make cookie generation global instead of per netnsDaniel Borkmann2019-08-091-1/+0
| * | net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-1/+9
| * | inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-081-1/+1
* | | Documentation: Add devlink-trap documentationIdo Schimmel2019-08-171-0/+6
* | | devlink: Add generic packet traps and groupsIdo Schimmel2019-08-171-0/+40
* | | devlink: Add packet trap infrastructureIdo Schimmel2019-08-171-0/+129
* | | drop_monitor: Add basic infrastructure for hardware dropsIdo Schimmel2019-08-171-0/+33
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2019-08-1327-4/+121
|\ \ \
| * | | netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden2019-08-1310-0/+36
| * | | netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-...Jeremy Sowden2019-08-134-0/+31
| * | | netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file.Jeremy Sowden2019-08-131-0/+4
| * | | netfilter: add missing IS_ENABLED(CONFIG_BRIDGE_NETFILTER) checks to header-f...Jeremy Sowden2019-08-131-0/+8
| * | | netfilter: add missing includes to a number of header-files.Jeremy Sowden2019-08-1316-3/+40