aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-19mdio, phy: fix -Wshadow warnings triggered by nested container_of()Alexander Lobakin2-7/+23
2021-01-18net/bonding: Declare TLS RX device offload supportTariq Toukan1-1/+1
2021-01-18net/bonding: Implement TLS TX device offloadTariq Toukan1-0/+2
2021-01-18net/bonding: Implement ndo_sk_get_lower_devTariq Toukan1-0/+2
2021-01-18net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan1-0/+4
2021-01-18net_sched: fix RTNL deadlock again caused by request_module()Cong Wang1-1/+4
2021-01-15GTP: add support for flow based tunneling APIPravin B Shelar3-0/+14
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean1-0/+47
2021-01-15net: mscc: ocelot: register devlink portsVladimir Oltean1-0/+2
2021-01-15net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean1-0/+1
2021-01-15net: dsa: add ops for devlink-sbVladimir Oltean1-0/+34
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean2-6/+2
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean2-1/+5
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski8-19/+125
2021-01-15dsa: add support for Arrow XRS700x tag trailerGeorge McCollister1-0/+2
2021-01-14perf: Add build id data in mmap2 eventJiri Olsa1-5/+37
2021-01-14bpf: Add size arg to build_id_parse functionJiri Olsa1-1/+2
2021-01-14bpf: Move stack_map_get_build_id into libJiri Olsa1-0/+11
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-240/+75
2021-01-14bpf: Add bitwise atomic instructionsBrendan Jackman1-0/+6
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2-1/+5
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2-0/+4
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2-6/+15
2021-01-14Merge tag 'linux-can-next-for-5.12-20210114' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski5-130/+306
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz1-0/+60
2021-01-14net: phy: Add 100 base-x modeBjarni Jonasson1-0/+4
2021-01-14Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+2
2021-01-14can: dev: can_rx_offload_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+2
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+2
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol1-1/+1
2021-01-14can: dev: extend struct can_skb_priv to hold CAN frame lengthMarc Kleine-Budde1-1/+3
2021-01-14can: length: can_skb_get_frame_len(): introduce function to get data length of frame in data link layerVincent Mailhol1-0/+120
2021-01-14can: length: canfd_sanitize_len(): add function to sanitize CAN-FD data lengthMarc Kleine-Budde1-0/+6
2021-01-13net/mlx5: Add HW definition of reg_c_preservePaul Blakey1-1/+3
2021-01-13can: dev: move netlink related code into seperate fileMarc Kleine-Budde1-0/+6
2021-01-13can: dev: move skb related into seperate fileMarc Kleine-Budde2-76/+77
2021-01-13can: dev: move length related code into seperate fileMarc Kleine-Budde2-40/+49
2021-01-13can: dev: move bittiming related code into seperate fileMarc Kleine-Budde2-15/+45
2021-01-12net: dsa: add optional stats64 supportOleksij Rempel1-1/+3
2021-01-12bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko3-0/+16
2021-01-12bpf: Declare __bpf_free_used_maps() unconditionallyAndrii Nakryiko1-2/+3
2021-01-12bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_argsAndrii Nakryiko1-1/+1
2021-01-12bpf: Add bpf_patch_call_args prototype to include/linux/bpf.hAndrii Nakryiko1-0/+3
2021-01-12bpf: Clarify return value of probe str helpersBrendan Jackman1-5/+5
2021-01-11net: compound page support in skb_seq_readWillem de Bruijn1-0/+1
2021-01-11net: support kmap_local forced debugging in skb_frag_foreachWillem de Bruijn1-1/+1
2021-01-11Fix whitespace in uapi/linux/tcp.h.Danilo Carvalho1-9/+9
2021-01-11net: switchdev: delete the transaction objectVladimir Oltean1-14/+0
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-3/+1
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-3/+1