aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller2019-09-051-7/+7
|\
| * can: netns: remove "can_" prefix from members struct netns_canMarc Kleine-Budde2019-09-041-3/+3
| * can: netns: give members of struct netns_can holding the statistics a sensibl...Marc Kleine-Budde2019-09-041-2/+2
| * can: netns: give structs holding the CAN statistics a sensible nameMarc Kleine-Budde2019-09-041-4/+4
* | net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski2019-09-051-6/+32
* | net/tls: use the full sk_proto pointerJakub Kicinski2019-09-051-10/+0
* | Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht2019-09-051-2/+2
* | devlink: Add new info version tags for ASIC and FWShannon Nelson2019-09-051-0/+7
|/
* 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