messages from 2017-02-09 13:50:25 to 2017-02-10 00:40:32 UTC [more...]
[PATCH net-next v5 00/11] Improve BPF selftests and use the library (net-next tree)
2017-02-09 23:21 UTC (12+ messages)
` [PATCH net-next v5 01/11] tools: Sync {,tools/}include/uapi/linux/bpf.h
` [PATCH net-next v5 02/11] bpf: Change the include directory for selftest
` [PATCH net-next v5 03/11] bpf: Always test unprivileged programs
` [PATCH net-next v5 04/11] bpf: Use bpf_load_program() from the library
` [PATCH net-next v5 05/11] bpf: Use bpf_map_update_elem() "
` [PATCH net-next v5 06/11] bpf: Use bpf_map_lookup_elem() "
` [PATCH net-next v5 07/11] bpf: Use bpf_map_delete_elem() "
` [PATCH net-next v5 08/11] bpf: Use bpf_map_get_next_key() "
` [PATCH net-next v5 09/11] bpf: Use bpf_create_map() "
` [PATCH net-next v5 10/11] bpf: Remove bpf_sys.h from selftests
` [PATCH net-next v5 11/11] bpf: Add test_tag to .gitignore
[PATCH net] udp: fix a potential panic in first_packet_length()
2017-02-10 0:15 UTC (6+ messages)
` [PATCH net] l2tp: do not use udp_ioctl()
` [PATCH v2 "
[PATCH v4 net-next 00/10] openvswitch: Conntrack integration improvements
2017-02-09 21:46 UTC (16+ messages)
` [PATCH v4 net-next 01/10] openvswitch: Fix comments for skb->_nfct
` [PATCH v4 net-next 02/10] openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted
` [PATCH v4 net-next 03/10] openvswitch: Do not trigger events for unconfirmed connections
` [PATCH v4 net-next 04/10] openvswitch: Unionize ovs_key_ct_label with a u32 array
` [PATCH v4 net-next 05/10] openvswitch: Simplify labels length logic
` [PATCH v4 net-next 06/10] openvswitch: Refactor labels initialization
` [PATCH v4 net-next 07/10] openvswitch: Inherit master's labels
` [PATCH v4 net-next 08/10] openvswitch: Add original direction conntrack tuple to sw_flow_key
` [PATCH v4 net-next 09/10] openvswitch: Add force commit
` [PATCH v4 net-next 10/10] openvswitch: Pack struct sw_flow_key
[PATCH 0/2] net: ethernet: ti: cpsw: fix susp/resume
2017-02-09 22:54 UTC (3+ messages)
[PATCH 0/2] get rid of immrbar_virt_to_phys()
2017-02-09 23:17 UTC (5+ messages)
` [PATCH 1/2] net: ethernet: ucc_geth: fix MEM_PART_MURAM mode
` [PATCH 2/2] soc/fsl/qe: get rid of immrbar_virt_to_phys()
[PATCH RFC v2 0/8] xdp: Generalize XDP
2017-02-09 23:08 UTC (8+ messages)
` [PATCH RFC v2 1/8] xdp: Infrastructure to generalize XDP
[PATCHv2 net-next] net: dsa: mv88e6xxx: Move forward declaration to where it is needed
2017-02-09 22:11 UTC (2+ messages)
[PATCH] net: natsemi: use new api ethtool_{get|set}_link_ksettings
2017-02-09 22:58 UTC
[PATCH 1/1] net: ethernet: intel: e1000: msleep() is unreliable for anything <20ms
2017-02-09 22:37 UTC
[PATCH 0/3 v2 net-next] enic: add vxlan offload support
2017-02-09 22:24 UTC (2+ messages)
[PATCH 1/1] net: ethernet: intel: e1000: add space after close brace
2017-02-09 22:06 UTC
[PATCH] net: myricom: myri10ge: use new api ethtool_{get|set}_link_ksettings
2017-02-09 22:17 UTC
[PATCH net-next] net: dsa: Fix duplicate object rule
2017-02-09 22:11 UTC (2+ messages)
[PATCH net] net: phy: Initialize mdio clock at probe function
2017-02-09 22:10 UTC (2+ messages)
[PATCH 0/2] net: qcom/emac: add the last ethtool functions
2017-02-09 22:09 UTC (2+ messages)
[PATCHv5 0/7] Refactor macvtap to re-use tap functionality by other virtual intefaces
2017-02-09 22:07 UTC (2+ messages)
[PATCH] [net-next] ARM: orion: remove unused wnr854t_switch_plat_data
2017-02-09 22:06 UTC (2+ messages)
[PATCH net v3 0/2] net: ethernet: bgmac: bug fixes
2017-02-09 22:04 UTC (3+ messages)
` [PATCH net v3 1/2] net: ethernet: bgmac: init sequence bug
[PATCHv4 net-next 0/7] net: dst_confirm replacement
2017-02-09 22:02 UTC (4+ messages)
[PATCHv6 net-next 0/6] sctp: add sender-side procedures for stream reconf asoc reset and add streams
2017-02-09 21:58 UTC (2+ messages)
[PATCH net] igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()
2017-02-09 21:47 UTC (2+ messages)
[PATCH net-next 0/6] sfc: more encap offloads
2017-02-09 21:48 UTC (2+ messages)
[PATCH v3] xen-netfront: Improve error handling during initialization
2017-02-09 21:46 UTC (2+ messages)
[PATCH net] net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()
2017-02-09 21:22 UTC (2+ messages)
[patch net-next 0/6] sched: cls_api: small cleanup
2017-02-09 21:45 UTC (14+ messages)
` [patch net-next 1/6] sched: rename tcf_destroy to tcf_destroy_proto
` [patch net-next 2/6] sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api
` [patch net-next 3/6] sched: push TC filter protocol creation into a separate function
` [patch net-next 4/6] sched: move err set right before goto errout in tc_ctl_tfilter
` [patch net-next 5/6] sched: add missing curly braces in else branch "
` [patch net-next 6/6] sched: check negative err value to safe one level of indent
[PATCH] net: microchip: encx24j600: use new api ethtool_{get|set}_link_ksettings
2017-02-09 21:42 UTC
[PATCH v3 0/2] Fixes for sierra_net driver
2017-02-09 21:42 UTC (2+ messages)
[Patch net] kcm: fix 0-length case for kcm_sendmsg()
2017-02-09 21:39 UTC (2+ messages)
[PATCH] xen-netfront: Rework the fix for Rx stall during OOM and network stress
2017-02-09 21:34 UTC (2+ messages)
[PATCH] netlink: move nla_put_{u8,u16,u32} out of line
2017-02-09 21:31 UTC (8+ messages)
Extending socket timestamping API for NTP
2017-02-09 20:37 UTC (7+ messages)
[PATCH net-next v4 00/11] Improve BPF selftests and use the library (net-next tree)
2017-02-09 21:05 UTC (3+ messages)
` [PATCH net-next v4 04/11] bpf: Use bpf_load_program() from the library
[PATCH] net: microchip: enc28j60: use new api ethtool_{get|set}_link_ksettings
2017-02-09 21:02 UTC
Linux HSR driver question
2017-02-09 20:32 UTC
[PATCH] net:ethernet:aquantia: Add 2500/5000 mbit link modes support
2017-02-09 20:53 UTC
[PATCH v3 net-next 00/10] openvswitch: Conntrack integration improvements
2017-02-09 19:24 UTC (3+ messages)
[PATCH] rtlwifi: btcoexist: fix semicolon.cocci warnings
2017-02-09 20:12 UTC
linux <=4.9.5, 4.10-rc7 ok, 4.9.6 - 4.9.8 nok with realtek wlan, atom
2017-02-09 20:09 UTC (2+ messages)
[PATCH v2 net-next 0/9] openvswitch: Conntrack integration improvements
2017-02-09 19:39 UTC (13+ messages)
` [PATCH v2 net-next 3/9] openvswitch: Simplify labels length logic
` [PATCH v2 net-next 5/9] openvswitch: Refactor labels initialization
` [PATCH v2 net-next 6/9] openvswitch: Inherit master's labels
` [PATCH v2 net-next 8/9] openvswitch: Add force commit
[PATCH] net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettings
2017-02-09 19:25 UTC
[PATCH 1/1] ixgbe: add the external ixgbe fiber transceiver status
2017-02-09 19:08 UTC (2+ messages)
[PATCH] net: phy: dp83867: Fall-back to default values of clock delay and FIFO depth
2017-02-09 19:02 UTC (4+ messages)
[patch net-next 0/7] mlxsw: Identical routes handling
2017-02-09 19:00 UTC (3+ messages)
` [patch net-next 1/7] ipv4: fib: Only flush FIB aliases belonging to currently flushed table
[RFC PATCH net] bpf: introduce BPF_F_ALLOW_OVERRIDE flag
2017-02-09 18:59 UTC
[PATCH] [net-next] ARM: orion: fix PHYLIB dependency
2017-02-09 18:22 UTC (7+ messages)
net: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected in skb_array_produce
2017-02-09 18:10 UTC (7+ messages)
[PATCH net-next 00/12] Netronome NFP4000 and NFP6000 PF driver
2017-02-09 17:17 UTC (13+ messages)
` [PATCH net-next 01/12] bitfield.h: add FIELD_FIT() helper
` [PATCH net-next 02/12] nfp: rename the driver and add new main file
` [PATCH net-next 03/12] nfp: add CPP access core
` [PATCH net-next 04/12] nfp: add support for resources
` [PATCH net-next 05/12] nfp: add hwinfo support
` [PATCH net-next 06/12] nfp: add support for reading nffw info
` [PATCH net-next 07/12] nfp: add MIP reading support
` [PATCH net-next 08/12] nfp: add rtsym support
` [PATCH net-next 09/12] nfp: add support for service processor access
` [PATCH net-next 10/12] nfp: add port layer to debugfs directories
` [PATCH net-next 11/12] nfp: allocate irqs in lower driver
` [PATCH net-next 12/12] nfp: add the PF driver
[PATCH net-next 0/2] net/devlink: Add E-Switch encapsulation control
2017-02-09 17:36 UTC (5+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] net/mlx5: E-Switch, Add control for encapsulation
[PATCH v2 net-next 00/14] mlx4: order-0 allocations and page recycling
2017-02-09 17:26 UTC (20+ messages)
` [PATCH v2 net-next 01/14] mlx4: use __skb_fill_page_desc()
` [PATCH v2 net-next 02/14] mlx4: dma_dir is a mlx4_en_priv attribute
` [PATCH v2 net-next 03/14] mlx4: remove order field from mlx4_en_frag_info
` [PATCH v2 net-next 04/14] mlx4: get rid of frag_prefix_size
` [PATCH v2 net-next 05/14] mlx4: rx_headroom is a per port attribute
` [PATCH v2 net-next 06/14] mlx4: reduce rx ring page_cache size
` [PATCH v2 net-next 07/14] mlx4: removal of frag_sizes[]
` [PATCH v2 net-next 08/14] mlx4: use order-0 pages for RX
` [PATCH v2 net-next 09/14] mlx4: add page recycling in receive path
` [PATCH v2 net-next 10/14] mlx4: add rx_alloc_pages counter in ethtool -S
` [PATCH v2 net-next 11/14] mlx4: do not access rx_desc from mlx4_en_process_rx_cq()
` [PATCH v2 net-next 12/14] mlx4: factorize page_address() calls
` [PATCH v2 net-next 13/14] mlx4: make validate_loopback() more generic
` [PATCH v2 net-next 14/14] mlx4: remove duplicate code in mlx4_en_process_rx_cq()
net/sctp: null-ptr-deref in sctp_put_port/sctp_endpoint_destroy
2017-02-09 17:22 UTC (2+ messages)
Help Desk Password
2017-02-09 17:03 UTC
[PATCH net-next] mlx4: do not use rwlock in fast path
2017-02-09 17:10 UTC
Mellanox ConnectX-3 VF driver can't work with 16 CPUs?
2017-02-09 16:47 UTC (2+ messages)
[PATCH v3 net-next 0/2] mv88e6xxx Watchdog support
2017-02-09 16:33 UTC (8+ messages)
` [PATCH v3 net-next 1/2] net: dsa: mv88e6xxx: Add watchdog interrupt handler
` [PATCH v3 net-next 2/2] net: dsa: mv88e6xxx: Add mv88e6390 watchdog interrupt support
[patch net-next 0/4] devlink: small cleanup around eswitch [sg]et
2017-02-09 16:14 UTC (6+ messages)
` [patch net-next 1/4] devlink: fix the name of eswitch commands
` [patch net-next 2/4] devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fill
` [patch net-next 3/4] devlink: use nla_put_failure goto label instead of out
` [patch net-next 4/4] devlink: allow to fillup eswitch attrs even if mode_get op does not exist
[PATCH RFC net] net/mlx5e: Add preemption enable/disable around TC statistics upcall
2017-02-09 15:38 UTC
[patch net-next 00/10] mlxsw: Offload MC flood for unregister MC
2017-02-09 15:11 UTC (14+ messages)
` [patch net-next 01/10] switchdev: bridge: Offload multicast disabled
` [patch net-next 02/10] bridge: mcast: Merge the mc router ports deletions to one function
` [patch net-next 03/10] switchdev: bridge: Offload mc router ports
` [patch net-next 04/10] mlxsw: spectrum: Break flood set func to be per table
` [patch net-next 05/10] mlxsw: spectrum: Make port flood update more generic
` [patch net-next 06/10] mlxsw: spectrum: Change max vfid
` [patch net-next 07/10] mlxsw: spectrum: Separate bc and mc floods
` [patch net-next 08/10] mlxsw: spectrum: Add an option to flood mc by mc_router_port
` [patch net-next 09/10] mlxsw: spectrum: Extend port_orig_get for bridge devices
` [patch net-next 10/10] mlxsw: spectrum: Update mc_disabled flag by switchdev attr
net/packet: use-after-free in packet_rcv_fanout
2017-02-09 15:17 UTC (3+ messages)
[PATCH net-next 0/9] mlx4: order-0 allocations and page recycling
2017-02-09 14:06 UTC (4+ messages)
` [PATCH net-next 4/9] mlx4: get rid of frag_prefix_size
[PATCH net 1/1] net: sock: Use double send/recv buff value to compare with max value
2017-02-09 14:34 UTC (4+ messages)
pull-request: mac80211-next 2017-02-09
2017-02-09 14:27 UTC
[PATCH net-next 0/4] net/sched: Use TC skip flags to reflect HW offload status
2017-02-09 14:18 UTC (5+ messages)
` [PATCH net-next 1/4] net/sched: cls_flower: Use "
` [PATCH net-next 2/4] net/sched: cls_matchall: Dump skip flags and use them "
` [PATCH net-next 3/4] net/sched: cls_u32: Use skip flags "
` [PATCH net-next 4/4] net/sched: cls_bpf: "
[PATCH] net: ethernet: ti: netcp_core: return netdev_tx_t in xmit
2017-02-09 14:24 UTC
[PATCH] net: ethernet: ti: netcp_core: remove netif_trans_update
2017-02-09 14:17 UTC
[patch net-next] spectrum: flower: Treat ETH_P_ALL as a special case and translate for HW
2017-02-09 13:42 UTC
[PATCH net-next v2 00/12] net: dsa: remove unnecessary phy.h include
2017-02-09 14:10 UTC (5+ messages)
interrupt handling in the new aquantia ethernet driver
2017-02-09 14:01 UTC
pull-request: wireless-drivers-next 2017-02-09
2017-02-09 14:08 UTC
[PATCH iproute2/net-next repost 0/3] tc: flower: support masked ICMP code and type match
2017-02-09 13:49 UTC (3+ messages)
` [PATCH iproute2/net-next repost 1/3] tc: flower: provide generic masked u8 parser helper
` [PATCH iproute2/net-next repost 2/3] tc: flower: provide generic masked u8 print helper
net/ipv4: null-ptr-deref in udp_rmem_release/sk_memory_allocated_sub
2017-02-09 13:50 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).