summaryrefslogtreecommitdiff
path: root/net (unfollow)
Commit message (Expand)Author
2024-10-17Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani
2024-03-07BACKPORT: Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_IND...Kees Cook
2024-03-07Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD
2024-01-10bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann
2024-01-10bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann
2024-01-06{nl,mac}80211: add rssi to mesh candidatesBob Copeland
2024-01-06mac80211: mesh: drop new node with weak powerMasashi Honma
2024-01-06wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg
2024-01-06UPSTREAM: netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke
2024-01-02lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2023-11-09BACKPORT: net: ipv6: Fix processing of RAs in presence of VRFAlexander Grund
2023-11-09wifi: cfg80211: Fix use after free for wextAlexander Wetzel
2023-11-09cfg80211: allow connect keys only with default (TX) keyJohannes Berg
2023-11-09nl80211: Update bss channel on channel switch for P2P_CLIENTSreeramya Soratkal
2023-11-02net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco
2023-11-02ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E
2023-11-02net: constify netif_is_* helpers net_device paramJiri Pirko
2022-10-28BACKPORT: treewide: Fix function prototypes for module_param_call()Kees Cook
2022-10-28bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2022-10-28ebpf: allow bpf_get_current_uid_gid_proto also for networkingRoberto Sartori
2022-10-28bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian
2022-10-28udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet
2022-10-28udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2022-10-28inet: refactor inet[6]_lookup functions to take skbCraig Gallek
2022-10-28soreuseport: fix initialization raceCraig Gallek
2022-10-28soreuseport: Fix TCP listener hash collisionCraig Gallek
2022-10-28inet: Fix missing return value in inet6_hashCraig Gallek
2022-10-28soreuseport: fast reuseport TCP socket selectionCraig Gallek
2022-10-28inet: create IPv6-equivalent inet_hash functionCraig Gallek
2022-10-28sock: struct proto hash function may errorCraig Gallek
2022-10-28net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani
2022-10-28sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner
2022-10-28bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau
2022-10-28soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPFHelge Deller
2022-10-28soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek
2022-10-28ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau
2022-10-28soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek
2022-10-28soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek
2022-10-28udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet
2022-10-28soreuseport: pass skb to secondary UDP socket lookupCraig Gallek
2022-10-28soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet
2022-04-19BACKPORT: ANDROID: Remove xt_qtaguid module from new kernels.Chenbo Feng
2022-04-19FROMLIST: Remove the redundant skb->dev initialization in ip6_fragmentChenbo Feng
2022-04-19FROMLIST: bpf: Remove duplicate tcp_filter hook in ipv6Chenbo Feng
2022-04-19FROMLIST: ipv6: Initial skb->dev and skb->protocol in ip6_outputChenbo Feng
2022-04-19net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack
2022-04-19bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2022-04-19bpf: reject wrong sized filters earlierDaniel Borkmann
2022-04-19soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek
2022-04-19FROMGIT: bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski