summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-167/+327
2022-07-01SUNRPC: Fix READ_PLUS crasherChuck Lever1-1/+1
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang4-2/+33
2022-06-30net: rose: fix UAF bugs caused by timer handlerDuoming Zhou1-15/+19
2022-06-30ipv6: remove redundant store to value after additionColin Ian King1-1/+1
2022-06-30ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet1-2/+2
2022-06-30net: dsa: add get_pause_stats supportOleksij Rempel1-0/+11
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski4-26/+65
2022-06-29bpf: expose bpf_{g,s}etsockopt to lsm cgroupStanislav Fomichev1-7/+53
2022-06-29net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua1-0/+1
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-29net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing1-1/+0
2022-06-29ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou1-5/+3
2022-06-29af_unix: Do not call kmemdup() for init_net's sysctl table.Kuniyuki Iwashima1-6/+13
2022-06-29mptcp: fix race on unaccepted mptcp socketsPaolo Abeni3-0/+59
2022-06-29mptcp: consistent map handling on failurePaolo Abeni1-10/+9
2022-06-29mptcp: fix shutdown vs fallback racePaolo Abeni4-6/+19
2022-06-29mptcp: invoke MP_FAIL response when neededGeliang Tang4-45/+82
2022-06-29mptcp: introduce MAPPING_BAD_CSUMPaolo Abeni1-9/+9
2022-06-29mptcp: fix error mibs accountingPaolo Abeni3-6/+4
2022-06-28xsk: Clear page contiguity bit when unmapping poolIvan Malov1-0/+1
2022-06-28ipv6/addrconf: fix timing bug in tempaddr regenSam Edwards1-29/+33
2022-06-28bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend1-1/+1
2022-06-28ipv6: take care of disable_policy when restoring routesNicolas Dichtel2-5/+8
2022-06-28net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira1-8/+14
2022-06-27netfilter: br_netfilter: do not skip all hooks with 0 priorityFlorian Westphal1-3/+18
2022-06-27netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal2-23/+45
2022-06-27netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso1-0/+2
2022-06-27ipmr: fix a lockdep splat in ipmr_rtm_dumplink()Eric Dumazet1-1/+1
2022-06-27tipc: move bc link creation back to tipc_node_createXin Long1-19/+22
2022-06-27tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()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-25tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet1-1/+5
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