Show patches with: State = Action Required       |    Archived = No       |   23138 patches
« 1 2 ... 52 53 54231 232 »
Patch Series S/W/F Date Submitter Delegate State
[net-next] net/sched: get rid of qdisc->padded [net-next] net/sched: get rid of qdisc->padded --- 2020-10-07 Eric Dumazet New
[net] macsec: avoid use-after-free in macsec_handle_frame() [net] macsec: avoid use-after-free in macsec_handle_frame() --- 2020-10-07 Eric Dumazet New
[net] tcp: fix receive window update in tcp_add_backlog() [net] tcp: fix receive window update in tcp_add_backlog() --- 2020-10-05 Eric Dumazet New
[net-next,2/2] tcp: add exponential backoff in __tcp_send_ack() tcp: exponential backoff in tcp_send_ack() --- 2020-09-30 Eric Dumazet New
[net-next,1/2] inet: remove icsk_ack.blocked tcp: exponential backoff in tcp_send_ack() --- 2020-09-30 Eric Dumazet New
[net,1/2] bonding: set dev->needed_headroom in bond_setup_by_slave() [net,1/2] bonding: set dev->needed_headroom in bond_setup_by_slave() --- 2020-09-25 Eric Dumazet New
[net,1/2] net: qrtr: check skb_put_padto() return value [net,1/2] net: qrtr: check skb_put_padto() return value --- 2020-09-09 Eric Dumazet New
[net] mac802154: tx: fix use-after-free [net] mac802154: tx: fix use-after-free --- 2020-09-08 Eric Dumazet New
[net-next] inet: remove inet_sk_copy_descendant() [net-next] inet: remove inet_sk_copy_descendant() --- 2020-08-26 Eric Dumazet New
[net-next,2/3] selftests: net: tcp_mmap: Use huge pages in send path [net-next,1/3] selftests: net: tcp_mmap: use madvise(MADV_DONTNEED) --- 2020-08-20 Eric Dumazet New
[net-next,1/3] selftests: net: tcp_mmap: use madvise(MADV_DONTNEED) [net-next,1/3] selftests: net: tcp_mmap: use madvise(MADV_DONTNEED) --- 2020-08-20 Eric Dumazet New
[net] random32: add a tracepoint for prandom_u32() [net] random32: add a tracepoint for prandom_u32() --- 2020-08-13 Eric Dumazet New
[net] tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key() [net] tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key() --- 2020-06-30 Eric Dumazet New
[net] tcp: fix SO_RCVLOWAT possible hangs under high mem pressure [net] tcp: fix SO_RCVLOWAT possible hangs under high mem pressure --- 2020-06-30 Eric Dumazet New
[net] netfilter: ipset: call ip_set_free() instead of kfree() [net] netfilter: ipset: call ip_set_free() instead of kfree() --- 2020-06-30 Eric Dumazet New
[net-next,5/5] udp: move gro declarations to net/udp.h [net-next,1/5] tcp: add declarations to avoid warnings --- 2020-06-23 Eric Dumazet New
[net-next,4/5] net: move tcp gro declarations to net/tcp.h [net-next,1/5] tcp: add declarations to avoid warnings --- 2020-06-23 Eric Dumazet New
[net-next,1/5] tcp: add declarations to avoid warnings [net-next,1/5] tcp: add declarations to avoid warnings --- 2020-06-23 Eric Dumazet New
[net-next,2/2] tcp: remove indirect calls for icsk->icsk_af_ops->send_check Untitled series #40773 --- 2020-06-19 Eric Dumazet New
[v2,net-next] ipv6: icmp6: avoid indirect call for icmpv6_send() [v2,net-next] ipv6: icmp6: avoid indirect call for icmpv6_send() --- 2020-06-19 Eric Dumazet New
[v2,net-next,6/6] net: tso: add UDP segmentation support [v2,net-next,1/6] octeontx2-af: change (struct qmem)->entry_sz from u8 to u16 --- 2020-06-18 Eric Dumazet New
[v2,net-next,1/6] octeontx2-af: change (struct qmem)->entry_sz from u8 to u16 [v2,net-next,1/6] octeontx2-af: change (struct qmem)->entry_sz from u8 to u16 --- 2020-06-18 Eric Dumazet New
[net-next,4/5] net: tso: cache transport header length net: tso: expand to UDP support --- 2020-06-17 Eric Dumazet New
[net-next,2/5] net: tso: shrink struct tso_t net: tso: expand to UDP support --- 2020-06-17 Eric Dumazet New
[net-next] net: tso: double TSO_HEADER_SIZE value [net-next] net: tso: double TSO_HEADER_SIZE value --- 2020-06-17 Eric Dumazet New
[net] tcp: grow window for OOO packets only for SACK flows [net] tcp: grow window for OOO packets only for SACK flows --- 2020-06-16 Eric Dumazet New
[net] l2tp: add sk_family checks to l2tp_validate_socket [net] l2tp: add sk_family checks to l2tp_validate_socket --- 2020-05-29 Eric Dumazet New
[net] l2tp: do not use inet_hash()/inet_unhash() [net] l2tp: do not use inet_hash()/inet_unhash() --- 2020-05-29 Eric Dumazet New
[net] net: be more gentle about silly gso requests coming from user [net] net: be more gentle about silly gso requests coming from user --- 2020-05-28 Eric Dumazet New
[net-next,1/2] tcp: add tcp_ld_RTO_revert() helper [net-next,1/2] tcp: add tcp_ld_RTO_revert() helper --- 2020-05-27 Eric Dumazet New
[net-next] tcp: tcp_v4_err() icmp skb is named icmp_skb [net-next] tcp: tcp_v4_err() icmp skb is named icmp_skb --- 2020-05-26 Eric Dumazet New
[net-next] bnx2x: allow bnx2x_bsc_read() to schedule [net-next] bnx2x: allow bnx2x_bsc_read() to schedule --- 2020-05-23 Eric Dumazet New
[net] tcp: fix error recovery in tcp_zerocopy_receive() [net] tcp: fix error recovery in tcp_zerocopy_receive() --- 2020-05-14 Eric Dumazet New
[net] tcp: fix SO_RCVLOWAT hangs with fat skbs [net] tcp: fix SO_RCVLOWAT hangs with fat skbs --- 2020-05-12 Eric Dumazet New
[net-next] net: relax SO_TXTIME CAP_NET_ADMIN check [net-next] net: relax SO_TXTIME CAP_NET_ADMIN check --- 2020-05-07 Eric Dumazet New
[net-next,4/5] netpoll: accept NULL np argument in netpoll_send_skb() bonding: report transmit status to callers --- 2020-05-07 Eric Dumazet New
[net-next,2/5] netpoll: move netpoll_send_skb() out of line bonding: report transmit status to callers --- 2020-05-07 Eric Dumazet New
[net] selftests: net: tcp_mmap: fix SO_RCVLOWAT setting [net] selftests: net: tcp_mmap: fix SO_RCVLOWAT setting --- 2020-05-06 Eric Dumazet New
[net] selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive struct [net] selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive struct --- 2020-05-06 Eric Dumazet New
[iproute2] utils: remove trailing zeros in print_time() and print_time64() [iproute2] utils: remove trailing zeros in print_time() and print_time64() --- 2020-05-05 Eric Dumazet New
[iproute2] ss: add support for Gbit speeds in sprint_bw() [iproute2] ss: add support for Gbit speeds in sprint_bw() --- 2020-05-05 Eric Dumazet New
[net-next,1/2] tcp: refine tcp_pacing_delay() for very low pacing rates [net-next,1/2] tcp: refine tcp_pacing_delay() for very low pacing rates --- 2020-05-04 Eric Dumazet New
[net] net_sched: sch_skbprio: add message validation to skbprio_change() [net] net_sched: sch_skbprio: add message validation to skbprio_change() --- 2020-05-03 Eric Dumazet New
[net-next,4/5] net_sched: sch_fq: do not call fq_peek() twice per packet net_sched: sch_fq: round of optimizations --- 2020-05-03 Eric Dumazet New
[net-next,2/5] net_sched: sch_fq: change fq_flow size/layout net_sched: sch_fq: round of optimizations --- 2020-05-03 Eric Dumazet New
[v2,net-next] net_sched: sch_fq: add horizon attribute [v2,net-next] net_sched: sch_fq: add horizon attribute --- 2020-05-01 Eric Dumazet New
[net-next,2/3] tcp: tcp_sack_new_ofo_skb() should be more conservative tcp: sack compression changes --- 2020-04-30 Eric Dumazet New
[iproute2] tc: fq: add timer_slack parameter [iproute2] tc: fq: add timer_slack parameter --- 2020-04-27 Eric Dumazet New
[net] sch_sfq: validate silly quantum values [net] sch_sfq: validate silly quantum values --- 2020-04-27 Eric Dumazet New
[net] fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks [net] fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks --- 2020-04-25 Eric Dumazet New
[net-next,3/3] net/mlx4_en: use napi_complete_done() in TX completion [net-next,1/3] net: napi: add hard irqs deferral feature --- 2020-04-22 Eric Dumazet New
[net-next,1/3] net: napi: add hard irqs deferral feature [net-next,1/3] net: napi: add hard irqs deferral feature --- 2020-04-22 Eric Dumazet New
[net] sched: etf: do not assume all sockets are full blown [net] sched: etf: do not assume all sockets are full blown --- 2020-04-21 Eric Dumazet New
[net] tcp: cache line align MAX_TCP_HEADER [net] tcp: cache line align MAX_TCP_HEADER --- 2020-04-17 Eric Dumazet New
[net-next] net: use indirect call wrappers for skb_copy_datagram_iter() [net-next] net: use indirect call wrappers for skb_copy_datagram_iter() --- 2020-03-25 Eric Dumazet New
[net] tcp: repair: fix TCP_QUEUE_SEQ implementation [net] tcp: repair: fix TCP_QUEUE_SEQ implementation --- 2020-03-19 Eric Dumazet New
[v2,net-next,2/3] net_sched: do not reprogram a timer about to expire net_sched: allow use of hrtimer slack --- 2020-03-17 Eric Dumazet New
[net-next,3/3] net_sched: sch_fq: enable use of hrtimer slack [net-next,1/3] net_sched: add qdisc_watchdog_schedule_range_ns() --- 2020-03-16 Eric Dumazet New
[net-next,1/3] net_sched: add qdisc_watchdog_schedule_range_ns() [net-next,1/3] net_sched: add qdisc_watchdog_schedule_range_ns() --- 2020-03-16 Eric Dumazet New
[net] net: memcg: fix lockdep splat in inet_csk_accept() [net] net: memcg: fix lockdep splat in inet_csk_accept() --- 2020-03-11 Eric Dumazet New
[net] ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast() [net] ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast() --- 2020-03-10 Eric Dumazet New
[net-next] net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_get [net-next] net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_get --- 2020-03-08 Eric Dumazet New
[net] gre: fix uninit-value in __iptunnel_pull_header [net] gre: fix uninit-value in __iptunnel_pull_header --- 2020-03-08 Eric Dumazet New
[1/2] net: ethernet: Fix typo of 'network' in comment [1/2] net: ethernet: Fix typo of 'network' in comment --- 2021-03-31 Eric Lin New
[v4] samples/bpf: Add xdp_stat sample program [v4] samples/bpf: Add xdp_stat sample program --- 2020-03-29 Eric Sage New
mt7530 fix mt7530_fdb_write vid missing ivl bit mt7530 fix mt7530_fdb_write vid missing ivl bit --- 2021-07-16 Eric Woudstra New
[v2,1/2] can: add support for filtering own messages only [v2,1/2] can: add support for filtering own messages only --- 2021-05-04 Erik Flodin New
[v3] can: proc: fix rcvlist_* header alignment on 64-bit system [v3] can: proc: fix rcvlist_* header alignment on 64-bit system --- 2021-04-25 Erik Flodin New
[2/2] can: raw: add CAN_RAW_RECV_OWN_MSGS_ALL socket option can: Add CAN_RAW_RECV_OWN_MSGS_ALL socket option --- 2021-04-25 Erik Flodin New
can: fix proc/can/net/rcvlist_* header alignment on 64-bit system can: fix proc/can/net/rcvlist_* header alignment on 64-bit system --- 2021-04-25 Erik Flodin New
[net] ice: Correctly deal with PFs that do not support RDMA [net] ice: Correctly deal with PFs that do not support RDMA --- 2021-09-09 Ertman, David M New
[v3,10/10] ASoC: SOF: Intel: CNL: register probes client Auxiliary bus implementation and SOF multi-client support --- 2020-10-23 Ertman, David M New
[v3,09/10] ASoC: SOF: Add new client driver for probes support Auxiliary bus implementation and SOF multi-client support --- 2020-10-23 Ertman, David M New
[v3,08/10] ASoC: SOF: compress: move and export sof_probe_compr_ops Auxiliary bus implementation and SOF multi-client support --- 2020-10-23 Ertman, David M New
[v3,07/10] ASoC: SOF: sof-client: Add client APIs to access probes ops Auxiliary bus implementation and SOF multi-client support --- 2020-10-23 Ertman, David M New
[v3,06/10] ASoC: SOF: Intel: Remove IPC flood test support in SOF core Auxiliary bus implementation and SOF multi-client support --- 2020-10-23 Ertman, David M New
[v3,05/10] ASoC: SOF: Intel: Define ops for client registration Auxiliary bus implementation and SOF multi-client support --- 2020-10-23 Ertman, David M New
[v3,04/10] ASoC: SOF: ops: Add ops for client registration Auxiliary bus implementation and SOF multi-client support --- 2020-10-23 Ertman, David M New
[v3,02/10] ASoC: SOF: Introduce descriptors for SOF client Auxiliary bus implementation and SOF multi-client support --- 2020-10-23 Ertman, David M New
[v3,01/10] Add auxiliary bus support Auxiliary bus implementation and SOF multi-client support --- 2020-10-23 Ertman, David M New
[v2,3/6] ASoC: SOF: Create client driver for IPC test Ancillary bus implementation and SOF multi-client support --- 2020-10-05 Ertman, David M New
[v2,2/6] ASoC: SOF: Introduce descriptors for SOF client Ancillary bus implementation and SOF multi-client support --- 2020-10-05 Ertman, David M New
[v2,1/6] Add ancillary bus support Ancillary bus implementation and SOF multi-client support --- 2020-10-05 Ertman, David M New
net: ll_temac: Remove left-over debug message net: ll_temac: Remove left-over debug message --- 2021-06-21 Esben Haabendal New
[4/4] net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSY Untitled series #138454 --- 2021-06-18 Esben Haabendal New
[2/4] net: ll_temac: Add memory-barriers for TX BD access Untitled series #138454 --- 2021-06-18 Esben Haabendal New
[6/6] net: gianfar: Implement rx_missed_errors counter net: gianfar: 64-bit statistics and rx_missed_errors counter --- 2021-06-17 Esben Haabendal New
[4/6] net: gianfar: Avoid 16 bytes of memset net: gianfar: 64-bit statistics and rx_missed_errors counter --- 2021-06-17 Esben Haabendal New
[2/6] net: gianfar: Extend statistics counters to 64-bit net: gianfar: 64-bit statistics and rx_missed_errors counter --- 2021-06-17 Esben Haabendal New
[2/2] net: usbnet: use new tasklet API Untitled series #96708 --- 2021-01-23 Esmil New
[v2] include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakage [v2] include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakage --- 2021-09-12 Eugene Syromiatnikov New
include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakage include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakage --- 2021-09-01 Eugene Syromiatnikov New
[net-next] taprio: do not use BIT() in TCA_TAPRIO_ATTR_FLAG_* definitions [net-next] taprio: do not use BIT() in TCA_TAPRIO_ATTR_FLAG_* definitions --- 2020-03-24 Eugene Syromiatnikov New
[RFC,v9,09/11] vhost/scsi: switch to buf APIs [RFC,v9,01/11] vhost: option to fetch descriptors through an independent struct --- 2020-06-19 Eugenio Perez Martin New
[RFC,v9,08/11] vhost/test: convert to the buf API [RFC,v9,01/11] vhost: option to fetch descriptors through an independent struct --- 2020-06-19 Eugenio Perez Martin New
[RFC,v9,07/11] vhost/net: avoid iov length math [RFC,v9,01/11] vhost: option to fetch descriptors through an independent struct --- 2020-06-19 Eugenio Perez Martin New
[RFC,v9,04/11] vhost: reorder functions [RFC,v9,01/11] vhost: option to fetch descriptors through an independent struct --- 2020-06-19 Eugenio Perez Martin New
[RFC,v9,03/11] vhost/net: pass net specific struct pointer [RFC,v9,01/11] vhost: option to fetch descriptors through an independent struct --- 2020-06-19 Eugenio Perez Martin New
[RFC,v9,01/11] vhost: option to fetch descriptors through an independent struct [RFC,v9,01/11] vhost: option to fetch descriptors through an independent struct --- 2020-06-19 Eugenio Perez Martin New
ath10k: Acquire tx_lock in tx error paths ath10k: Acquire tx_lock in tx error paths --- 2020-06-04 Evan Green New
« 1 2 ... 52 53 54231 232 »