summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-24bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen3-12/+21
2021-06-24doc: Give XDP as example of non-obvious RCU reader/updater pairingToke Høiland-Jørgensen1-2/+9
2021-06-24doc: Clarify and expand RCU updaters and corresponding readersPaul E. McKenney1-21/+27
2021-06-24rcu: Create an unrcu_pointer() to remove __rcu from a pointerPaul E. McKenney1-0/+14
2021-06-24bpf: Support all gso types in bpf_skb_change_proto()Maciej Żenczykowski1-20/+2
2021-06-24bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski1-4/+0
2021-06-24Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"Maciej Żenczykowski1-13/+9
2021-06-24media, bpf: Do not copy more entries than user space requestedSean Young1-1/+2
2021-06-24bpf, x86: Remove unused cnt increase from EMIT macroJiri Olsa1-32/+12
2021-06-23docs, af_xdp: Consistent indentation in examplesIlya Maximets1-16/+16
2021-06-22libbpf: Switch to void * casting in netlink helpersKumar Kartikeya Dwivedi3-6/+6
2021-06-22libbpf: Add request buffer type for netlink messagesKumar Kartikeya Dwivedi2-82/+65
2021-06-21libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loadingJonathan Edwards1-0/+4
2021-06-19bpf: Add documentation for libbpf including API autogenGrant Seltzer5-18/+103
2021-06-18samples/bpf: Fix the error return code of xdp_redirect's main()Wang Hai1-1/+1
2021-06-18samples/bpf: Fix Segmentation fault for xdp_redirect commandWang Hai1-1/+1
2021-06-18selftests/bpf: Fix ringbuf test fetching map FDAndrii Nakryiko1-1/+1
2021-06-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller7-26/+18
2021-06-17Merge branch 'hdlc_ppp-cleanups'David S. Miller1-21/+17
2021-06-17net: hdlc_ppp: add required spacePeng Li1-1/+2
2021-06-17net: hdlc_ppp: remove unnecessary out of memory messagePeng Li1-3/+2
2021-06-17net: hdlc_ppp: move out assignment in if conditionPeng Li1-1/+2
2021-06-17net: hdlc_ppp: fix the code style issue about "foo* bar"Peng Li1-7/+7
2021-06-17net: hdlc_ppp: add blank line after declarationsPeng Li1-0/+4
2021-06-17net: hdlc_ppp: remove redundant blank linesPeng Li1-9/+0
2021-06-17Merge branch 'mdio-nodes'David S. Miller5-8/+14
2021-06-17net: mdio: use device_set_node() to setup both fwnode and ofIoana Ciornei3-9/+6
2021-06-17driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei2-0/+8
2021-06-17net: mdio: setup of_node for the MDIO deviceIoana Ciornei1-0/+1
2021-06-17r8152: store the information of the pipesHayes Wang1-5/+13
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller146-1247/+4777
2021-06-17Merge branch 'gianfar-64-bit-stats'David S. Miller2-25/+125
2021-06-17net: gianfar: Implement rx_missed_errors counterEsben Haabendal2-3/+57
2021-06-17net: gianfar: Add definitions for CAR1 and CAM1 register bitsEsben Haabendal1-0/+54
2021-06-17net: gianfar: Avoid 16 bytes of memsetEsben Haabendal1-1/+1
2021-06-17net: gianfar: Clear CAR registersEsben Haabendal1-0/+3
2021-06-17net: gianfar: Extend statistics counters to 64-bitEsben Haabendal1-5/+5
2021-06-17net: gianfar: Convert to ndo_get_stats64 interfaceEsben Haabendal1-18/+7
2021-06-17net: sched: fix error return code in tcf_del_walker()Yang Yingliang1-1/+2
2021-06-17net: ipa: Add missing of_node_put() in ipa_firmware_load()Yang Yingliang1-0/+1
2021-06-17net: fix mistake path for netdev_features_stringsJian Shen2-3/+3
2021-06-17documentation: networking: devlink: fix prestera.rst formatting that causes b...Oleksandr Mazur3-2/+4
2021-06-17net: pcs: xpcs: Fix a less than zero u16 comparison errorColin Ian King1-6/+6
2021-06-17ice: remove redundant continue statement in a for-loopColin Ian King1-6/+4
2021-06-17net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabledLorenzo Bianconi1-1/+1
2021-06-17ice: remove unnecessary NULL checks before ptp_read_system_*Jacob Keller1-8/+4
2021-06-17ice: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-17ice: remove local variablePaul M Stillwell Jr1-2/+1
2021-06-17ice: reduce scope of variablesPaul M Stillwell Jr2-6/+6
2021-06-17ice: mark PTYPE 2 as reservedJacob Keller1-1/+1