Age | Commit message (Expand) | Author |
2022-05-19 | SUNRPC: Don't disable preemption while calling svc_pool_for_cpu(). | Sebastian Andrzej Siewior |
2022-05-19 | SUNRPC: Remove svc_rqst::rq_xprt_hlen | Chuck Lever |
2022-05-19 | SUNRPC: Remove dead code in svc_tcp_release_rqst() | Chuck Lever |
2022-05-19 | SUNRPC: Cache deferral injection | Chuck Lever |
2022-05-19 | Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-05-19 | tls: Add opt-in zerocopy mode of sendfile() | Boris Pismenny |
2022-05-19 | net: bridge: Clear offload_fwd_mark when passing frame up bridge interface. | Andrew Lunn |
2022-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski |
2022-05-18 | libceph: fix misleading ceph_osdc_cancel_request() comment | Ilya Dryomov |
2022-05-18 | libceph: fix potential use-after-free on linger ping and resends | Ilya Dryomov |
2022-05-18 | netfilter: nf_tables: disable expression reduction infra | Pablo Neira Ayuso |
2022-05-18 | netfilter: flowtable: move dst_check to packet path | Ritaro Takenaka |
2022-05-18 | netfilter: flowtable: fix TCP flow teardown | Pablo Neira Ayuso |
2022-05-18 | random32: use real rng for non-deterministic randomness | Jason A. Donenfeld |
2022-05-18 | mptcp: Do TCP fallback on early DSS checksum failure | Mat Martineau |
2022-05-18 | mptcp: fix checksum byte order | Paolo Abeni |
2022-05-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2022-05-18 | net: af_key: check encryption module availability consistency | Thomas Bartschies |
2022-05-18 | net: af_key: add check for pfkey_broadcast in function pfkey_process | Jiasheng Jiang |
2022-05-18 | netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list" | Stephen Rothwell |
2022-05-17 | dn_route: set rt neigh to blackhole_netdev instead of loopback_dev in ifdown | Xin Long |
2022-05-17 | NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc | Duoming Zhou |
2022-05-17 | net/smc: rdma write inline if qp has sufficient inline space | Guangguan Wang |
2022-05-17 | net/smc: send cdc msg inline if qp has sufficient inline space | Guangguan Wang |
2022-05-17 | mac80211: refactor freeing the next_beacon | Johannes Berg |
2022-05-17 | ax25: merge repeat codes in ax25_dev_device_down() | Lu Wei |
2022-05-17 | xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdown | Xin Long |
2022-05-16 | Merge tag 'linux-can-next-for-5.19-20220516' of git://git.kernel.org/pub/scm/... | Jakub Kicinski |
2022-05-16 | af_unix: Silence randstruct GCC plugin warning | Kees Cook |
2022-05-16 | mptcp: sockopt: add TCP_DEFER_ACCEPT support | Florian Westphal |
2022-05-16 | Revert "mptcp: add data lock for sk timers" | Paolo Abeni |
2022-05-16 | can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting | Oliver Hartkopp |
2022-05-16 | can: isotp: add support for transmission without flow control | Oliver Hartkopp |
2022-05-16 | can: raw: add support for SO_TXTIME/SCM_TXTIME | Marc Kleine-Budde |
2022-05-16 | can: raw: raw_sendmsg(): remove not needed setting of skb->sk | Marc Kleine-Budde |
2022-05-16 | netfilter: conntrack: remove pr_debug callsites from tcp tracker | Florian Westphal |
2022-05-16 | netfilter: nf_conncount: reduce unnecessary GC | William Tu |
2022-05-16 | netfilter: Use l3mdev flow key when re-routing mangled packets | Martin Willi |
2022-05-16 | netfilter: nft_flow_offload: fix offload with pppoe + vlan | Felix Fietkau |
2022-05-16 | net: fix dev_fill_forward_path with pppoe + bridge | Felix Fietkau |
2022-05-16 | netfilter: nft_flow_offload: skip dst neigh lookup for ppp devices | Felix Fietkau |
2022-05-16 | netfilter: flowtable: fix excessive hw offload attempts after failure | Felix Fietkau |
2022-05-16 | net/sched: act_pedit: sanitize shift argument before usage | Paolo Abeni |
2022-05-16 | net: call skb_defer_free_flush() before each napi_poll() | Eric Dumazet |
2022-05-16 | net: add skb_defer_max sysctl | Eric Dumazet |
2022-05-16 | net: use napi_consume_skb() in skb_defer_free_flush() | Eric Dumazet |
2022-05-16 | net: fix possible race in skb_attempt_defer_free() | Eric Dumazet |
2022-05-16 | net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv() | Menglong Dong |
2022-05-16 | net: skb: check the boundrary of drop reason in kfree_skb_reason() | Menglong Dong |
2022-05-16 | net: dm: check the boundary of skb drop reasons | Menglong Dong |