messages from 2017-05-01 19:30:06 to 2017-05-02 16:09:30 UTC [more...]
[PATCH net-next 0/9] support unique MAC addresses for slave devices
2017-05-02 16:09 UTC (8+ messages)
` [PATCH net-next 9/9] ipvlan: introduce individual MAC addresses
those bpf binutils testsuite failures
2017-05-02 16:05 UTC (2+ messages)
remaining sparc bpf hacks
2017-05-02 16:04 UTC
[PATCH v2 net-next 0/7] Extend socket timestamping API
2017-05-02 16:01 UTC (10+ messages)
` [PATCH v2 net-next 1/7] net: define receive timestamp filter for NTP
` [PATCH v2 net-next 2/7] net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
` [PATCH v2 net-next 3/7] net: add function to retrieve original skb device using NAPI ID
` [PATCH v2 net-next 4/7] net: add new control message for incoming HW-timestamped packets
` [PATCH v2 net-next 5/7] net: don't make false software transmit timestamps
` [PATCH v2 net-next 6/7] net: allow simultaneous SW and HW transmit timestamping
` [PATCH v2 net-next 7/7] net: ethernet: update drivers to make both SW and HW TX timestamps
[PATCH 0/2] Fix some bpf program testing framework bugs
2017-05-02 15:44 UTC (2+ messages)
[PATCH 2/2] bpf: Align packet data properly in program testing framework
2017-05-02 15:41 UTC (2+ messages)
[RFC PATCH v2 00/17] latest qdisc patch series
2017-05-02 15:41 UTC (18+ messages)
` [RFC PATCH v2 01/17] net: sched: cleanup qdisc_run and __qdisc_run semantics
` [RFC PATCH v2 02/17] net: sched: allow qdiscs to handle locking
` [RFC PATCH v2 03/17] net: sched: remove remaining uses for qdisc_qlen in xmit path
` [RFC PATCH v2 04/17] net: sched: provide per cpu qstat helpers
` [RFC PATCH v2 05/17] net: sched: a dflt qdisc may be used with per cpu stats
` [RFC PATCH v2 06/17] net: sched: explicit locking in gso_cpu fallback
` [RFC PATCH v2 07/17] net: sched: drop qdisc_reset from dev_graft_qdisc
` [RFC PATCH v2 08/17] net: sched: support skb_bad_tx with lockless qdisc
` [RFC PATCH v2 09/17] net: sched: check for frozen queue before skb_bad_txq check
` [RFC PATCH v2 10/17] net: sched: qdisc_qlen for per cpu logic
` [RFC PATCH v2 11/17] net: sched: helper to sum qlen
` [RFC PATCH v2 12/17] net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mq
` [RFC PATCH v2 13/17] net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprio
` [RFC PATCH v2 14/17] net: skb_array: expose peek API
` [RFC PATCH v2 15/17] net: sched: pfifo_fast use skb_array
` [RFC PATCH v2 16/17] net: skb_array additions for unlocked consumer
` [RFC PATCH v2 17/17] net: sched: lock once per bulk dequeue
[PATCH 1/2] bpf: Do not dereference user pointer in bpf_test_finish()
2017-05-02 15:41 UTC (2+ messages)
net/smc and the RDMA core
2017-05-02 15:37 UTC (9+ messages)
[RFC PATCH 00/17] latest qdisc patch series
2017-05-02 15:32 UTC (16+ messages)
` [RFC PATCH 01/17] net: sched: cleanup qdisc_run and __qdisc_run semantics
` [RFC PATCH 02/17] net: sched: allow qdiscs to handle locking
` [RFC PATCH 03/17] net: sched: remove remaining uses for qdisc_qlen in xmit path
` [RFC PATCH 04/17] net: sched: provide per cpu qstat helpers
` [RFC PATCH 05/17] net: sched: a dflt qdisc may be used with per cpu stats
` [RFC PATCH 06/17] net: sched: explicit locking in gso_cpu fallback
` [RFC PATCH 07/17] net: sched: drop qdisc_reset from dev_graft_qdisc
` [RFC PATCH 08/17] net: sched: support skb_bad_tx with lockless qdisc
` [RFC PATCH 09/17] net: sched: check for frozen queue before skb_bad_txq check
` [RFC PATCH 10/17] net: sched: qdisc_qlen for per cpu logic
` [RFC PATCH 11/17] net: sched: helper to sum qlen
` [RFC PATCH 12/17] net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mq
` [RFC PATCH 13/17] net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprio
` [RFC PATCH 14/17] net: skb_array: expose peek API
[PATCH net-next iproute2 0/3] ip: Initial support for extack errors
2017-05-02 15:25 UTC (6+ messages)
` [PATCH net-next iproute2 1/3] netlink: import netlink message parsing from kernel
` [PATCH net-next iproute2 2/3] netlink: Add support for extended ack to rtnl_talk
` [PATCH net-next iproute2 3/3] ip link: Add extack handling for setlink
bpf_test_finish()
2017-05-02 15:14 UTC (3+ messages)
[PATCH net-next ] tcp: add new parameter tcp_inherit_buffsize to control the initial buffer size for new passive connetion
2017-05-02 15:05 UTC
[PATCH v3 net-next 00/11] ibmvnic: Updated reset handler and code fixes
2017-05-02 18:53 UTC (12+ messages)
` [PATCH v3 net-next 01/11] ibmvnic: Move resource initialization to its own routine
` [PATCH v3 net-next 02/11] ibmvnic: Replace is_closed with state field
` [PATCH v3 net-next 03/11] ibmvnic: Updated reset handling
` [PATCH v3 net-next 04/11] ibmvnic: Delete napi's when releasing driver resources
` [PATCH v3 net-next 05/11] ibmvnic: Whitespace correction in release_rx_pools
` [PATCH v3 net-next 06/11] ibmvnic: Clean up tx pools when closing
` [PATCH v3 net-next 07/11] ibmvnic: Wait for any pending scrqs entries at driver close
` [PATCH v3 net-next 08/11] ibmvnic: Check for driver reset first in ibmvnic_xmit
` [PATCH v3 net-next 09/11] ibmvnic: Continue skb processing after skb completion error
` [PATCH v3 net-next 10/11] ibmvnic: Record SKB RX queue during poll
` [PATCH v3 net-next 11/11] ibmvnic: Move queue restarting in ibmvnic_tx_complete
TPACKET_V3 timeout bug?
2017-05-02 15:04 UTC (5+ messages)
[PATCH] selftests: bpf: Use bpf_endian.h in test_xdp.c
2017-05-02 14:54 UTC
[PATCH v1 1/3] bnx2x: Replace custom scnprintf()
2017-05-02 14:42 UTC (6+ messages)
[PATCH] net: dsa: mv88e6xxx: fix mdio bus name when using devicetree
2017-05-02 14:26 UTC (3+ messages)
[PATCH net v4 00/12] Fix possbile memleaks when fail to register_netdevice
2017-05-02 14:17 UTC (14+ messages)
` [PATCH net v4 01/12] driver: dummy: Fix one possbile memleak "
` [PATCH net v4 02/12] driver: ifb: "
` [PATCH net v4 03/12] driver: loopback: "
` [PATCH net v4 04/12] driver: team: "
` [PATCH net v4 05/12] driver: veth: "
` [PATCH net v4 06/12] net: ip6_gre: "
` [PATCH net v4 07/12] ip6_tunnel: "
` [PATCH net v4 08/12] net: ip6_vti: "
` [PATCH net v4 09/12] net: ip_tunnel: "
` [PATCH net v4 10/12] net: sit: "
` [PATCH net v4 11/12] net: vlan: "
` [PATCH net v4 12/12] net: batman-adv: "
LLVM 4.0 code generation bug
2017-05-02 14:11 UTC (6+ messages)
` sparc64 and ARM64 JIT bug (was Re: LLVM 4.0 code generation bug)
` sparc64 and ARM64 JIT bug
net/ipv6: warning in inet6_ifa_finish_destroy
2017-05-02 14:04 UTC (3+ messages)
IPsec PFP support on linux
2017-05-02 14:05 UTC (3+ messages)
[PATCH 1/4] net: macb: Add support for PTP timestamps in DMA descriptors
2017-05-02 13:57 UTC (4+ messages)
` [PATCH 3/4] net: macb: Add hardware PTP support
[PATCH 0/3] net-SCTP: Fine-tuning for six function implementations
2017-05-02 13:15 UTC (2+ messages)
[PATCH 0/9] net: thunderx: Adds XDP support
2017-05-02 13:06 UTC (10+ messages)
` [PATCH 1/9] net: thunderx: Support for page recycling
` [PATCH 2/9] net: thunderx: Optimize RBDR descriptor handling
` [PATCH 3/9] net: thunderx: Optimize CQE_TX handling
` [PATCH 4/9] net: thunderx: Cleanup receive buffer allocation
` [PATCH 5/9] net: thunderx: Add basic XDP support
` [PATCH 6/9] net: thunderx: Add support for XDP_DROP
` [PATCH 7/9] net: thunderx: Add support for XDP_TX
` [PATCH 8/9] net: thunderx: Support for XDP header adjustment
` [PATCH 9/9] net: thunderx: Optimize page recycling for XDP
[net-next PATCH 0/4] Improve bpf ELF-loader under samples/bpf
2017-05-02 12:32 UTC (5+ messages)
` [net-next PATCH 1/4] samples/bpf: adjust rlimit RLIMIT_MEMLOCK for traceex2, tracex3 and tracex4
` [net-next PATCH 2/4] samples/bpf: make bpf_load.c code compatible with ELF maps section changes
` [net-next PATCH 3/4] samples/bpf: load_bpf.c make callback fixup more flexible
` [net-next PATCH 4/4] samples/bpf: export map_data[] for more info on maps
[patch net-next repost] net: sched: add helpers to handle extended actions
2017-05-02 12:07 UTC (3+ messages)
[PATCH/RFC net-next 0/4] net/sched: cls_flower: avoid false matching of truncated packets
2017-05-02 12:04 UTC (9+ messages)
` [oss-drivers] "
[patch net-next] net: sched: add helpers to handle extended actions
2017-05-02 11:57 UTC (4+ messages)
[PATCH] flower: check unused bits in MPLS fields
2017-05-02 11:44 UTC (3+ messages)
[PATCH net v3] driver: veth: Fix one possbile memleak when fail to register_netdevice
2017-05-02 11:03 UTC (5+ messages)
[PATCH] ipx: call ipxitf_put() in ioctl error path
2017-05-02 10:58 UTC
[RFC PATCH 0/2] net: ixgbe: disable relaxed ordering at runtime
2017-05-02 9:59 UTC (3+ messages)
` [RFC PATCH 1/2] net: revert commit 1a8b6d76dc5b
` [RFC PATCH 2/2] net: ixgbe: disable RO depending on the root port flags
[PATCH] netfilter: ctnetlink: Make some parameters integer to avoid enum mismatch
2017-05-02 9:58 UTC (3+ messages)
[PATCH v1 net-next 0/6] Extend socket timestamping API
2017-05-02 9:56 UTC (8+ messages)
` [PATCH v1 net-next 5/6] net: allow simultaneous SW and HW transmit timestamping
[PATCH iproute2 net-next v2] bpf: add support for generic xdp
2017-05-02 9:47 UTC (4+ messages)
[PATCH net 0/2] qed*: PTP bug fixes
2017-05-02 8:11 UTC (3+ messages)
` [PATCH net 1/2] qede: Fix concurrency issue in PTP Tx path processing
` [PATCH net 2/2] qed*: Fix issues in the ptp filter config implementation
[PATCH v2] stmmac: Add support for SIMATIC IOT2000 platform
2017-05-02 8:02 UTC (2+ messages)
BENEFIT
2017-05-02 7:37 UTC
[PATCH 0/2] Add new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
2017-05-02 6:49 UTC (5+ messages)
` [PATCH 1/2] PCI: Add new PCIe Fabric End Node flag, PCI_DEV_FLAGS_NO_RELAXED_ORDERING
` [PATCH 2/2] net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
[patch net-next 00/10] net: sched: introduce multichain support for filters
2017-05-02 5:50 UTC (7+ messages)
10921 netdev
2017-05-02 5:38 UTC
[PATCH v4 binutils] Add BPF support to binutils
2017-05-02 3:51 UTC (3+ messages)
[PATCH] sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions
2017-05-02 3:50 UTC
[PATCH v3 binutils] Add BPF support to binutils
2017-05-02 3:14 UTC (7+ messages)
[PATCH net v2] net: hns: fix ethtool_get_strings overflow in hns driver
2017-05-02 2:46 UTC
net/ipv6: use-after-free in __call_rcu/in6_dev_finish_destroy_rcu
2017-05-02 2:44 UTC (4+ messages)
[PATCH net v3] driver: dummy: Fix one possbile memleak when fail to register_netdevice
2017-05-02 2:15 UTC (3+ messages)
[PATCH net] tcp: fix wraparound issue in tcp_lp
2017-05-02 1:58 UTC (5+ messages)
linux-next: build failure after merge of the block tree
2017-05-02 1:45 UTC (5+ messages)
[net-next:master 2181/2226] htmldocs: net/core/dev.c:6865: warning: No description found for parameter 'extack'
2017-05-02 1:30 UTC (3+ messages)
` [PATCH net-next] xdp: fix parameter kdoc for extack
[PATCH net-next] bpf, samples: fix build warning in cookie_uid_helper_example
2017-05-02 1:30 UTC (2+ messages)
NOTE!
2017-05-01 23:20 UTC
[PATCH] i40evf: Use le32_to_cpu before evaluating HW desc fields
2017-05-01 23:15 UTC
[PATCH net-next iproute2] ip: increase number of MPLS labels
2017-05-01 21:57 UTC (7+ messages)
[PATCH 1/1] IB/mlx5: Add port_xmit_wait to counter registers read
2017-05-01 20:56 UTC (2+ messages)
more bpf samples build breakage
2017-05-01 20:45 UTC (4+ messages)
[PATCH v2 net-next] rhashtable: compact struct rhashtable_params
2017-05-01 20:22 UTC (2+ messages)
How does vlan driver pass vlan info to the h/w ethernet driver
2017-05-01 19:35 UTC (7+ messages)
[PATCH] ipv6: Need to export ipv6_push_frag_opts for tunneling now
2017-05-01 19:31 UTC (2+ messages)
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).