summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-1/+15
* u64_stats: Disable preemption on 32bit UP+SMP PREEMPT_RT during updates.Sebastian Andrzej Siewior2021-12-131-14/+28
* bareudp: Move definition of struct bareudp_conf to bareudp.cGuillaume Nault2021-12-131-8/+1
* bareudp: Remove bareudp_dev_create()Guillaume Nault2021-12-131-4/+0
* net: dsa: remove dp->privVladimir Oltean2021-12-121-6/+0
* net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...Vladimir Oltean2021-12-121-9/+4
* Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...Vladimir Oltean2021-12-121-19/+7
* net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean2021-12-121-2/+5
* net: dsa: sja1105: move ts_id from sja1105_tagger_dataVladimir Oltean2021-12-121-1/+0
* net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean2021-12-121-7/+1
* net: dsa: sja1105: remove hwts_tx_en from tagger dataVladimir Oltean2021-12-121-1/+0
* net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean2021-12-121-3/+8
* net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean2021-12-121-2/+10
* net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean2021-12-121-0/+12
* net: ocelot: add FDMA supportClément Léger2021-12-101-0/+3
* net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger2021-12-101-0/+2
* net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger2021-12-101-0/+1
* net: ocelot: fix missed include in the vsc7514_regs.h fileColin Foster2021-12-101-0/+2
* sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima2021-12-101-11/+12
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-104-7/+205
|\
| * bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao2021-12-041-0/+7
| * bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov2021-12-022-1/+66
| * bpf: Define enum bpf_core_relo_kind as uapi.Alexei Starovoitov2021-12-021-0/+19
| * bpf: Prepare relo_core.c for kernel duty.Alexei Starovoitov2021-12-021-0/+81
| * bpf: Rename btf_member accessors.Alexei Starovoitov2021-12-021-4/+4
| * bpf: Add bpf_loop helperJoanne Koong2021-11-302-0/+26
| * bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-162-2/+2
* | xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet2021-12-101-1/+2
* | net: sched: add netns refcount tracker to struct tcf_extsEric Dumazet2021-12-101-2/+6
* | net: add netns refcount tracker to struct seq_net_privateEric Dumazet2021-12-101-1/+2
* | net: add netns refcount tracker to struct sockEric Dumazet2021-12-101-0/+2
* | net: add networking namespace refcount trackerEric Dumazet2021-12-103-8/+53
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-0913-40/+61
|\ \
| * \ Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-099-32/+38
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-12-081-3/+3
| | |\ \
| | | * | netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-081-3/+3
| | * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-085-23/+15
| | |\ \ \
| | | * | | treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-033-2/+2
| | | * | | bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi2021-12-021-4/+10
| | | * | | bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior2021-11-302-17/+2
| | | * | | bpf, x86: Fix "no previous prototype" warningBjörn Töpel2021-11-171-0/+1
| | * | | | net: phy: Remove unnecessary indentation in the comments of phy_deviceYanteng Si2021-12-071-5/+6
| | * | | | bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-031-1/+1
| | * | | | tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet2021-12-031-0/+13
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-12-091-0/+5
| |\ \ \ \ \
| | * | | | | HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-021-0/+5
| * | | | | | Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-12-061-6/+8
| |\ \ \ \ \ \
| | * | | | | | regulator: Update protection IRQ helper docsMatti Vaittinen2021-11-181-6/+8
| * | | | | | | Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-12-051-2/+3
| |\ \ \ \ \ \ \
| | * | | | | | | sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker2021-12-021-2/+3