aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-17virtchnl: Add support for new VLAN capabilitiesBrett Creeley1-0/+377
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-15/+75
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-8/+10
2021-12-16fib: expand fib_rule_policyFlorian Westphal1-20/+0
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal1-1/+0
2021-12-16net: phylink: add pcs_validate() methodRussell King (Oracle)1-0/+20
2021-12-16net: phylink: add mac_select_pcs() method to phylink_mac_opsRussell King (Oracle)1-0/+18
2021-12-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller2-1/+2
2021-12-15net/mlx5: Introduce log_max_current_uc_list_wr_supported bitShay Drory1-1/+1
2021-12-15net: add net device refcount tracker to struct packet_typeEric Dumazet1-0/+1
2021-12-14mptcp: add missing documented NL paramsMatthieu Baerts1-8/+10
2021-12-14net: dev_replace_track() cleanupEric Dumazet1-6/+4
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean1-3/+2
2021-12-14net: dsa: sja1105: fix broken connection with the sja1110 taggerVladimir Oltean1-1/+2
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-1/+15
2021-12-13net/mlx5: Separate FDB namespaceMaor Gottlieb1-0/+1
2021-12-13u64_stats: Disable preemption on 32bit UP+SMP PREEMPT_RT during updates.Sebastian Andrzej Siewior1-14/+28
2021-12-13bareudp: Move definition of struct bareudp_conf to bareudp.cGuillaume Nault1-8/+1
2021-12-13bareudp: Remove bareudp_dev_create()Guillaume Nault1-4/+0
2021-12-12Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+13
2021-12-12net: dsa: remove dp->privVladimir Oltean1-6/+0
2021-12-12net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...Vladimir Oltean1-9/+4
2021-12-12Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...Vladimir Oltean1-19/+7
2021-12-12net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean1-2/+5
2021-12-12net: dsa: sja1105: move ts_id from sja1105_tagger_dataVladimir Oltean1-1/+0
2021-12-12net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean1-7/+1
2021-12-12net: dsa: sja1105: remove hwts_tx_en from tagger dataVladimir Oltean1-1/+0
2021-12-12net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean1-3/+8
2021-12-12net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean1-2/+10
2021-12-12net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean1-0/+12
2021-12-11Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-12-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+23
2021-12-10net: ocelot: add FDMA supportClément Léger1-0/+3
2021-12-10net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger1-0/+2
2021-12-10net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger1-0/+1
2021-12-10net: ocelot: fix missed include in the vsc7514_regs.h fileColin Foster1-0/+2
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima1-11/+12
2021-12-10timers: implement usleep_idle_range()SeongJae Park1-1/+13
2021-12-10Increase default MLOCK_LIMIT to 8 MiBDrew DeVault1-3/+10
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-7/+205
2021-12-10Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2021-12-10Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+27
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet1-1/+2
2021-12-10net: sched: add netns refcount tracker to struct tcf_extsEric Dumazet1-2/+6
2021-12-10net: add netns refcount tracker to struct seq_net_privateEric Dumazet1-1/+2
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet1-0/+2
2021-12-10net: add networking namespace refcount trackerEric Dumazet3-8/+53
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-40/+61
2021-12-09percpu_ref: Replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+1
2021-12-09skbuff: Extract list pointers to silence compiler warningsKees Cook1-8/+10
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-32/+38
2021-12-09net: phylink: use legacy_pre_march2020Russell King (Oracle)1-0/+17
2021-12-09net: phylink: add legacy_pre_march2020 indicatorRussell King (Oracle)1-0/+3
2021-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-0/+5
2021-12-09aio: fix use-after-free due to missing POLLFREE handlingEric Biggers1-1/+1
2021-12-09wait: add wake_up_pollfree()Eric Biggers1-0/+26
2021-12-09bus: mhi: core: Add support for forced PM resumeLoic Poulain1-0/+13
2021-12-08net: wwan: make debugfs optionalSergey Ryazanov1-0/+7
2021-12-08Merge tag 'linux-can-next-for-5.17-20211208' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-7/+0
2021-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-3/+3
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski5-23/+15
2021-12-08net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean1-6/+1
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-1/+2
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2-17/+24
2021-12-08net: dsa: export bridging offload helpers to driversVladimir Oltean1-0/+43
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean1-0/+21
2021-12-08net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean1-5/+5
2021-12-08net: dsa: make dp->bridge_num one-basedVladimir Oltean2-6/+6
2021-12-08PM: runtime: Fix pm_runtime_active() kerneldoc commentRafael J. Wysocki1-1/+1
2021-12-08can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol1-7/+0
2021-12-07net: mscc: ocelot: split register definitions to a separate fileColin Foster1-0/+27
2021-12-07net: phy: Remove unnecessary indentation in the comments of phy_deviceYanteng Si1-5/+6
2021-12-07Merge tag 'wireless-drivers-next-2021-12-07' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-0/+3
2021-12-07net: sched: act_mirred: add net device refcount trackerEric Dumazet1-0/+1
2021-12-07llc: add net device refcount trackerEric Dumazet1-0/+1
2021-12-07ax25: add net device refcount trackerEric Dumazet1-0/+3
2021-12-07inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet1-0/+2
2021-12-07net: watchdog: add net device refcount trackerEric Dumazet1-0/+2
2021-12-07vlan: add net device refcount trackerEric Dumazet1-0/+3
2021-12-07net: eql: add net device refcount trackerEric Dumazet1-0/+1
2021-12-08netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet1-3/+3
2021-12-07tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayMaxim Galaganov1-0/+2
2021-12-06net: fix recent csum changesEric Dumazet3-3/+8
2021-12-06netpoll: add net device refcount tracker to struct netpollEric Dumazet1-0/+1
2021-12-06ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet1-0/+2
2021-12-06net: failover: add net device refcount trackerEric Dumazet1-0/+1
2021-12-06net: linkwatch: add net device refcount trackerEric Dumazet1-0/+2
2021-12-06net/sched: add net device refcount tracker to struct QdiscEric Dumazet1-1/+1
2021-12-06ipv4: add net device refcount tracker to struct in_deviceEric Dumazet1-0/+2
2021-12-06ipv6: add net device refcount tracker to struct inet6_devEric Dumazet1-0/+1
2021-12-06net: add net device refcount tracker to struct neigh_parmsEric Dumazet1-0/+1
2021-12-06net: add net device refcount tracker to struct pneigh_entryEric Dumazet1-0/+1
2021-12-06net: add net device refcount tracker to struct neighbourEric Dumazet1-0/+1
2021-12-06ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet1-0/+1
2021-12-06sit: add net device refcount tracking to ip_tunnelEric Dumazet1-0/+3
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet2-0/+18
2021-12-06drop_monitor: add net device refcount trackerEric Dumazet1-0/+4
2021-12-06net: add net device refcount tracker to struct netdev_queueEric Dumazet1-0/+2
2021-12-06net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet1-0/+2
2021-12-06net: add net device refcount tracker infrastructureEric Dumazet1-0/+45
2021-12-06lib: add reference counting tracking infrastructureEric Dumazet1-0/+73
2021-12-06Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+8
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2021-12-04bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao1-0/+7
2021-12-03qed*: esl priv flag support through ethtoolManish Chopra1-0/+3
2021-12-03qed*: enhance tx timeout debug infoManish Chopra1-0/+11
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski3-2/+2
2021-12-03bonding: make tx_rebalance_counter an atomicEric Dumazet1-1/+1
2021-12-03tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet1-0/+13
2021-12-02net/mlx5: Dynamically resize flow counters query bufferAvihai Horon1-0/+4
2021-12-02Merge tag 'drm-fixes-2021-12-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+7
2021-12-02bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi1-4/+10
2021-12-03Merge tag 'drm-misc-fixes-2021-12-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+7
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-33/+66
2021-12-02Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-29/+62
2021-12-02bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov2-1/+66
2021-12-02bpf: Define enum bpf_core_relo_kind as uapi.Alexei Starovoitov1-0/+19
2021-12-02bpf: Prepare relo_core.c for kernel duty.Alexei Starovoitov1-0/+81
2021-12-02bpf: Rename btf_member accessors.Alexei Starovoitov1-4/+4
2021-12-02Merge tag 'trace-v5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2021-12-02HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman1-0/+5
2021-12-02sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker1-2/+3
2021-12-02Fix Comment of ETH_P_802_3_MINXiayu Zhang1-1/+1
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2-2/+2
2021-12-01net: avoid uninit-value from tcp_conn_requestEric Dumazet2-3/+16
2021-12-01net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-6/+13
2021-12-01Revert "net: snmp: add statistics for tcp small queue check"Eric Dumazet1-1/+0
2021-12-01net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)1-2/+2
2021-12-01kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu1-0/+2
2021-12-01Merge tag 'sound-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2021-11-30net/mlx5: Fix access to a non-supported registerAya Levin1-1/+4
2021-11-30bpf: Add bpf_loop helperJoanne Koong2-0/+26
2021-11-30bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior2-17/+2
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky1-29/+1
2021-11-30Bonding: add arp_missed_max optionHangbin Liu3-0/+3
2021-11-30net: stmmac: Add platform level debug register dump featureBhupesh Sharma1-0/+1
2021-11-29siphash: use _unaligned version by defaultArnd Bergmann1-10/+4
2021-11-29wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld1-0/+11
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen11-1/+3
2021-11-29net: snmp: add statistics for tcp small queue checkMenglong Dong1-0/+1
2021-11-29net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO ac...Colin Foster1-0/+19
2021-11-29net: vxlan: add macro definition for number of IANA VXLAN-GPE portHao Chen1-0/+1
2021-11-29tcp: fix page frag corruption on page faultPaolo Abeni1-5/+8
2021-11-29drm/virtgpu api: define a dummy fence signaled eventGurchetan Singh1-0/+7
2021-11-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+0
2021-11-27Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2021-11-26af_unix: Replace the big lock with small locks.Kuniyuki Iwashima1-1/+1
2021-11-26af_unix: Save hash in sk_hash.Kuniyuki Iwashima1-1/+0
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-198/+153
2021-11-26Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-3/+9
2021-11-26Merge tag 'acpi-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-7/+0
2021-11-26net: ptp: add a definition for the UDP port for IEEE 1588 general messagesVladimir Oltean1-0/+1
2021-11-26net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean1-0/+2
2021-11-26Merge tag 'for-linus-5.16c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2021-11-26mei: bus: add client dma interfaceAlexander Usyskin1-0/+3
2021-11-25net: optimize skb_postpull_rcsum()Eric Dumazet1-1/+5
2021-11-25gro: optimize skb_gro_postpull_rcsum()Eric Dumazet1-2/+2
2021-11-25sctp: make the raise timer more simple and accurateXin Long1-4/+3
2021-11-25net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean1-1/+8
2021-11-25Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds6-24/+88
2021-11-25Merge tag 'asoc-fix-v5.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai1-1/+1
2021-11-24Merge tag 'ieee802154-for-net-2021-11-24' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski1-3/+4
2021-11-24Revert "virtio_ring: validate used buffer length"Michael S. Tsirkin1-2/+0
2021-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2-2/+16
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima1-1/+1
2021-11-23net: stmmac: Calculate CDC error only onceKurt Kanzenbach1-0/+1
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross1-0/+1
2021-11-23ACPI: Make acpi_node_get_parent() localSakari Ailus1-7/+0
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski1-9/+3
2021-11-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2-2/+9
2021-11-23neigh: introduce neigh_confirm() helper functionYajun Deng4-25/+15
2021-11-23mctp: Add MCTP-over-serial transport bindingJeremy Kerr1-0/+1
2021-11-22net/ice: Add support for enable_iwarp and enable_roce devlink paramShiraz Saleem1-2/+5
2021-11-22devlink: Add 'enable_iwarp' generic device paramShiraz Saleem1-0/+4
2021-11-22net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2-0/+2
2021-11-22ASoC: soc-acpi: Set mach->id field on comp_ids matchesHans de Goede1-1/+1
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook1-7/+3
2021-11-22skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook1-17/+19
2021-11-22sections: global data can be in .bssAntoine Tenart1-4/+10
2021-11-22net: wwan: common debugfs base dir for wwan deviceM Chetan Kumar1-0/+2
2021-11-22net: phylink: Add helpers for c22 registers without MDIOSean Anderson1-3/+4
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-0/+7
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-1/+2
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-22ethtool: add support to set/get rx buf len via ethtoolHao Chen2-0/+19
2021-11-22ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen1-0/+1
2021-11-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-1/+28
2021-11-20Merge tag 'pinctrl-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-160/+9
2021-11-20hugetlb: fix hugetlb cgroup refcounting during mremapBui Quang Minh1-0/+12
2021-11-20shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2-1/+16
2021-11-20ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote1-0/+1
2021-11-20dev_addr: add a modification checkJakub Kicinski1-0/+5
2021-11-20net: constify netdev->dev_addrJakub Kicinski1-9/+5
2021-11-19ipv6: ip6_skb_dst_mtu() cleanupsEric Dumazet1-9/+9
2021-11-19Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2021-11-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-0/+1
2021-11-19net/af_iucv: Use struct_group() to zero struct iucv_sock regionKees Cook1-4/+6
2021-11-18Merge tag 'regmap-no-bus-update-bits' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-0/+7
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski40-1065/+2932