summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-04-09bpf, sockmap: Fix data lost during EAGAIN retriesJiayuan Chen
2025-04-09bpf: fix ktls panic with sockmapJiayuan Chen
2025-04-09net: bridge: Prevent unicast ARP/NS packets from being suppressed by bridgeAmit Cohen
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-04-09ipv6: Align behavior across nexthops during path selectionIdo Schimmel
2025-04-09netdev: depend on netdev->lock for qstats in ops locked driversJakub Kicinski
2025-04-09netdev: depend on netdev->lock for xdp featuresJakub Kicinski
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski
2025-04-09netdev: don't hold rtnl_lock over nl queue info get when possibleJakub Kicinski
2025-04-09netdev: add "ops compat locking" helpersJakub Kicinski
2025-04-09net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski
2025-04-09net: avoid potential race between netdev_get_by_index_lock() and netns switchJakub Kicinski
2025-04-09batman-adv: no need to start/stop queue on mesh-ifaceAntonio Quartulli
2025-04-09batman-adv: constify and move broadcast addr definitionMatthias Schiffer
2025-04-09net_sched: sch_sfq: move the limit validationOctavian Purdila
2025-04-09net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila
2025-04-09batman-adv: Start new development cycleSimon Wunderlich
2025-04-08net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj
2025-04-08udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni
2025-04-08mptcp: only inc MPJoinAckHMacFailure for HMAC failuresMatthieu Baerts (NGI0)
2025-04-08rtnetlink: Fix bad unlock balance in do_setlink().Kuniyuki Iwashima
2025-04-08net: rps: remove kfree_rcu_mightsleep() useEric Dumazet
2025-04-08net: add data-race annotations in softnet_seq_show()Eric Dumazet
2025-04-08net: rps: annotate data-races around (struct sd_flow_limit)->countEric Dumazet
2025-04-08net: rps: change skb_flow_limit() hash functionEric Dumazet
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-08net: ethtool: Don't call .cleanup_data when prepare_data failsMaxime Chevallier
2025-04-08tc: Ensure we have enough buffer space when sending filter netlink notificationsToke Høiland-Jørgensen
2025-04-08net: tls: explicitly disallow disconnectJakub Kicinski
2025-04-08sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown
2025-04-08codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang
2025-04-08sch_ets: make est_qlen_notify() idempotentCong Wang
2025-04-08sch_qfq: make qfq_qlen_notify() idempotentCong Wang
2025-04-08sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang
2025-04-08sch_drr: make drr_qlen_notify() idempotentCong Wang
2025-04-08sch_htb: make htb_qlen_notify() idempotentCong Wang
2025-04-08tipc: fix memory leak in tipc_link_xmitTung Nguyen
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev
2025-04-07ipv6: Fix null-ptr-deref in addrconf_add_ifaddr().Kuniyuki Iwashima
2025-04-07net: ethtool: fix ethtool_ringparam_get_cfg() returns a hds_thresh value alwa...Taehee Yoo
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-04Merge tag 'net-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-04net: avoid false positive warnings in __net_mp_close_rxq()Jakub Kicinski
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski
2025-04-04ipv6: Do not consider link down nexthops in path selectionIdo Schimmel
2025-04-04ipv6: Start path selection from the first nexthopIdo Schimmel
2025-04-03Merge tag 'nf-25-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski