summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-09phonet: no longer hold RTNL in route_dumpit()Eric Dumazet1-8/+9
2024-05-09net: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet1-1/+1
2024-05-09net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet1-2/+3
2024-05-08ax25: Remove superfuous "return" from ax25_ds_set_timerJoel Granados1-1/+0
2024-05-08ipvs: allow some sysctls in non-init user namespacesAlexander Mikhalitsyn1-4/+15
2024-05-08ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthreshAlexander Mikhalitsyn1-7/+7
2024-05-08net: bridge: switchdev: Improve error message for port_obj_add/del functionsOleksij Rempel1-4/+95
2024-05-08net/ipv4: add tracepoint for icmp_sendPeilin He1-0/+4
2024-05-08net: dsa: add support switches global DSCP priority mappingOleksij Rempel1-0/+75
2024-05-08net: add IEEE 802.1q specific helpersOleksij Rempel3-0/+246
2024-05-08net: dsa: add support for DCB get/set apptrust configurationOleksij Rempel1-0/+28
2024-05-08mptcp: fix possible NULL dereferencesEric Dumazet1-15/+17
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet11-12/+13
2024-05-08net: dccp: Fix ccid2_rtt_estimator() kernel-docJeff Johnson1-0/+1
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet4-6/+5
2024-05-07rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet1-5/+7
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet2-8/+11
2024-05-07rtnetlink: do not depend on RTNL for many attributesEric Dumazet1-20/+31
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet1-16/+20
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet4-5/+5
2024-05-07rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet1-2/+6
2024-05-07rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet1-3/+3
2024-05-07Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski13-61/+203
2024-05-07mptcp: fix typos in commentsShi-Sheng Yang1-2/+2
2024-05-06net: add heuristic for enabling TCP fraglist GROFelix Fietkau2-0/+67
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau2-26/+47
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau1-16/+25
2024-05-06net: add code for TCP fraglist GROFelix Fietkau2-0/+30
2024-05-06net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau2-0/+125
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau2-27/+27
2024-05-04Revert "net: mirror skb frag ref/unref helpers"Mina Almasry2-5/+43
2024-05-04net: no longer acquire RTNL in threaded_show()Eric Dumazet2-6/+6
2024-05-04rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet1-37/+22
2024-05-04rtnetlink: change rtnl_stats_dump() return valueEric Dumazet1-1/+1
2024-05-03ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados4-3/+5
2024-05-03appletalk: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados7-21/+5
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados10-26/+9
2024-05-03net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados4-4/+0
2024-05-03net: rds: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados3-3/+0
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados11-35/+13
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados6-26/+14
2024-05-03net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet1-4/+9
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-51/+111
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds22-51/+110
2024-05-02net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti2-0/+2
2024-05-02net: gro: add flush check in udp_gro_receive_segmentRichard Gobert1-1/+11
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert8-4/+13
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2-1/+4
2024-05-02net: dsa: Remove adjust_link pathsFlorian Fainelli2-130/+12