summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-07-11wifi: cfg80211: fix a comment in cfg80211_mlme_mgmt_tx()Veerendranath Jakkam
2022-07-11wifi: nl80211: Fix reading NL80211_ATTR_MLO_LINK_ID in nl80211_pre_doitVeerendranath Jakkam
2022-07-10SUNRPC: Fix an RPC/RDMA performance regressionTrond Myklebust
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-09netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso
2022-07-09af_unix: fix unix_sysctl_register() error pathEric Dumazet
2022-07-09vlan: fix memory leak in vlan_newlink()Eric Dumazet
2022-07-09mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.hGeliang Tang
2022-07-09netfilter: nf_log: incorrect offset to network headerPablo Neira Ayuso
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet
2022-07-099p: Drop kref usageKent Overstreet
2022-07-08net: rxrpc: fix clang -Wformat warningJustin Stitt
2022-07-08tls: rx: make tls_wait_data() return an recvmsg retcodeJakub Kicinski
2022-07-08tls: create an internal headerJakub Kicinski
2022-07-08tls: rx: coalesce exit paths in tls_decrypt_sg()Jakub Kicinski
2022-07-08tls: rx: wrap decrypt params in a structJakub Kicinski
2022-07-08tls: rx: always allocate max possible aad size for decryptJakub Kicinski
2022-07-08strparser: pad sk_skb_cb to avoid straddling cachelinesJakub Kicinski
2022-07-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-07-08net: minor optimization in __alloc_skb()Eric Dumazet
2022-07-08l2tp: l2tp_debugfs: fix Clang -Wformat warningsJustin Stitt
2022-07-08ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima
2022-07-08icmp: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-08cipso: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-08inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-08tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima
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-07netfilter: conntrack: fix crash due to confirmed bit load reorderingFlorian Westphal
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-06xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh
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-05bpf: Omit superfluous address family check in __bpf_skc_lookupTobias Klauser
2022-07-05af_unix: Put pathname sockets in the global hash table.Kuniyuki Iwashima
2022-07-04net: ipconfig: use strscpy to replace strlcpyXueBing Chen