summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-07net/mlx5: Add MACsec Rx tables support to fs_coreLior Nahmanson1-0/+1
2022-09-07net/mlx5e: Add MACsec TX steering rulesLior Nahmanson1-0/+1
2022-09-07net/mlx5: Add MACsec Tx tables support to fs_coreLior Nahmanson1-1/+2
2022-09-07net/mlx5: Introduce MACsec Connect-X offload hardware bits and structuresLior Nahmanson2-2/+101
2022-09-07net/mlx5: Generalize Flow Context for new crypto fieldsLior Nahmanson2-7/+12
2022-09-07net/mlx5: Removed esp_id from struct mlx5_flow_actLior Nahmanson1-1/+0
2022-09-07net/macsec: Move some code for sharing with various drivers that implements o...Lior Nahmanson1-0/+21
2022-09-07net/macsec: Add MACsec skb_metadata_dst Tx Data path supportLior Nahmanson2-0/+14
2022-09-07netlink: introduce NLA_POLICY_MAX_BEFlorian Westphal1-0/+9
2022-09-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni17-28/+206
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov1-0/+2
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov1-1/+1
2022-09-05bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov1-0/+26
2022-09-05net: phy: Add 1000BASE-KX interface modeSean Anderson1-0/+4
2022-09-05soc: fsl: qbman: Add CGR update functionSean Anderson1-0/+9
2022-09-05net: pcs: add new PCS driver for altera TSE PCSMaxime Chevallier1-0/+17
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller1-0/+11
2022-09-03wifi: nl80211: add MLD address to assoc BSS entriesJohannes Berg1-0/+2
2022-09-03wifi: nl80211: Add POWERED_ADDR_CHANGE featureJames Prestwood1-0/+9
2022-09-03net/ipv4: Use __DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-14/+6
2022-09-03bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau2-0/+4
2022-09-03bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau1-0/+2
2022-09-03bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau1-0/+2
2022-09-03bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau1-0/+2
2022-09-03bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2-3/+3
2022-09-03bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2-5/+5
2022-09-03bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2-2/+6
2022-09-03net: ieee802154: Fix compilation error when CONFIG_IEEE802154_NL802154_EXPERI...Gal Pressman1-4/+2
2022-09-02bpf: Support getting tunnel flagsShmulik Ladkani1-1/+9
2022-09-02bpf, tnums: Warn against the usage of tnum_in(tnum_range(), ...)Shung-Hsi Yu1-2/+18
2022-09-02net: remove netif_tx_napi_add()Jakub Kicinski1-2/+0
2022-09-02net: bql: add more documentationEric Dumazet1-6/+26
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-33/+106
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-9/+13
2022-09-01tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet1-0/+2
2022-09-01net: sched: gred/red: remove unused variables in struct red_statsZhengchao Shao1-1/+0
2022-09-01mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn1-2/+5
2022-08-31Merge tag 'fscache-fixes-20220831' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2022-08-31Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+9
2022-08-31fscache: fix misdocumented parameterKhalid Masum1-2/+2
2022-08-31thunderbolt: Show link type for XDomain connections tooMika Westerberg1-0/+2
2022-08-31net: virtio_net: fix notification coalescing commentsAlvaro Karsz1-7/+7
2022-08-30net: devlink: stub port params cmds for they are unused internallyJiri Pirko1-1/+0
2022-08-30netlink: add helpers for extack attr presence checkingJakub Kicinski2-0/+18
2022-08-30netlink: add support for ext_ack missing attributesJakub Kicinski2-0/+19
2022-08-29tracing: Define the is_signed_type() macro onceBart Van Assche3-3/+6
2022-08-29ethernet: Add helpers to recognize addresses mapped to IP multicastCasper Andersson1-0/+22
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski2-0/+4
2022-08-29Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-7/+28
2022-08-29asm-generic: sections: refactor memory_intersectsQuanyang Wang1-2/+5