aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-17netem: add prng attribute to netem_sched_dataFrançois Michel1-0/+1
2023-08-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-3/+49
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee1-13/+51
2023-08-16net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu1-2/+7
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet1-6/+4
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2-5/+4
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet4-6/+6
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet2-3/+5
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-2/+3
2023-08-16inet: introduce inet->inet_flagsEric Dumazet1-11/+44
2023-08-15Merge tag 'mlx5-updates-2023-08-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-113/+3
2023-08-15genetlink: add genlmsg_iput() APIJakub Kicinski1-1/+53
2023-08-15genetlink: add a family pointer to struct genl_infoJakub Kicinski1-2/+2
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski1-1/+0
2023-08-15genetlink: add struct genl_info to struct genl_dumpit_infoJakub Kicinski1-0/+8
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski1-2/+5
2023-08-15genetlink: make genl_info->nlhdr constJakub Kicinski1-1/+1
2023-08-15net: Fix slab-out-of-bounds in inet[6]_steal_sockLorenz Bauer2-2/+2
2023-08-14bpf: Document struct bpf_struct_ops fieldsDavid Vernet1-0/+47
2023-08-14net/mlx5: Remove unused MAX HCA capabilitiesShay Drory2-53/+0
2023-08-14net/mlx5: Remove unused CAPsShay Drory2-59/+1
2023-08-14net/mlx5: Check with FW that sync reset completed successfullyMoshe Shemesh1-1/+2
2023-08-14net: phy: Introduce PSGMII PHY interface modeGabor Juhos1-0/+4
2023-08-14net: openvswitch: add explicit drop actionEric Garver1-0/+2
2023-08-14net: openvswitch: add last-action drop reasonAdrian Moreno1-0/+6
2023-08-14net: factor out __inet_listen_sk() helperPaolo Abeni1-0/+1
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni2-0/+2
2023-08-13net: Remove leftover include from nftables.hJörn-Thorben Hinz1-2/+0
2023-08-13Merge tag 'for-net-next-2023-08-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller6-16/+114
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong1-1/+2
2023-08-11bpf: Remove unused declaration bpf_link_new_file()Yue Haibing1-1/+0
2023-08-11Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen1-2/+2
2023-08-11Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz1-0/+3
2023-08-11Bluetooth: hci_core: Make hci_is_le_conn_scanning publicLuiz Augusto von Dentz1-0/+21
2023-08-11Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz1-0/+1
2023-08-11Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz2-7/+3
2023-08-11Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz1-0/+4
2023-08-11Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu1-0/+25
2023-08-11Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz1-1/+1
2023-08-11Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz1-1/+1
2023-08-11Bluetooth: msft: Extended monitor tracking by address filterHilda Wu1-0/+10
2023-08-11Bluetooth: ISO: Support multiple BIGsIulia Tanasescu1-3/+2
2023-08-11Bluetooth: hci_sock: Forward credentials to monitorLuiz Augusto von Dentz1-0/+1
2023-08-11Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz1-0/+2
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen2-2/+4
2023-08-11Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu1-0/+30
2023-08-11Bluetooth: Check for ISO support in controllerClaudia Draghicescu3-0/+4
2023-08-11net: mana: Add gdma stats to ethtool output for manaShradha Gupta1-0/+87
2023-08-10sctp: Remove unused declaration sctp_backlog_migrate()Yue Haibing1-2/+0
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-08-10net: caif: Remove unused declaration cfsrvl_ctrlcmd()Yue Haibing1-3/+0
2023-08-10Merge branch 'x86/bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipJakub Kicinski1-0/+2
2023-08-10net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn1-0/+33
2023-08-10net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang1-1/+1
2023-08-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-8/+15
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-85/+79
2023-08-10Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-76/+53
2023-08-10Merge tag 'nf-23-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-75/+45
2023-08-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2023-08-10x86/speculation: Add cpu_show_gds() prototypeArnd Bergmann1-0/+2
2023-08-10netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso1-95/+3
2023-08-10netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso1-1/+63
2023-08-09bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai1-0/+1
2023-08-09net: ptp: create a mock-up PTP Hardware Clock driverVladimir Oltean1-0/+38
2023-08-09net/mlx5: Expose NIC temperature via hardware monitoring kernel APIAdham Faris2-2/+15
2023-08-09net: annotate data-races around sock->opsEric Dumazet1-1/+1
2023-08-09Merge tag 'wireless-2023-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-0/+3
2023-08-09Merge tag 'nf-next-2023-08-08' of https://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski6-15/+0
2023-08-09tcp: add missing family to tcp_set_ca_state() tracepointEric Dumazet1-1/+4
2023-08-09net: switchdev: Remove unused declaration switchdev_port_fwd_mark_set()Yue Haibing1-4/+0
2023-08-09net: phy: Remove two unused function declarationsYue Haibing1-4/+0
2023-08-08bpf: btf: Remove two unused function declarationsYue Haibing1-2/+0
2023-08-08Merge tag 'mlx5-updates-2023-08-07' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-4/+3
2023-08-08docs: net: page_pool: de-duplicate the intro commentJakub Kicinski1-12/+12
2023-08-08devlink: Remove unused devlink_dpipe_table_resource_set() declarationYue Haibing1-3/+0
2023-08-08net: fq: Remove unused typedef fq_flow_get_default_tYue Haibing1-5/+0
2023-08-08team: change the getter function in the team_option structure to voidZhengchao Shao1-1/+1
2023-08-08team: change the init function in the team_option structure to voidZhengchao Shao1-1/+1
2023-08-08net: fs_enet: Remove linux/fs_enet_pd.hChristophe Leroy1-118/+0
2023-08-08net: fs_enet: Move struct fs_platform_info into fs_enet.hChristophe Leroy1-16/+0
2023-08-08net: fs_enet: Remove has_phy field in fs_platform_info structChristophe Leroy1-1/+0
2023-08-08net: fs_enet: Remove unused fields in fs_platform_info structChristophe Leroy1-19/+0
2023-08-08net: fs_enet: Remove fs_get_id()Christophe Leroy1-11/+0
2023-08-08netfilter: h323: Remove unused function declarationsYue Haibing1-4/+0
2023-08-08netfilter: conntrack: Remove unused function declarationsYue Haibing3-7/+0
2023-08-08netfilter: helper: Remove unused function declarationsYue Haibing1-3/+0
2023-08-08netfilter: gre: Remove unused function declaration nf_ct_gre_keymap_flush()Yue Haibing1-1/+0
2023-08-08wifi: cfg80211: fix sband iftype data lookup for AP_VLANFelix Fietkau1-0/+3
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa2-3/+13
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+2
2023-08-07page_pool: add a lockdep check for recycling in hardirqJakub Kicinski1-0/+7
2023-08-07page_pool: place frag_* fields in one cachelineAlexander Lobakin1-5/+5
2023-08-07net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Alexander Lobakin2-4/+3
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin4-239/+245
2023-08-07net: stmmac: correct MAC propagation delayJohannes Zink1-0/+1
2023-08-07tpm: Disable RNG for all AMD fTPMsMario Limonciello1-0/+1
2023-08-07net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla1-1/+1
2023-08-07net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla1-1/+1
2023-08-07net/mlx5: Add IRQ vector to CPU lookup functionMaher Sanalla1-2/+1
2023-08-07udp/udplite: Remove unused function declarations udp{,lite}_get_port()Yue Haibing2-5/+0
2023-08-07ndisc: Remove unused ndisc_ifinfo_sysctl_strategy() declarationYue Haibing1-3/+0
2023-08-07net: pkt_cls: Remove unused inline helpersYue Haibing1-13/+0
2023-08-07neighbour: Remove unused function declaration pneigh_for_each()Yue Haibing1-2/+0
2023-08-06Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+7
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-1/+7
2023-08-06net: mana: Add page pool for RX buffersHaiyang Zhang1-0/+3
2023-08-06tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet1-1/+1
2023-08-05Merge tag 'ata-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-0/+1
2023-08-04Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-4/+1
2023-08-04Merge tag 'pm-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+10
2023-08-04af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap()Yue Haibing1-2/+0
2023-08-04net: 802: Remove unused function declarationsYue Haibing1-3/+0
2023-08-04net: llc: Remove unused function declarationsYue Haibing2-2/+0
2023-08-04bpf: fix inconsistent return types of bpf_xdp_copy_buf().Kui-Feng Lee1-3/+2
2023-08-04Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2023-08-04net: vlan: update wrong commentsEric Dumazet1-3/+3
2023-08-04tcp/dccp: cache line align inet_hashinfoEric Dumazet1-1/+1
2023-08-04net: mana: Configure hwc timeout from hardwareSouradeep Chakrabarti2-1/+24
2023-08-03net: Space.h: Remove unused function declarationsYue Haibing1-7/+0
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski13-92/+293
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-49/+154
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-9/+55
2023-08-03docs: net: page_pool: use kdoc to avoid duplicating the informationJakub Kicinski1-30/+104
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski5-28/+31
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski2-44/+53
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski1-0/+2
2023-08-03bonding: support balance-alb with openvswitchMateusz Kowalski1-0/+5
2023-08-02net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean2-0/+20
2023-08-02net: phy: provide phylib stubs for hardware timestamping operationsVladimir Oltean2-0/+75
2023-08-02net: add hwtstamping helpers for stackable net devicesMaxim Georgiev2-0/+11
2023-08-02net: add NDOs for configuring hardware timestampingMaxim Georgiev2-0/+24
2023-08-02sctp: Remove unused function declarationsYue Haibing2-5/+0
2023-08-02net/mlx5e: Make TC and IPsec offloads mutually exclusive on a netdevJianbo Liu1-0/+2
2023-08-02net/mlx5e: Support IPsec packet offload for TX in switchdev modeJianbo Liu1-0/+1
2023-08-02net/mlx5e: Handle IPsec offload for RX datapath in switchdev modeJianbo Liu1-0/+3
2023-08-02net/mlx5e: Support IPsec packet offload for RX in switchdev modeJianbo Liu1-0/+1
2023-08-02Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+5
2023-08-02Merge tag 'bitmap-6.5-rc5' of https://github.com:/norov/linuxLinus Torvalds1-2/+6
2023-08-02Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer()YueHaibing1-3/+0
2023-08-02bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang1-0/+17
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann1-0/+12
2023-08-02net: switchdev: Remove unused typedef switchdev_obj_dump_cb_t()Yue Haibing1-2/+0
2023-08-02ila: Remove unnecessary file net/ila.hYue Haibing1-16/+0
2023-08-02udp: Remove unused function declaration udp_bpf_get_proto()Yue Haibing1-1/+0
2023-08-02word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com1-1/+1
2023-08-02vxlan: Fix nexthop hash sizeBenjamin Poirier1-2/+2
2023-08-02tc: flower: Enable offload support IPSEC SPI field.Ratheesh Kannoth1-0/+6
2023-08-02tc: flower: support for SPIRatheesh Kannoth1-0/+3
2023-08-02net: flow_dissector: Add IPSEC dissectorRatheesh Kannoth1-0/+9
2023-08-02ata,scsi: do not issue START STOP UNIT on resumeDamien Le Moal1-0/+1
2023-08-01virtio_net: support per queue interrupt coalesce commandGavin Li1-0/+14
2023-08-01inet6: Remove unused function declaration udpv6_connect()Yue Haibing1-2/+0
2023-08-01powercap: intel_rapl: Fix a sparse warning in TPMI interfaceZhang Rui1-4/+10
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela1-0/+26
2023-07-31tcx: Fix splat during dev unregisterMartin KaFai Lau1-0/+16
2023-07-31tcp: Remove unused function declarationsYue Haibing1-3/+0
2023-07-31devlink: Remove unused extern declaration devlink_port_region_destroy()Yue Haibing1-2/+0
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-2/+3
2023-07-29Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2023-07-29Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+0
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet3-6/+7
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert1-0/+43
2023-07-28bonding: 3ad: Remove unused declaration bond_3ad_update_lacp_active()YueHaibing1-1/+0
2023-07-28Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds3-8/+59
2023-07-28Merge tag 'thermal-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2023-07-28Merge tag 'pm-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-10/+0
2023-07-28ftrace: Remove unused extern declarationsYueHaibing1-4/+0
2023-07-28netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu1-0/+5
2023-07-28netfilter: defrag: Add glue hooks for enabling/disabling defragDaniel Xu1-0/+10
2023-07-28Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski4-4/+233
2023-07-28net/handshake: Trace events for TLS Alert helpersChuck Lever1-0/+160
2023-07-28net/handshake: Add helpers for parsing incoming TLS AlertsChuck Lever1-0/+4
2023-07-28net/handshake: Add API for sending TLS Closure alertsChuck Lever1-0/+1
2023-07-28net/tls: Add TLS Alert definitionsChuck Lever1-0/+42
2023-07-28net/tls: Move TLS protocol elements to a separate headerChuck Lever2-4/+26
2023-07-28Merge tag 'mlx5-updates-2023-07-24' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-13/+14
2023-07-28net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr2-2/+2
2023-07-28net: convert some netlink netdev iterators to depend on the xarrayJakub Kicinski1-0/+3
2023-07-28net: store netdevs in an xarrayJakub Kicinski1-1/+3
2023-07-28Merge tag 'for-linus-6.5a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+19
2023-07-28Merge tag 'block-6.5-2023-07-28' of git://git.kernel.dk/linuxLinus Torvalds1-5/+5
2023-07-28Merge tag 'drm-fixes-2023-07-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+0
2023-07-28ynl: regenerate all headersStanislav Fomichev1-1/+2
2023-07-28IPv6: add extack info for IPv6 address add/deleteHangbin Liu1-1/+1
2023-07-28can: rx-offload: add can_rx_offload_get_echo_skb_queue_tail()Marc Kleine-Budde1-1/+4
2023-07-28can: rx-offload: rename rx_offload_get_echo_skb() -> can_rx_offload_get_echo_...Marc Kleine-Budde1-3/+3
2023-07-27net: stmmac: Make ptp_clk_freq_config variable type explicitAndrew Halaney1-1/+3
2023-07-27Merge tag 'nf-next-23-07-27' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-7/+3
2023-07-27net: flower: fix stack-out-of-bounds in fl_set_key_cfm()Eric Dumazet1-1/+3
2023-07-27bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song1-4/+10
2023-07-27bpf: Support new sign-extension load insnsYonghong Song2-0/+4
2023-07-28Merge tag 'drm-misc-fixes-2023-07-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-5/+0
2023-07-27net: datalink: Remove unused declarationsYueHaibing1-2/+0
2023-07-27net: Remove unused declaration dev_restart()YueHaibing1-2/+0