summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-06-05net/smc: avoid overwriting when adjusting sock bufsizesWen Gu
2024-06-05Revert "xsk: Support redirect to any socket bound to the same umem"Magnus Karlsson
2024-06-05bpf: Set run context for rawtp test_run callbackJiri Olsa
2024-06-04openvswitch: Remove generic .ndo_get_stats64Breno Leitao
2024-06-04openvswitch: Move stats allocation to coreBreno Leitao
2024-06-04net: skb: add compatibility warnings to skb_shift()Jakub Kicinski
2024-06-04tcp: add a helper for setting EOR on tail skbJakub Kicinski
2024-06-04tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski
2024-06-04net: tls: fix marking packets as decryptedJakub Kicinski
2024-06-04net/sched: cls_flower: add support for matching tunnel control flagsDavide Caratti
2024-06-04flow_dissector: add support for tunnel control flagsDavide Caratti
2024-06-04net: count drops due to missing qdisc as dev->tx_dropsJakub Kicinski
2024-06-03Merge tag 'wireless-2024-06-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-06-03net: dst_cache: add two DEBUG_NET warningsEric Dumazet
2024-06-03ila: block BH in ila_output()Eric Dumazet
2024-06-03ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet
2024-06-03net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet
2024-06-03ipv6: ioam: block BH from ioam6_output()Eric Dumazet
2024-06-03net/smc: change SMCR_RMBE_SIZES from 5 to 15Guangguan Wang
2024-06-03net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang
2024-06-01af_unix: Remove dead code in unix_stream_read_generic().Kuniyuki Iwashima
2024-06-01net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov
2024-06-01net/ncsi: Fix the multi thread manner of NCSI driverDelphineCCChiu
2024-06-01net: make net.core.{r,w}mem_{default,max} namespacedMatteo Croce
2024-06-01net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing
2024-06-01ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()Duoming Zhou
2024-06-01ax25: Fix refcount imbalance on inbound connectionsLars Kellogg-Stedman
2024-06-01net: validate SO_TXTIME clockid coming from userspaceAbhishek Chauhan
2024-06-01ethtool: init tsinfo stats if requestedVadim Fedorenko
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-30ipv6: sr: restruct ifdefinesHangbin Liu
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-05-30Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-05-29ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn
2024-05-29net: dsa: remove mac_prepare()/mac_finish() shimsRussell King (Oracle)
2024-05-29net: fix __dst_negative_advice() raceEric Dumazet
2024-05-29tcp: fix races in tcp_v[46]_err()Eric Dumazet
2024-05-29tcp: fix races in tcp_abort()Eric Dumazet
2024-05-29tcp: fix race in tcp_write_err()Eric Dumazet
2024-05-29tcp: add tcp_done_with_error() helperEric Dumazet
2024-05-29Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linuxLinus Torvalds
2024-05-29wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov
2024-05-29wifi: mac80211: correctly parse Spatial Reuse Parameter Set elementLingbo Kong
2024-05-29wifi: mac80211: fix Spatial Reuse element size checkLingbo Kong
2024-05-29wifi: mac80211: pass proper link id for channel switch started notificationAditya Kumar Singh
2024-05-29wifi: cfg80211: fix 6 GHz scan request buildingJohannes Berg
2024-05-29wifi: mac80211: handle tasklet frames before stoppingJohannes Berg
2024-05-29wifi: mac80211: apply mcast rate only if interface is upJohannes Berg
2024-05-29wifi: cfg80211: pmsr: use correct nla_get_uX functionsLin Ma