summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | netfilter: nf_tables_offload: remove rules when the device unregisterswenxu2019-09-131-1/+1
| | * | netfilter: nft_{fwd,dup}_netdev: add offload supportPablo Neira Ayuso2019-09-102-1/+8
| | * | netfilter: nf_tables_offload: move indirect flow_block callback logic to corePablo Neira Ayuso2019-09-081-4/+3
| * | | Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/sc...David S. Miller2019-09-112-0/+7
| |\ \ \
| | * | | mac80211: allow drivers to set max MTUWen Gong2019-09-111-0/+3
| | * | | cfg80211: add local BSS receive time to survey informationFelix Fietkau2019-08-301-0/+4
| * | | | devlink: add 'reset_dev_on_drv_probe' paramDirk van der Merwe2019-09-101-0/+5
| | |/ / | |/| |
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-09-071-0/+2
| |\ \ \
| | * | | Bluetooth: Add support for utilizing Fast Advertising IntervalSpoorthi Ravishankar Koppad2019-09-051-0/+2
| * | | | net: fib_notifier: move fib_notifier_ops from struct net into per-net structJiri Pirko2019-09-071-3/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-09-071-8/+36
| |\ \ \ \
| | * | | | netfilter: nf_tables: Introduce stateful object update operationFernando Fernandez Mancera2019-09-031-0/+9
| | * | | | netfilter: nft_dynset: support for element deletionAnder Juaristi2019-08-271-1/+9
| | * | | | netfilter: nf_tables: Introduce new 64-bit helper register functionsAnder Juaristi2019-08-261-7/+18
| | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-062-3/+129
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | xsk: add support to allow unaligned chunk placementKevin Laatz2019-08-311-4/+71
| | * | | xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel2019-08-171-0/+18
| | * | | bpf: support cloning sk storage on accept()Stanislav Fomichev2019-08-171-0/+10
| | * | | xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson2019-08-171-1/+32
| * | | | 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
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | 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
OpenPOWER on IntegriCloud