messages from 2017-08-12 12:07:16 to 2017-08-14 19:01:47 UTC [more...]
[PATCH V2 net-next 0/8] liquidio: adding support for ethtool --set-ring feature
2017-08-14 19:01 UTC (4+ messages)
` [PATCH V2 net-next 1/8] liquidio: moved wait_for_pending_requests to octeon_network.h
` [PATCH V2 net-next 2/8] liquidio: moved update_txq_status to lio_core.c
` [PATCH V2 net-next 3/8] liquidio: moved octeon_setup_droq "
[PATCH net-next RFC 0/6] Configure cloud filters in i40e via tc/flower classifier
2017-08-14 18:59 UTC (4+ messages)
` [PATCH 4/6] [net-next]net: i40e: Admin queue definitions for cloud filters
` [Intel-wired-lan] "
[PATCH net] datagram: When peeking datagrams with offset < 0 don't skip empty skbs
2017-08-14 18:58 UTC (12+ messages)
[PATCH v2] sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
2017-08-14 18:43 UTC
[net 1/1] tipc: avoid inheriting msg_non_seq flag when message is returned
2017-08-14 18:20 UTC (2+ messages)
[net 1/1] tipc: accept PACKET_MULTICAST packets
2017-08-14 18:19 UTC (2+ messages)
[patch v2 0/2] Enable Mellanox switch device in I2C mode
2017-08-14 18:18 UTC (6+ messages)
` [patch v2 1/2] Allow Mellanox switch devices to be configured if only I2C bus is set
` [patch v2 2/2] Change Kconfig description
[PATCH net-next v3] net: phy: Use tab for indentation in Kconfig
2017-08-14 18:16 UTC (2+ messages)
[PATCH v10 0/5] Add new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
2017-08-14 18:15 UTC (9+ messages)
` [PATCH v10 1/5] PCI: Disable PCIe Relaxed Ordering if unsupported
` [PATCH v10 2/5] PCI: Disable Relaxed Ordering for some Intel processors
` [PATCH v10 3/5] PCI: Disable Relaxed Ordering Attributes for AMD A1100
` [PATCH v10 4/5] net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
` [PATCH v10 5/5] net/cxgb4vf: "
[patch net-next 0/3] mlxsw: spectrum_router: Increase VRF scale
2017-08-14 18:14 UTC (5+ messages)
` [patch net-next 1/3] mlxsw: spectrum_router: Return void from deletion functions
` [patch net-next 2/3] mlxsw: spectrum_router: Pass argument explicitly
` [patch net-next 3/3] mlxsw: spectrum_router: Use one LPM tree for all virtual routers
[PATCH net] ipv4: route: fix inet_rtm_getroute induced crash
2017-08-14 18:09 UTC (5+ messages)
[PATCH] liquidio: fix duplicated code for different branches
2017-08-14 17:58 UTC (3+ messages)
[PATCH] qlge: fix duplicated code for different branches
2017-08-14 17:58 UTC (2+ messages)
[PATCH net-next] liquidio: update debug console logging mechanism
2017-08-14 17:57 UTC (4+ messages)
[PATCH net-next] bpf/verifier: track liveness for pruning
2017-08-14 17:55 UTC
[PATCH net] ipv6: release rt6->rt6i_idev properly during ifdown
2017-08-14 17:44 UTC
[PATCH] netfilter: nf_nat_h323: fix logical-not-parentheses warning
2017-08-14 17:36 UTC (3+ messages)
` [PATCH v2] "
[iproute PATCH 00/51] Fix potential issues detected by Coverity tool
2017-08-14 17:25 UTC (42+ messages)
` [iproute PATCH 02/51] devlink: No need for this self-assignment
` [iproute PATCH 03/51] ipaddress: Make buffer for filter.flushb static
` [iproute PATCH 04/51] ipaddress: Avoid accessing uninitialized variable lcl
` [iproute PATCH 06/51] iplink_vrf: Complain if main table is not found
` [iproute PATCH 07/51] ipmaddr: Avoid accessing uninitialized data
` [iproute PATCH 08/51] ipntable: No need to check and assign to parms_rta
` [iproute PATCH 09/51] ipntable: Make sure filter.name is NULL-terminated
` [iproute PATCH 10/51] iproute: Fix for missing 'Oifs:' display
` [iproute PATCH 12/51] iproute_lwtunnel: csum_mode value checking was ineffective
` [iproute PATCH 14/51] ipvrf: Don't try to close an invalid fd
` [iproute PATCH 15/51] ipvrf: Fix error path of vrf_switch()
` [iproute PATCH 16/51] xfrm_state: Make sure alg_name is NULL-terminated
` [iproute PATCH 17/51] lib/bpf: Don't leak fp in bpf_find_mntpt()
` [iproute PATCH 18/51] lib/fs: Fix format string in find_fs_mount()
` [iproute PATCH 19/51] lib/fs: Fix and simplify make_path()
` [iproute PATCH 20/51] lib/inet_proto: Make sure destination buffers are NULL-terminated
` [iproute PATCH 24/51] ifstat, nstat: Check fdopen() return value
` [iproute PATCH 28/51] nstat: Avoid passing negative fd to fdopen()
` [iproute PATCH 30/51] ss: Skip useless check in parse_hostcond()
` [iproute PATCH 32/51] ss: Make sure index variable is >= 0
` [iproute PATCH 33/51] ss: Don't leak fd in tcp_show_netlink_file()
` [iproute PATCH 34/51] ss: Make sure scanned index value to unix_state_map is sane
` [iproute PATCH 36/51] netem/maketable: Check return value of fstat()
` [iproute PATCH 37/51] netem/maketable: Check return value of fscanf()
` [iproute PATCH 39/51] tc/m_gact: Drop dead code
` [iproute PATCH 40/51] tc/m_xt: Fix for potential string buffer overflows
` [iproute PATCH 41/51] tc/q_multiq: Don't pass garbage in TCA_OPTIONS
` [iproute PATCH 42/51] tc/q_netem: Don't dereference possibly NULL pointer
` [iproute PATCH 43/51] tc/tc_filter: Make sure filter name is not empty
` [iproute PATCH 44/51] tipc/bearer: Fix resource leak in error path
` [iproute PATCH 46/51] tipc/node: Fix socket fd check in cmd_node_get_addr()
` [iproute PATCH 47/51] examples: Some shell fixes to cbq.init
` [iproute PATCH 49/51] lib/ll_map: Make sure im->name is NULL-terminated
` [iproute PATCH 50/51] Check user supplied interface name lengths
` [iproute PATCH 51/51] lib/bpf: Check return value of write()
[PATCH net] af_key: do not use GFP_KERNEL in atomic contexts
2017-08-14 17:16 UTC
Kernel 4.13.0-rc4-next-20170811 - IP Routing / Forwarding performance vs Core/RSS number / HT on
2017-08-14 16:57 UTC (9+ messages)
[PATCH net-next 2/3] Add LAN743X to Kconfig and Makefile (fwd)
2017-08-14 16:16 UTC (2+ messages)
[PATCH net-next 1/3] Add LAN743X driver
2017-08-14 16:15 UTC (7+ messages)
[PATCH net-next 2/3] Add LAN743X to Kconfig and Makefile
2017-08-14 16:10 UTC (2+ messages)
[PATCH net-next v2] openvswitch: enable NSH support
2017-08-14 16:09 UTC (14+ messages)
[PATCH net] tcp: ulp: avoid module refcnt leak in tcp_set_ulp
2017-08-14 16:04 UTC
[PATCH net-next V2 0/3] XDP support for tap
2017-08-14 16:01 UTC (7+ messages)
` [PATCH net-next V2 3/3] tap: XDP support
(unknown),
2017-08-14 15:35 UTC
[PATCH net] udp: consistently apply ufo or fragmentation
2017-08-14 14:53 UTC (2+ messages)
[PATCH v2] net: phy: Use tab for indentation in Kconfig
2017-08-14 13:51 UTC (3+ messages)
Коммерческое предложение по рекламе в интернете
2017-08-14 12:32 UTC
[PATCH] net/sched: reset block pointer in tcf_block_put()
2017-08-14 12:59 UTC (5+ messages)
[RFC PATCH 2/2] bpf: Initialise mod[] in bpf_trace_printk
2017-08-14 12:44 UTC (9+ messages)
[PATCH 3/4] net: sh_eth: constify platform_device_id
2017-08-14 11:41 UTC (2+ messages)
[PATCH v2] ravb: add wake-on-lan support via magic packet
2017-08-14 10:24 UTC (4+ messages)
[net-next 00/12][pull request] 1GbE Intel Wired LAN Driver Updates 2017-08-08
2017-08-14 10:17 UTC (3+ messages)
` [net-next 11/12] igbvf: convert msleep to mdelay in atomic context
Something hitting my total number of connections to the server
2017-08-14 9:07 UTC
[PATCH 000/102] Convert drivers to explicit reset API
2017-08-14 7:36 UTC (10+ messages)
[patch v1 1/2] Allow Mellanox network vendor to be configured if only I2C bus is configured
2017-08-14 7:00 UTC (6+ messages)
[PATCH net-next v2 0/3] NCSI VLAN Filtering Support
2017-08-14 4:23 UTC (8+ messages)
` [PATCH net-next v2 1/3] net/ncsi: Fix several packet definitions
` [PATCH net-next v2 2/3] net/ncsi: Configure VLAN tag filter
` [PATCH net-next v2 3/3] ftgmac100: Support NCSI VLAN filtering when available
[PATCH 0/4] constify net platform_device_id
2017-08-14 3:12 UTC (3+ messages)
` [PATCH 1/4] can: constify platform_device_id
[PATCH] tap: make struct tap_fops static
2017-08-14 3:11 UTC (2+ messages)
[PATCH] virtio-net: make array guest_offloads static
2017-08-14 3:10 UTC (2+ messages)
[PATCH] of_mdio: merge branch tails in of_phy_register_fixed_link()
2017-08-14 3:09 UTC (2+ messages)
[PATCH net-next 0/2] net: vrf: Support for local traffic with sockets bound to enslaved devices
2017-08-14 3:05 UTC (2+ messages)
[PATCH net-next] net: ipv4: remove unnecessary check on orig_oif
2017-08-14 3:03 UTC (2+ messages)
[PATCH v2] bonding: ratelimit failed speed/duplex update warning
2017-08-14 3:02 UTC (2+ messages)
[PATCH net-next v3] vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error reporting
2017-08-14 3:00 UTC (2+ messages)
[PATCHv2 net-next] gre: introduce native tunnel support for ERSPAN
2017-08-14 2:53 UTC (2+ messages)
[PATCH net-next] rtnelink: Move link dump consistency check out of the loop
2017-08-14 2:44 UTC (2+ messages)
[PATCH net-next 0/8] liquidio: adding support for ethtool --set-ring feature
2017-08-14 2:43 UTC (3+ messages)
` [PATCH net-next 8/8] liquidio: added "
[PATCH 0/3] NCSI VLAN Filtering Support
2017-08-14 1:04 UTC (3+ messages)
unregister_netdevice: waiting for eth0 to become free. Usage count = 1
2017-08-13 23:08 UTC (25+ messages)
Regression: Bug 196547 - Since 4.12 - bonding module not working with wireless drivers
2017-08-13 17:42 UTC (7+ messages)
[PATCH net] Revert "vhost: cache used event for better performance"
2017-08-13 16:12 UTC (10+ messages)
[PATCH 4/4] net: ti: cpsw:: constify platform_device_id
2017-08-13 11:13 UTC
[PATCH 2/4] net: dpaa_eth: constify platform_device_id
2017-08-13 11:12 UTC
[PATCH v5 09/11] ARM: dts: rk3228-evb: Enable the integrated PHY for gmac
2017-08-13 11:03 UTC (2+ messages)
[PATCH net] openvswitch: fix skb_panic due to the incorrect actions attrlen
2017-08-13 7:04 UTC
Driver profiles RFC
2017-08-13 6:32 UTC (3+ messages)
[RFC PATCH 0/2] Support of VPLS MPLS
2017-08-13 3:29 UTC (11+ messages)
` [PATCH 1/2] mpls: add handlers
` [PATCH 2/2] drivers: add vpls support
Linux MPLS traceroute failure
2017-08-12 22:42 UTC
[PATCH] rtlwifi: btcoex: make function btc8723b2ant_dac_swing static
2017-08-12 22:02 UTC (2+ messages)
` NACK: "
[net-next 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2017-08-12
2017-08-12 20:04 UTC (7+ messages)
` [net-next 01/15] i40e/i40evf: fix some minor type mismatches
` [net-next 3/4] i40evf: prevent VF close returning before state tranistions to DOWN
` [net-next 08/15] i40e/i40evf: organize and re-number feature flags
Performance comparision / qdisc / no qdisc / queueing linux kernel 4.12
2017-08-12 16:23 UTC (4+ messages)
[PATCH] net/i40evf: use cpumask_copy() for assigning cpumask
2017-08-12 16:09 UTC
[PATCH] net/i40e: use cpumask_copy() for assigning cpumask
2017-08-12 16:09 UTC
[PATCH] New Chapter on CodingStyle
2017-08-12 14:54 UTC
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).