messages from 2018-02-15 12:27:03 to 2018-02-16 16:56:41 UTC [more...]
[PATCH iproute2-next v5 0/9] ipaddress: Make print_linkinfo_brief() static
2018-02-16 16:56 UTC (12+ messages)
` [PATCH iproute2-next v5 1/9] ipaddress: Abstract IFA_LABEL matching code
` [PATCH iproute2-next v5 2/9] ipaddress: ll_map: Replace ll_idx_n2a() with ll_index_to_name()
` [PATCH iproute2-next v5 3/9] utils: Reimplement ll_idx_n2a() and introduce ll_idx_a2n()
` [PATCH iproute2-next v5 4/9] ipaddress: Improve print_linkinfo()
` [PATCH iproute2-next v5 5/9] ipaddress: Simplify print_linkinfo_brief() and it's usage
` [PATCH iproute2-next v5 6/9] lib: Correct object file dependencies
` [PATCH iproute2-next v5 7/9] utils: Introduce and use get_ifname_rta()
` [PATCH iproute2-next v5 8/9] utils: Introduce and use print_name_and_link() to print name@link
` [PATCH iproute2-next v5 9/9] ipaddress: Make print_linkinfo_brief() static
[PATCH][V2] net: dsa: mv88e6xxx: avoid unintended sign extension on a 16 bit shift
2018-02-16 16:55 UTC
[PATCH RFC 0/4] net: add bpfilter
2018-02-16 16:53 UTC (8+ messages)
` [PATCH RFC 1/4] modules: allow insmod load regular elf binaries
` [PATCH RFC 2/4] bpf: introduce bpfilter commands
` [PATCH RFC 3/4] net: initial bpfilter skeleton
` [PATCH RFC 4/4] bpf: rough bpfilter codegen example hack
[PATCH] i40evf: remove redundant array comparisons to 0 checks
2018-02-16 16:53 UTC (3+ messages)
Serious performance degradation in Linux 4.15
2018-02-16 16:48 UTC (8+ messages)
TCP and BBR: reproducibly low cwnd and bandwidth
2018-02-16 16:45 UTC (7+ messages)
[PATCH v2] ravb: add support for changing MTU
2018-02-16 16:10 UTC
[PATCH v2] net: dsa: mv88e6xxx: hwtstamp: fix potential negative array index read
2018-02-16 15:56 UTC (5+ messages)
[PATCH][next] net: dsa: mv88e6xxx: avoid unintended sign extension on a 16 bit shift
2018-02-16 15:53 UTC (3+ messages)
[RFC][PATCH bpf v2 1/2] bpf: allow 64-bit offsets for bpf function calls
2018-02-16 15:50 UTC (4+ messages)
[PATCH] inet: don't call skb_orphan if tproxy happens in layer 2
2018-02-16 15:44 UTC (3+ messages)
[RFC net PATCH] virtio_net: disable XDP_REDIRECT in receive_mergeable() case
2018-02-16 15:41 UTC (3+ messages)
Targeted B2B Companies Emails List
2018-02-16 14:47 UTC
[PATCH net] netfilter: xt_hashlimit: fix lock imbalance
2018-02-16 14:00 UTC (2+ messages)
[PATCH net] tg3: APE heartbeat changes
2018-02-16 13:40 UTC (2+ messages)
[PATCH V6 2/4] sctp: Add ip option support
2018-02-16 12:56 UTC (3+ messages)
[PATCH net] sctp: remove the left unnecessary check for chunk in sctp_renege_events
2018-02-16 12:26 UTC (3+ messages)
[PATCH net] netfilter: unlock xt_table earlier in __do_replace
2018-02-16 11:25 UTC (3+ messages)
ppp/pppoe, still panic 4.15.3 in ppp_push
2018-02-16 11:13 UTC (14+ messages)
[PATCH] ptr_ring: Remove now-redundant smp_read_barrier_depends()
2018-02-16 11:06 UTC
[PATCH v7 02/37] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU
2018-02-16 10:47 UTC (3+ messages)
Commit 05cf0d1bf4 ("net: stmmac: free an skb first when there are no longer any descriptors using it") breaks stmmac?
2018-02-16 10:10 UTC (7+ messages)
` "
[PATCH iproute2-next] ip link: add support to display extended tun attributes
2018-02-16 10:03 UTC
[PATCH net-next] tun: export flags, uid, gid, queue information over netlink
2018-02-16 10:03 UTC
[PATCH net] xfrm: reuse uncached_list to track xdsts
2018-02-16 9:46 UTC (3+ messages)
Information
2018-02-16 9:40 UTC
INFO: task hung in tun_chr_close
2018-02-16 8:23 UTC (2+ messages)
[PATCH][next] wil6210: fix spelling mistake: "preperation"-> "preparation"
2018-02-16 8:14 UTC (2+ messages)
[RFC PATCH] ptr_ring: linked list fallback
2018-02-16 7:40 UTC
[PATCH bpf] bpf: fix mlock precharge on arraymaps
2018-02-16 5:37 UTC (2+ messages)
[PATCH net] tg3: APE heartbeat changes
2018-02-16 5:16 UTC
[PATCH net] tg3: APE heartbeat changes
2018-02-16 4:31 UTC
[PATCH net-next 0/2] nfp: whitespace sync and flower TCP flags
2018-02-16 4:19 UTC (3+ messages)
` [PATCH net-next 1/2] nfp: standardize FW header whitespace
` [PATCH net-next 2/2] nfp: flower: implement tcp flag match offload
[RFC PATCH] net/ncsi: Add generic netlink family
2018-02-16 4:08 UTC
[PATCH net v4 02/13] net/8390: Fix msg_enable patch snafu
2018-02-16 3:47 UTC (5+ messages)
KASAN: use-after-free Read in sit_tunnel_xmit
2018-02-16 0:22 UTC (4+ messages)
[PATCH net] rxrpc: Work around usercopy check
2018-02-15 22:59 UTC
v4.16-rc1 misaligned atomics in skb__clone / __napi_alloc_skb
2018-02-15 22:47 UTC (7+ messages)
` [PATCH net] tun: fix tun_napi_alloc_frags() frag allocator
[PATCH iproute2-next v4 0/9] ipaddress: Make print_linkinfo_brief() static
2018-02-15 21:25 UTC (14+ messages)
` [PATCH iproute2-next v4 1/9] ipaddress: Abstract IFA_LABEL matching code
` [PATCH iproute2-next v4 2/9] ipaddress: ll_map: Replace ll_idx_n2a() with ll_index_to_name()
` [PATCH iproute2-next v4 3/9] utils: Reimplement ll_idx_n2a() and introduce ll_idx_a2n()
` [PATCH iproute2-next v4 4/9] ipaddress: Improve print_linkinfo()
` [PATCH iproute2-next v4 5/9] ipaddress: Simplify print_linkinfo_brief() and it's usage
` [PATCH iproute2-next v4 6/9] lib: Correct object file dependencies
` [PATCH iproute2-next v4 7/9] utils: Introduce and use get_ifname_rta()
` [PATCH iproute2-next v4 8/9] utils: Introduce and use print_name_and_link() to print name@link
` [PATCH iproute2-next v4 9/9] ipaddress: Make print_linkinfo_brief() static
pull request: bluetooth-next 2018-02-15
2018-02-15 20:44 UTC (2+ messages)
[PATCH v3 net-next 0/7] RDS: zerocopy support
2018-02-15 20:43 UTC (17+ messages)
` [PATCH v3 net-next 1/7] skbuff: export mm_[un]account_pinned_pages for other modules
` [PATCH v3 net-next 2/7] rds: hold a sock ref from rds_message to the rds_sock
` [PATCH v3 net-next 3/7] sock: permit SO_ZEROCOPY on PF_RDS socket
` [PATCH v3 net-next 4/7] rds: support for zcopy completion notification
` [PATCH v3 net-next 5/7] rds: zerocopy Tx support
` [PATCH v3 net-next 6/7] selftests/net: add support for PF_RDS sockets
` [PATCH v3 net-next 7/7] selftests/net: add zerocopy support for PF_RDS test case
[PATCH net-next v2] selftests/net: fixes psock_fanout eBPF test case
2018-02-15 20:43 UTC (2+ messages)
[PATCH net v2] fib_semantics: Don't match route with mismatching tclassid
2018-02-15 20:42 UTC (2+ messages)
[PATCH net-next] net/ipv4: Remove fib table id from rtable
2018-02-15 20:42 UTC (2+ messages)
[PATCH net-next 0/7] tools: tc-testing: Plugin Architecture
2018-02-15 20:38 UTC (2+ messages)
[PATCH net-next v2 0/3] Add ioctl() SIOCGSKNS cmd to allow obtaining net ns of tun device
2018-02-15 20:35 UTC (2+ messages)
[PATCH v1 0/1] Parfait changes
2018-02-15 20:27 UTC (2+ messages)
` [PATCH v1 1/1] drivers: isdn: NULL pointer dereference [null-pointer-deref] (CWE 476) problem
[PATCH] i40e: check that pointer vsi is not null before dereferencing it
2018-02-15 19:50 UTC
[PATCH] i40evf: pass struct virtchnl_filter by reference rather than by value
2018-02-15 19:26 UTC
Hello Dear,
2018-02-15 19:20 UTC
[PATCH v2] ss: prepare rth when killing inet sock
2018-02-15 19:11 UTC
Potential deadlock BUG in drivers/net/wireless/st/cw1200/sta.c (Linux 4.9)
2018-02-15 19:05 UTC (3+ messages)
[PATCH net] net: sched: fix unbalance in the error path of tca_action_flush()
2018-02-15 19:05 UTC (3+ messages)
[PATCH iproute2-next] ip: Use single variable to represent -pretty
2018-02-15 18:58 UTC (2+ messages)
[PATCH] i40evf/i40evf_main: Fix variable assignment in i40evf_parse_cls_flower
2018-02-15 18:38 UTC (4+ messages)
[PULL] virtio: cleanups and fixes
2018-02-15 18:27 UTC
[vhost:vhost 24/24] drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known
2018-02-15 18:26 UTC (3+ messages)
[PATCH iproute2 0/7] Add support for devlink resource abstraction
2018-02-15 18:15 UTC (5+ messages)
` [PATCH iproute2 2/7] devlink: mnlg: Add support for extended ack
[PATCH] net: dsa: mv88e6xxx: hwtstamp: fix potential negative array index read
2018-02-15 18:10 UTC
[PATCH net-next 0/2] net: sched: Introduce em_policy ematch
2018-02-15 17:47 UTC (11+ messages)
` [PATCH net-next 1/2] net: netfilter: export xt_policy match_policy_in() as xt_policy_match_policy_in()
[PATCH net-next,v3] net: sched: add em_ipt ematch for calling xtables matches
2018-02-15 17:42 UTC
[PATCH net] udplite: fix partial checksum initialization
2018-02-15 17:18 UTC
[PATCH V2 net-next 0/7] RDS: zerocopy support
2018-02-15 16:43 UTC (6+ messages)
` [PATCH V2 net-next 4/7] rds: support for zcopy completion notification
[Crypto v5 00/12] Chelsio Inline TLS
2018-02-15 16:31 UTC (6+ messages)
` [Crypto v5 03/12] support for inline tls
[PATCH net] dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock
2018-02-15 15:59 UTC
[PATCH net-next 0/3] eBPF Seccomp filters
2018-02-15 16:05 UTC (6+ messages)
[PATCHv3 net-next 0/8] net: sched: act: add extack support
2018-02-15 15:58 UTC (10+ messages)
` [PATCHv3 net-next 1/8] net: sched: act: fix code style
` [PATCHv3 net-next 2/8] net: sched: act: add extack to init
` [PATCHv3 net-next 3/8] net: sched: act: handle generic action errors
` [PATCHv3 net-next 4/8] net: sched: act: add extack to init callback
` [PATCHv3 net-next 5/8] net: sched: act: add extack for lookup callback
` [PATCHv3 net-next 6/8] net: sched: act: add extack for walk callback
` [PATCHv3 net-next 7/8] net: sched: act: handle extack in tcf_generic_walker
` [PATCHv3 net-next 8/8] net: sched: act: mirred: add extack support
[PATCHv2 net-next 0/8] net: sched: act: add extack support
2018-02-15 15:45 UTC (5+ messages)
` [PATCHv2 net-next 3/8] net: sched: act: handle generic action errors
[PATCH v7 00/37] Andes(nds32) Linux Kernel Port
2018-02-15 15:40 UTC (3+ messages)
` [PATCH v7 04/37] earlycon: add reg-offset to physical address before mapping
[PATCH] net: sched: tbf: handle GSO_BY_FRAGS case in enqueue
2018-02-15 14:49 UTC (3+ messages)
[PATCH] PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
2018-02-15 14:33 UTC
[PATCH V6 0/4] Add SELinux SCTP protocol support
2018-02-15 14:21 UTC (3+ messages)
tg3 crashes under high load, when using 100Mbits
2018-02-15 14:07 UTC (2+ messages)
[PATCH 0/3] Remove IPVlan module dependencies on IPv6 and Netfilter
2018-02-15 14:04 UTC (3+ messages)
[PATCH net-next] cxgb4: append firmware dump to vmcore in kernel panic
2018-02-15 13:54 UTC
[PATCH net-next 0/2] net: dsa: mv88e6xxx: Improve PTP access latency
2018-02-15 13:38 UTC (3+ messages)
` [PATCH net-next 1/2] net: dsa: mv88e6xxx: Release mutex between each statistics read
` [PATCH net-next 2/2] net: dsa: mv88e6xxx: Release mutex between each ATU read
[net-next v2 1/1] tipc: avoid unnecessary copying of bundled messages
2018-02-15 13:14 UTC
[PATCH net] cxgb4: fix trailing zero in CIM LA dump
2018-02-15 12:50 UTC
[PATCH net] cxgb4: free up resources of pf 0-3
2018-02-15 12:46 UTC
[Crypto v4 12/12] Makefile Kconfig
2018-02-15 12:26 UTC (2+ messages)
` [RFC PATCH] chtls_netdev() can be static
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).