aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-04tcp: add a helper for setting EOR on tail skbJakub Kicinski1-9/+2
2024-06-04tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski2-10/+4
2024-06-04net: tls: fix marking packets as decryptedJakub Kicinski1-0/+3
2024-06-04net/sched: cls_flower: add support for matching tunnel control flagsDavide Caratti1-1/+55
2024-06-04flow_dissector: add support for tunnel control flagsDavide Caratti1-1/+15
2024-06-04net: count drops due to missing qdisc as dev->tx_dropsJakub Kicinski1-0/+1
2024-06-03Merge tag 'wireless-2024-06-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski16-41/+103
2024-06-03net: dst_cache: add two DEBUG_NET warningsEric Dumazet1-0/+2
2024-06-03ila: block BH in ila_output()Eric Dumazet1-1/+6
2024-06-03ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet1-8/+6
2024-06-03net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet1-8/+6
2024-06-03ipv6: ioam: block BH from ioam6_output()Eric Dumazet1-4/+4
2024-06-03SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever1-1/+1
2024-06-03net/smc: change SMCR_RMBE_SIZES from 5 to 15Guangguan Wang1-1/+1
2024-06-03net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang1-2/+3
2024-06-03net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STAT...Yunshui Jiang1-4/+4
2024-06-03batman-adv: Don't accept TT entries for out-of-spec VIDsSven Eckelmann1-0/+27
2024-06-01af_unix: Remove dead code in unix_stream_read_generic().Kuniyuki Iwashima1-19/+2
2024-06-01net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov1-4/+9
2024-06-01net/ncsi: Fix the multi thread manner of NCSI driverDelphineCCChiu3-38/+41
2024-06-01net: make net.core.{r,w}mem_{default,max} namespacedMatteo Croce1-33/+42
2024-06-01net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing1-1/+2
2024-06-01ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()Duoming Zhou1-1/+1
2024-06-01ax25: Fix refcount imbalance on inbound connectionsLars Kellogg-Stedman1-0/+6
2024-06-01net: validate SO_TXTIME clockid coming from userspaceAbhishek Chauhan1-0/+16
2024-06-01ethtool: init tsinfo stats if requestedVadim Fedorenko1-3/+3
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-113/+172
2024-05-30ipv6: sr: restruct ifdefinesHangbin Liu1-28/+5
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee2-5/+5
2024-05-30SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao1-1/+3
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-111/+152
2024-05-30Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni5-28/+82
2024-05-29ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn1-1/+1
2024-05-29net: dsa: remove mac_prepare()/mac_finish() shimsRussell King (Oracle)2-34/+0
2024-05-29net: fix __dst_negative_advice() raceEric Dumazet3-36/+26
2024-05-29tcp: fix races in tcp_v[46]_err()Eric Dumazet2-15/+6
2024-05-29tcp: fix races in tcp_abort()Eric Dumazet1-5/+1
2024-05-29tcp: fix race in tcp_write_err()Eric Dumazet1-5/+1
2024-05-29tcp: add tcp_done_with_error() helperEric Dumazet2-12/+22
2024-05-29Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linuxLinus Torvalds1-0/+2
2024-05-29wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov1-4/+10
2024-05-29wifi: mac80211: correctly parse Spatial Reuse Parameter Set elementLingbo Kong1-2/+8
2024-05-29wifi: mac80211: fix Spatial Reuse element size checkLingbo Kong1-1/+1
2024-05-29wifi: mac80211: pass proper link id for channel switch started notificationAditya Kumar Singh1-2/+2
2024-05-29wifi: cfg80211: fix 6 GHz scan request buildingJohannes Berg2-17/+36
2024-05-29wifi: mac80211: handle tasklet frames before stoppingJohannes Berg3-2/+12
2024-05-29wifi: mac80211: apply mcast rate only if interface is upJohannes Berg1-2/+3
2024-05-29wifi: cfg80211: pmsr: use correct nla_get_uX functionsLin Ma1-4/+4
2024-05-29wifi: cfg80211: Lock wiphy in cfg80211_get_stationRemi Pommarel1-1/+6
2024-05-29wifi: cfg80211: fully move wiphy work to unbound workqueueJohannes Berg2-3/+3