summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-06-29net: dsa: add get_pause_stats supportOleksij Rempel
2022-06-28net: mptcp: fix some spelling mistake in mptcpMenglong Dong
2022-06-28tcp: diag: add support for TIME_WAIT sockets to tcp_abort()Eric Dumazet
2022-06-28af_unix: Do not call kmemdup() for init_net's sysctl table.Kuniyuki Iwashima
2022-06-28ipv6/addrconf: fix timing bug in tempaddr regenSam Edwards
2022-06-27ipmr: fix a lockdep splat in ipmr_rtm_dumplink()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-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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-23Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski
2022-06-22raw: remove unused variables from raw6_icmp_error()Eric Dumazet
2022-06-22af_unix: Remove unix_table_locks.Kuniyuki Iwashima
2022-06-22af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima
2022-06-22af_unix: Acquire/Release per-netns hash table's locks.Kuniyuki Iwashima
2022-06-22af_unix: Define a per-netns hash table.Kuniyuki Iwashima
2022-06-22af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima
2022-06-22af_unix: Clean up some sock_net() uses.Kuniyuki Iwashima
2022-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-06-21raw: complete rcu conversionEric Dumazet
2022-06-21netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal
2022-06-21netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal
2022-06-20net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan
2022-06-20erspan: do not assume transport header is always setEric Dumazet
2022-06-20raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima