summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-09-05net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato
2024-09-05ila: call nf_unregister_net_hooks() soonerEric Dumazet
2024-09-05bpf: use type_may_be_null() helper for nullable-param checkShung-Hsi Yu
2024-09-05xsk: Bump xsk_queue::queue_empty_descs in xp_can_alloc()Maciej Fijalkowski
2024-09-05sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen
2024-09-04Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-09-04ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_bind_dev()Ido Schimmel
2024-09-04ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()Ido Schimmel
2024-09-04ipv4: ipmr: Unmask upper DSCP bits in ipmr_queue_xmit()Ido Schimmel
2024-09-04ipv4: Unmask upper DSCP bits in __ip_queue_xmit()Ido Schimmel
2024-09-04l2tp: remove unneeded null check in l2tp_v2_session_get_nextJames Chapman
2024-09-04net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski
2024-09-04fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima
2024-09-03mptcp: MIB counters for sent MP_JOINMatthieu Baerts (NGI0)
2024-09-03mptcp: pm: reduce entries iterations on connectMatthieu Baerts (NGI0)
2024-09-03mptcp: pm: rename helpers linked to 'flush'Matthieu Baerts (NGI0)
2024-09-03ethtool: RX software timestamp for allGal Pressman
2024-09-03bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu
2024-09-03net: dqs: Do not use extern for unused dql_groupBreno Leitao
2024-09-03sch/netem: fix use after free in netem_dequeueStephen Hemminger
2024-09-03ioam6: improve checks on user dataJustin Iurman
2024-09-03netfilter: nf_tables: set element timeout update supportPablo Neira Ayuso
2024-09-03netfilter: nf_tables: zero timeout means element never times outPablo Neira Ayuso
2024-09-03netfilter: nf_tables: consolidate timeout extension for elementsPablo Neira Ayuso
2024-09-03netfilter: nf_tables: annotate data-races around element expirationPablo Neira Ayuso
2024-09-03netfilter: nft_dynset: annotate data-races around set timeoutPablo Neira Ayuso
2024-09-03netfilter: nf_tables: remove annotation to access set timeout while holding lockPablo Neira Ayuso
2024-09-03netfilter: nf_tables: reject expiration higher than timeoutPablo Neira Ayuso
2024-09-03netfilter: nf_tables: reject element expiration with no timeoutPablo Neira Ayuso
2024-09-03netfilter: nf_tables: elements with timeout below CONFIG_HZ never expirePablo Neira Ayuso
2024-09-03netdev_features: remove NETIF_F_ALL_FCOEAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin
2024-09-03netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal
2024-09-03netfilter: conntrack: Convert to use ERR_CAST()Shen Lichuan
2024-09-03netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen
2024-09-03netfilter: nft_counter: Use u64_stats_t for statistic.Sebastian Andrzej Siewior
2024-09-03netfilter: ctnetlink: support CTA_FILTER for flushChangliang Wu
2024-09-03net/9p/usbg: Add new usb gadget function transportMichael Grzeschik
2024-09-02Merge tag 'linux-can-next-for-6.12-20240830' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2024-09-02Merge tag 'for-net-2024-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-09-02Merge tag 'linux-can-fixes-for-6.11-20240830' of git://git.kernel.org/pub/scm...Jakub Kicinski
2024-09-02netdev-genl: Set extack and fix error on napi-getJoe Damato
2024-09-02tcp_bpf: Remove an unused parameter for bpf_tcp_ingress()Yaxin Chen
2024-09-02bpf, sockmap: Correct spelling skmsg.cSimon Horman
2024-09-01SUNRPC: make various functions static, or not exported.NeilBrown
2024-08-31bpf: Unmask upper DSCP bits in __bpf_redirect_neigh_v4()Ido Schimmel
2024-08-31ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()Ido Schimmel