summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-07-07net: l2tp: fix clang -Wformat warningJustin Stitt
2022-07-07net: page_pool: optimize page pool page allocation in NUMA scenarioJie Wang
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-07Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-07-07af_unix: Optimise hash table layout.Kuniyuki Iwashima
2022-07-06net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou
2022-07-06Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman
2022-07-06tls: rx: periodically flush socket backlogJakub Kicinski
2022-07-06tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski
2022-07-06tls: rx: support optimistic decrypt to user buffer with TLS 1.3Jakub Kicinski
2022-07-06tls: rx: don't include tail size in data_lenJakub Kicinski
2022-07-06mptcp: update MIB_RMSUBFLOW in cmd_sf_destroyGeliang Tang
2022-07-06mptcp: fix local endpoint accountingPaolo Abeni
2022-07-06mptcp: netlink: issue MP_PRIO signals from userspace PMsKishen Maloor
2022-07-06mptcp: Acquire the subflow socket lock before modifying MP_PRIO flagsMat Martineau
2022-07-06mptcp: Avoid acquiring PM lock for subflow priority changesMat Martineau
2022-07-06mptcp: fix locking in mptcp_nl_cmd_sf_destroy()Paolo Abeni
2022-07-06net/sched: act_police: allow 'continue' action offloadVlad Buslov
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk
2022-07-05af_unix: Put pathname sockets in the global hash table.Kuniyuki Iwashima
2022-07-04net: ipconfig: use strscpy to replace strlcpyXueBing Chen
2022-07-04can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp
2022-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-07-02netfilter: nft_set_pipapo: release elements in clone from abort pathPablo Neira Ayuso
2022-07-02netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso
2022-07-02Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-07-02net: dsa: tag_ksz: add tag handling for Microchip LAN937xPrasanna Vengateshan
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-07-01mptcp: refine memory schedulingPaolo Abeni
2022-07-01mptcp: drop SK_RECLAIM_* macrosPaolo Abeni
2022-07-01mptcp: never fetch fwd memory from the subflowPaolo Abeni
2022-06-30time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-30SUNRPC: Fix READ_PLUS crasherChuck Lever
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang
2022-06-30net: rose: fix UAF bugs caused by timer handlerDuoming Zhou
2022-06-29ipv6: remove redundant store to value after additionColin Ian King
2022-06-29ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet
2022-06-29net: dsa: add get_pause_stats supportOleksij Rempel
2022-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-06-29net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua
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-28net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing
2022-06-28ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou
2022-06-28af_unix: Do not call kmemdup() for init_net's sysctl table.Kuniyuki Iwashima
2022-06-28mptcp: fix race on unaccepted mptcp socketsPaolo Abeni
2022-06-28mptcp: consistent map handling on failurePaolo Abeni
2022-06-28mptcp: fix shutdown vs fallback racePaolo Abeni