aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/iw_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/iw_handler.h')
0 files changed, 0 insertions, 0 deletions
692a9a8ca9bcf486de78e2664e869'>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+11 2024-09-04bareudp: Fix device stats updates.Guillaume Nault1-11/+11 2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+1 2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin1-6/+13 2024-03-04net: bareudp: Remove generic .ndo_get_stats64Breno Leitao1-1/+0 2024-03-04net: bareudp: Do not allocate stats in the driverBreno Leitao1-8/+3 2024-02-07bareudp: use exit_batch_rtnl() methodEric Dumazet1-9/+4 2023-10-26bareudp: use ports to lookup routeBeniamino Galvani1-13/+16 2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani1-3/+7 2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani1-3/+2 2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani1-5/+5 2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani1-4/+7 2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani1-2/+2 2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani1-4/+4 2022-03-16bareudp: use ipv6_mod_enabled to check if IPv6 enabledHangbin Liu1-9/+10 2021-12-14bareudp: Add extack support to bareudp_configure()Guillaume Nault1-4/+9 2021-12-13bareudp: Move definition of struct bareudp_conf to bareudp.cGuillaume Nault1-0/+7 2021-12-13bareudp: Remove bareudp_dev_create()Guillaume Nault1-34/+0 2021-10-29net: bareudp: fix duplicate checks of data[] expressionsJean Sacren1-5/+2 2021-08-09bareudp: Fix invalid read beyond skb's linear dataGuillaume Nault1-5/+11 2021-06-28bareudp: allow redirecting bareudp packets to eth devicesGuillaume Nault1-0/+1 2021-03-30bareudp: allow UDP L4 GRO passthrouPaolo Abeni1-0/+1 2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-6/+0 2021-01-18bareudp: add NETIF_F_FRAGLIST flag for dev featuresXin Long1-2/+3 2021-01-11net: bareudp: simplify error paths calling dellinkJakub Kicinski1-6/+2 2021-01-06net: bareudp: add missing error handling for bareudp_link_config()Jakub Kicinski1-8/+14 2021-01-04bareudp: Fix use of incorrect min_headroom sizeTaehee Yoo1-1/+1 2021-01-04bareudp: set NETIF_F_LLTX flagTaehee Yoo1-0/+1 2020-12-02bareudp: constify device_type declarationJonas Bonn1-1/+1 2020-11-09net: switch to dev_get_tstats64Heiner Kallweit1-1/+1 2020-10-06bareudp: use dev_sw_netstats_rx_add()Fabian Frederick1-8/+3 2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio1-2/+3 2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+22 2020-07-28bareudp: forbid mixing IP and MPLS in multiproto modeGuillaume Nault1-7/+22 2020-07-21bareudp: Reverted support to enable & disable rx metadata collectionMartin Varghese1-16/+5 2020-06-28bareudp: Added attribute to enable & disable rx metadata collectionMartin1-6/+17 2020-06-18bareudp: Fixed multiproto mode configurationMartin1-0/+3 2020-06-16bareudp: Fixed configuration to avoid having garbage valuesMartin1-0/+2 2020-05-07net: bareudp: avoid uninitialized variable warningArnd Bergmann1-14/+4 2020-03-11bareudp: Fixed bareudp receive handlingMartin Varghese1-0/+6 2020-03-08bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create()Taehee Yoo1-3/+0 2020-03-08bareudp: print error message when command failsTaehee Yoo1-3/+10 2020-03-08bareudp: add module aliasTaehee Yoo1-0/+1 2020-02-24bareudp: Fix uninitialized variable warnings.David S. Miller1-0/+2 2020-02-24net: Special handling for IP & MPLS.Martin Varghese1-3/+64 2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.Martin Varghese1-0/+743