summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-05-07net: dccp: Fix ccid2_rtt_estimator() kernel-docJeff Johnson
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for many attributesEric Dumazet
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet
2024-05-06Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-05-06mptcp: fix typos in commentsShi-Sheng Yang
2024-05-06net: add heuristic for enabling TCP fraglist GROFelix Fietkau
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau
2024-05-06net: add code for TCP fraglist GROFelix Fietkau
2024-05-06net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau
2024-05-03Revert "net: mirror skb frag ref/unref helpers"Mina Almasry
2024-05-03net: no longer acquire RTNL in threaded_show()Eric Dumazet
2024-05-03rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet
2024-05-03rtnetlink: change rtnl_stats_dump() return valueEric Dumazet
2024-05-03ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03appletalk: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados
2024-05-03net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03net: rds: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-02net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-05-02net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti
2024-05-02net: gro: add flush check in udp_gro_receive_segmentRichard Gobert
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida
2024-05-01net: dsa: Remove adjust_link pathsFlorian Fainelli
2024-05-01tipc: fix a possible memleak in tipc_buf_appendXin Long
2024-05-01tipc: fix UAF in error pathPaolo Abeni
2024-05-01arp: Convert ioctl(SIOCGARP) to RCU.Kuniyuki Iwashima
2024-05-01net: Protect dev->name by seqlock.Kuniyuki Iwashima
2024-05-01arp: Get dev after calling arp_req_(delete|set|get)().Kuniyuki Iwashima
2024-05-01arp: Remove a nest in arp_req_get().Kuniyuki Iwashima
2024-05-01arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete().Kuniyuki Iwashima
2024-05-01arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl().Kuniyuki Iwashima
2024-05-01arp: Move ATF_COM setting in arp_req_set().Kuniyuki Iwashima
2024-05-01rxrpc: Clients must accept conn from any addressJeffrey Altman
2024-05-01ipv6: anycast: use call_rcu_hurry() in aca_put()Eric Dumazet
2024-05-01net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau