summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-06-30ipv6: remove redundant store to value after additionColin Ian King1-1/+1
2022-06-30net: dsa: add get_pause_stats supportOleksij Rempel1-0/+11
2022-06-29net: mptcp: fix some spelling mistake in mptcpMenglong Dong2-2/+2
2022-06-29tcp: diag: add support for TIME_WAIT sockets to tcp_abort()Eric Dumazet1-9/+17
2022-06-29af_unix: Do not call kmemdup() for init_net's sysctl table.Kuniyuki Iwashima1-6/+13
2022-06-28ipv6/addrconf: fix timing bug in tempaddr regenSam Edwards1-29/+33
2022-06-27ipmr: fix a lockdep splat in ipmr_rtm_dumplink()Eric Dumazet1-1/+1
2022-06-27Merge tag 'linux-can-next-for-5.20-20220625' of git://git.kernel.org/pub/scm/...David S. Miller1-3/+2
2022-06-27net: dsa: add Renesas RZ/N1 switch tag driverClément Léger3-0/+121
2022-06-27net: dsa: add support for ethtool get_rmon_stats()Clément Léger1-0/+13
2022-06-27net: dsa: allow port_bridge_join() to override extack messageClément Léger1-2/+3
2022-06-25raw: fix a typo in raw_icmp_error()Eric Dumazet1-1/+1
2022-06-25net: helper function skb_len_addRichard Gobert3-19/+6
2022-06-24ip6mr: convert mrt_lock to a spinlockEric Dumazet1-15/+14
2022-06-24ipmr: convert mrt_lock to a spinlockEric Dumazet1-10/+9
2022-06-24ipmr: convert /proc handlers to rcu_read_lock()Eric Dumazet2-8/+8
2022-06-24ipmr: adopt rcu_read_lock() in mr_dump()Eric Dumazet3-7/+5
2022-06-24ip6mr: switch ip6mr_get_route() to rcu_read_lock()Eric Dumazet1-5/+5
2022-06-24ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()Eric Dumazet1-9/+1
2022-06-24ip6mr: do not acquire mrt_lock before calling ip6mr_cache_unresolvedEric Dumazet1-6/+6
2022-06-24ip6mr: do not acquire mrt_lock in ioctl(SIOCGETMIFCNT_IN6)Eric Dumazet1-20/+22
2022-06-24ip6mr: do not acquire mrt_lock in pim6_rcv()Eric Dumazet1-3/+2
2022-06-24ip6mr: ip6mr_cache_report() changesEric Dumazet1-15/+20
2022-06-24ipmr: do not acquire mrt_lock in ipmr_get_route()Eric Dumazet1-2/+0
2022-06-24ipmr: do not acquire mrt_lock while calling ip_mr_forward()Eric Dumazet1-7/+2
2022-06-24ipmr: do not acquire mrt_lock before calling ipmr_cache_unresolved()Eric Dumazet1-17/+8
2022-06-24ipmr: do not acquire mrt_lock in ioctl(SIOCGETVIFCNT)Eric Dumazet1-20/+22
2022-06-24ipmr: do not acquire mrt_lock in __pim_rcv()Eric Dumazet1-5/+5
2022-06-24ipmr: ipmr_cache_report() changesEric Dumazet1-16/+29
2022-06-24ipmr: change igmpmsg_netlink_event() prototypeEric Dumazet1-2/+2
2022-06-24ipmr: add rcu protection over (struct vif_device)->devEric Dumazet3-73/+104
2022-06-24ip6mr: do not get a device reference in pim6_rcv()Eric Dumazet1-2/+0
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-70/+120
2022-06-23Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-70/+119
2022-06-23net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden1-1/+1
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski3-3/+7
2022-06-23Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski1-3/+0
2022-06-23raw: remove unused variables from raw6_icmp_error()Eric Dumazet1-3/+0
2022-06-22af_unix: Remove unix_table_locks.Kuniyuki Iwashima2-41/+9
2022-06-22af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima2-36/+23
2022-06-22af_unix: Acquire/Release per-netns hash table's locks.Kuniyuki Iwashima2-32/+66
2022-06-22af_unix: Define a per-netns hash table.Kuniyuki Iwashima1-6/+32
2022-06-22af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima2-13/+11
2022-06-22af_unix: Clean up some sock_net() uses.Kuniyuki Iwashima2-21/+15
2022-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski4-25/+27
2022-06-21raw: complete rcu conversionEric Dumazet2-6/+6
2022-06-21netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal1-4/+15
2022-06-21netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal1-4/+10
2022-06-20net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan1-0/+3
2022-06-20erspan: do not assume transport header is always setEric Dumazet2-10/+20