summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-06-28Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell
2022-06-28Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Stephen Rothwell
2022-06-28Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell
2022-06-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wire...Stephen Rothwell
2022-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...Stephen Rothwell
2022-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Stephen Rothwell
2022-06-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/...Stephen Rothwell
2022-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell
2022-06-28Merge branch 'spdx-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Stephen Rothwell
2022-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Stephen Rothwell
2022-06-27mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)
2022-06-27mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-27Merge branch 'master' into mm-stableakpm
2022-06-27ipmr: fix a lockdep splat in ipmr_rtm_dumplink()Eric Dumazet
2022-06-27tipc: move bc link creation back to tipc_node_createXin Long
2022-06-27tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet
2022-06-27Merge tag 'linux-can-next-for-5.20-20220625' of git://git.kernel.org/pub/scm/...David S. Miller
2022-06-27net: dsa: add Renesas RZ/N1 switch tag driverClément Léger
2022-06-27net: dsa: add support for ethtool get_rmon_stats()Clément Léger
2022-06-27net: dsa: allow port_bridge_join() to override extack messageClément Léger
2022-06-24raw: fix a typo in raw_icmp_error()Eric Dumazet
2022-06-24tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet
2022-06-24net: helper function skb_len_addRichard Gobert
2022-06-24ip6mr: convert mrt_lock to a spinlockEric Dumazet
2022-06-24ipmr: convert mrt_lock to a spinlockEric Dumazet
2022-06-24ipmr: convert /proc handlers to rcu_read_lock()Eric Dumazet
2022-06-24ipmr: adopt rcu_read_lock() in mr_dump()Eric Dumazet
2022-06-24ip6mr: switch ip6mr_get_route() to rcu_read_lock()Eric Dumazet
2022-06-24ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()Eric Dumazet
2022-06-24ip6mr: do not acquire mrt_lock before calling ip6mr_cache_unresolvedEric Dumazet
2022-06-24ip6mr: do not acquire mrt_lock in ioctl(SIOCGETMIFCNT_IN6)Eric Dumazet
2022-06-24ip6mr: do not acquire mrt_lock in pim6_rcv()Eric Dumazet
2022-06-24ip6mr: ip6mr_cache_report() changesEric Dumazet
2022-06-24ipmr: do not acquire mrt_lock in ipmr_get_route()Eric Dumazet
2022-06-24ipmr: do not acquire mrt_lock while calling ip_mr_forward()Eric Dumazet
2022-06-24ipmr: do not acquire mrt_lock before calling ipmr_cache_unresolved()Eric Dumazet
2022-06-24ipmr: do not acquire mrt_lock in ioctl(SIOCGETVIFCNT)Eric Dumazet
2022-06-24ipmr: do not acquire mrt_lock in __pim_rcv()Eric Dumazet
2022-06-24ipmr: ipmr_cache_report() changesEric Dumazet
2022-06-24ipmr: change igmpmsg_netlink_event() prototypeEric Dumazet
2022-06-24ipmr: add rcu protection over (struct vif_device)->devEric Dumazet
2022-06-24ip6mr: do not get a device reference in pim6_rcv()Eric Dumazet
2022-06-24xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao
2022-06-23net: clear msg_get_inq in __sys_recvfrom() and __copy_msghdr_from_user()Eric Dumazet
2022-06-23net/ncsi: use proper "mellanox" DT vendor prefixKrzysztof Kozlowski
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz
2022-06-23bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_statusJörn-Thorben Hinz
2022-06-23Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-06-23net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden