summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: add NDOs for configuring hardware timestampingMaxim Georgiev2023-08-022-0/+24
* sctp: Remove unused function declarationsYue Haibing2023-08-022-5/+0
* net/mlx5e: Make TC and IPsec offloads mutually exclusive on a netdevJianbo Liu2023-08-021-0/+2
* net/mlx5e: Support IPsec packet offload for TX in switchdev modeJianbo Liu2023-08-021-0/+1
* net/mlx5e: Handle IPsec offload for RX datapath in switchdev modeJianbo Liu2023-08-021-0/+3
* net/mlx5e: Support IPsec packet offload for RX in switchdev modeJianbo Liu2023-08-021-0/+1
* net: switchdev: Remove unused typedef switchdev_obj_dump_cb_t()Yue Haibing2023-08-021-2/+0
* ila: Remove unnecessary file net/ila.hYue Haibing2023-08-021-16/+0
* udp: Remove unused function declaration udp_bpf_get_proto()Yue Haibing2023-08-021-1/+0
* tc: flower: Enable offload support IPSEC SPI field.Ratheesh Kannoth2023-08-021-0/+6
* tc: flower: support for SPIRatheesh Kannoth2023-08-021-0/+3
* net: flow_dissector: Add IPSEC dissectorRatheesh Kannoth2023-08-021-0/+9
* virtio_net: support per queue interrupt coalesce commandGavin Li2023-08-011-0/+14
* inet6: Remove unused function declaration udpv6_connect()Yue Haibing2023-08-011-2/+0
* net/sched: wrap open coded Qdics class filter counterPedro Tammela2023-08-011-0/+26
* tcx: Fix splat during dev unregisterMartin KaFai Lau2023-07-311-0/+16
* tcp: Remove unused function declarationsYue Haibing2023-07-311-3/+0
* devlink: Remove unused extern declaration devlink_port_region_destroy()Yue Haibing2023-07-311-2/+0
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-2/+3
* bonding: 3ad: Remove unused declaration bond_3ad_update_lacp_active()YueHaibing2023-07-281-1/+0
* Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski2023-07-284-4/+233
|\
| * net/handshake: Trace events for TLS Alert helpersChuck Lever2023-07-281-0/+160
| * net/handshake: Add helpers for parsing incoming TLS AlertsChuck Lever2023-07-281-0/+4
| * net/handshake: Add API for sending TLS Closure alertsChuck Lever2023-07-281-0/+1
| * net/tls: Add TLS Alert definitionsChuck Lever2023-07-281-0/+42
| * net/tls: Move TLS protocol elements to a separate headerChuck Lever2023-07-282-4/+26
* | Merge tag 'mlx5-updates-2023-07-24' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-07-281-13/+14
|\ \
| * | net/mlx5: Allocate command stats with xarrayShay Drory2023-07-271-1/+1
| * | net/mlx5: Re-organize mlx5_cmd structShay Drory2023-07-271-10/+11
| * | net/mlx5: Devcom, Infrastructure changesRoi Dayan2023-07-271-2/+2
* | | net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr2023-07-282-2/+2
* | | net: convert some netlink netdev iterators to depend on the xarrayJakub Kicinski2023-07-281-0/+3
* | | net: store netdevs in an xarrayJakub Kicinski2023-07-281-1/+3
* | | ynl: regenerate all headersStanislav Fomichev2023-07-281-1/+2
* | | IPv6: add extack info for IPv6 address add/deleteHangbin Liu2023-07-281-1/+1
* | | can: rx-offload: add can_rx_offload_get_echo_skb_queue_tail()Marc Kleine-Budde2023-07-281-1/+4
* | | can: rx-offload: rename rx_offload_get_echo_skb() -> can_rx_offload_get_echo_...Marc Kleine-Budde2023-07-281-3/+3
* | | net: stmmac: Make ptp_clk_freq_config variable type explicitAndrew Halaney2023-07-271-1/+3
* | | Merge tag 'nf-next-23-07-27' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-07-271-7/+3
|\ \ \
| * | | netlink: allow be16 and be32 types in all uint policy checksFlorian Westphal2023-07-271-7/+3
| |/ /
* | | net: datalink: Remove unused declarationsYueHaibing2023-07-271-2/+0
* | | net: Remove unused declaration dev_restart()YueHaibing2023-07-271-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-277-28/+22
|\ \ \ | |/ / |/| |
| * | Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-273-11/+16
| |\ \ | | |/ | |/|
| | * af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima2023-07-251-1/+5
| | * tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith2023-07-241-6/+2
| | * vxlan: calculate correct header length for GPEJiri Benc2023-07-241-4/+9
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-231-1/+1
| |\ \
| | * \ Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-07-231-1/+1
| | |\ \
| | | * | KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier2023-07-131-1/+1