messages from 2016-11-29 00:25:03 to 2016-11-29 16:12:09 UTC [more...]
[PATCH net 1/2] esp4: Fix integrity verification when ESN are used
2016-11-29 16:05 UTC
[PATCH net-next] samples/bpf: fix include path
2016-11-29 15:55 UTC (3+ messages)
[PATCH v2 00/13] net: ethernet: ti: cpts: update and fixes
2016-11-29 15:54 UTC (25+ messages)
` [PATCH v2 01/13] net: ethernet: ti: cpts: switch to readl/writel_relaxed()
` [PATCH v2 02/13] net: ethernet: ti: allow cpts to be built separately
` [PATCH v2 04/13] net: ethernet: ti: cpts: fix unbalanced clk api usage in cpts_register/unregister
` [PATCH v2 05/13] net: ethernet: ti: cpts: fix registration order
` [PATCH v2 06/13] net: ethernet: ti: cpts: disable cpts when unregistered
` [PATCH v2 07/13] net: ethernet: ti: cpts: rework initialization/deinitialization
` [PATCH v2 08/13] net: ethernet: ti: cpts: move dt props parsing to cpts driver
` [PATCH v2 09/13] net: ethernet: ti: cpts: clean up event list if event pool is empty
` [PATCH v2 10/13] net: ethernet: ti: cpts: drop excessive writes to CTRL and INT_EN regs
` [PATCH v2 11/13] clocksource: export the clocks_calc_mult_shift to use by timestamp code
` [PATCH v2 12/13] net: ethernet: ti: cpts: calc mult and shift from refclk freq
[PATCH net-next v5 0/3] net: Add bpf support to set sk_bound_dev_if
2016-11-29 15:53 UTC (4+ messages)
` [PATCH net-next v5 1/3] bpf: Refactor cgroups code in prep for new type
` [PATCH net-next v5 2/3] bpf: Add new cgroup attach type to enable sock modifications
` [PATCH net-next v5 3/3] samples: bpf: add userspace example for modifying sk_bound_dev_if
[PATCH net-next v4 0/3] net: Add bpf support to set sk_bound_dev_if
2016-11-29 15:52 UTC (5+ messages)
` [PATCH net-next v4 1/3] bpf: Refactor cgroups code in prep for new type
` [PATCH net-next v4 2/3] bpf: Add new cgroup attach type to enable sock modifications
` [PATCH net-next v4 3/3] samples: bpf: add userspace example for modifying sk_bound_dev_if
[PATCH iproute2 net-next 0/4] tc: flower: SCTP and other port fixes
2016-11-29 15:51 UTC (5+ messages)
` [PATCH iproute2 net-next 1/4] tc: flower: remove references to eth_type in manpage
` [PATCH iproute2 net-next 2/4] tc: flower: document SCTP ip_proto
` [PATCH iproute2 net-next 3/4] tc: flower: correct name of ip_proto parameter to flower_parse_port()
` [PATCH iproute2 net-next 4/4] tc: flower: make use of flower_port_attr_type() safe and silent
[PATCH v2 net-next 00/11] qed*: Add XDP support
2016-11-29 15:48 UTC (13+ messages)
` [PATCH v2 net-next 01/11] qede: Optimize aggregation information size
` [PATCH v2 net-next 02/11] qed: Optimize qed_chain datapath usage
` [PATCH v2 net-next 03/11] qede: Remove 'num_tc'
` [PATCH v2 net-next 04/11] qede: Refactor statistics gathering
` [PATCH v2 net-next 05/11] qede: Refactor data-path Rx flow
` [PATCH v2 net-next 06/11] qede: Revise state locking scheme
` [PATCH v2 net-next 07/11] qed*: Handle-based L2-queues
` [PATCH v2 net-next 08/11] qede: Don't check netdevice for rx-hash
` [PATCH v2 net-next 09/11] qede: Better utilize the qede_[rt]x_queue
` [PATCH v2 net-next 10/11] qede: Add basic XDP support
` [PATCH v2 net-next 11/11] qede: Add support for XDP_TX
[PATCH net-next 1/2] tcp: randomize tcp timestamp offsets for each connection
2016-11-29 15:45 UTC (2+ messages)
` [PATCH net-next 2/2] tcp: allow to turn tcp timestamp randomization off
bpf debug info
2016-11-29 15:38 UTC (3+ messages)
[PATCH] tun: Use netif_receive_skb instead of netif_rx
2016-11-29 15:35 UTC (2+ messages)
[PATCH net-next 0/3] Adding PHY Loopback tunable
2016-11-29 15:32 UTC (8+ messages)
` [PATCH net-next 1/3] ethtool: (uapi) Add ETHTOOL_PHY_LOOPBACK to PHY tunables
[PATCH] adm80211: Removed unused 'io_addr' 'mem_addr' variables
2016-11-29 15:32 UTC (2+ messages)
` "
net: GPF in eth_header
2016-11-29 15:31 UTC (7+ messages)
[PATCH] ipv6:ip6_xmit remove unnecessary np NULL check
2016-11-29 15:26 UTC (2+ messages)
[PATCH RFC v2] ethtool: implement helper to get flow_type value
2016-11-29 15:21 UTC (2+ messages)
AF_VSOCK network namespace support
2016-11-29 15:09 UTC (3+ messages)
[PATCH 0/5] cpsw: add per channel shaper configuration
2016-11-29 15:00 UTC (6+ messages)
` [PATCH 1/5] net: ethernet: ti: davinci_cpdma: add weight function for channels
` [PATCH 2/5] net: ethernet: ti: davinci_cpdma: add set rate for a channel
` [PATCH 3/5] net: ethernet: ti: cpsw: add .ndo to set per-queue rate
` [PATCH 4/5] net: ethernet: ti: cpsw: optimize end of poll cycle
` [PATCH 5/5] net: ethernet: ti: cpsw: split tx budget according between channels
pull-request: wireless-drivers 2016-11-29
2016-11-29 14:59 UTC
[PATCH v3 net-next 0/4] bpf: BPF for lightweight tunnel encapsulation
2016-11-29 14:58 UTC (7+ messages)
` [PATCH net-next v3 1/4] route: Set orig_output when redirecting to lwt on locally generated traffic
` [PATCH net-next v3 2/4] route: Set lwtstate for local traffic and cached input dsts
` [PATCH net-next v3 3/4] bpf: BPF for lightweight tunnel infrastructure
` [PATCH net-next v3 4/4] bpf: Add tests and samples for LWT-BPF
[PATCH v4 net-next 0/7] Support Armada 37xx SoC (ARMv8 64-bits) in mvneta driver
2016-11-29 14:55 UTC (8+ messages)
` [PATCH v4 net-next 1/7] net: mvneta: Optimize rx path for small frame
` [PATCH v4 net-next 2/7] net: mvneta: Do not allocate buffer in rxq init with HWBM
` [PATCH v4 net-next 3/7] net: mvneta: Use cacheable memory to store the rx buffer virtual address
` [PATCH v4 net-next 4/7] net: mvneta: Convert to be 64 bits compatible
` [PATCH v4 net-next 5/7] net: mvneta: Only disable mvneta_bm for 64-bits
` [PATCH v4 net-next 6/7] net: mvneta: Add network support for Armada 3700 SoC
` [PATCH v4 net-next 7/7] ARM64: dts: marvell: Add network support for Armada 3700
[PATCH net] bpf: fix states equal logic for varlen access
2016-11-29 14:45 UTC (4+ messages)
[PATCH net-next] cgroup, bpf: remove unnecessary #include
2016-11-29 14:05 UTC (3+ messages)
[PATCH v2 net 0/5] l2tp: fixes for l2tp_ip and l2tp_ip6 socket handling
2016-11-29 13:47 UTC (7+ messages)
` [PATCH v2 net 1/5] l2tp: lock socket before checking flags in connect()
` [PATCH v2 net 2/5] l2tp: hold socket before dropping lock in l2tp_ip{,6}_recv()
` [PATCH v2 net 3/5] l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()
` [PATCH v2 net 4/5] l2tp: fix lookup for sockets not bound to a device in l2tp_ip
` [PATCH v2 net 5/5] l2tp: fix address test in __l2tp_ip6_bind_lookup()
[PATCH net-next v3 0/4] Documentation: net: phy: Improve documentation
2016-11-29 13:47 UTC (3+ messages)
` [PATCH net-next v3 3/4] Documentation: net: phy: Add blurb about RGMII
[PATCH] ehea: Remove unnecessary memset of stats in netdev private data
2016-11-29 13:35 UTC
转发: Re: [PATCH] phy: fix the bug when remove the phy driver
2016-11-29 13:28 UTC
The ubufs->refcount maybe be subtracted twice when tun_get_user failed
2016-11-29 13:27 UTC (3+ messages)
[PATCH V2 net-next] net: hns: Fix to conditionally convey RX checksum flag to stack
2016-11-29 13:09 UTC
Gigabit ethernet driver for Alacritechs SLIC devices (v3)
2016-11-29 12:15 UTC (5+ messages)
` [PATCH v3 net-next 1/2] net: ethernet: slicoss: add slicoss gigabit ethernet driver
[PATCH net 3/5] l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()
2016-11-29 12:12 UTC (3+ messages)
re
2016-11-29 11:42 UTC
[PATCH net-next] net: thunderx: Fix transmit queue timeout issue
2016-11-29 11:40 UTC
[PATCH net] cxgb4: Add PCI device ID for new adapter
2016-11-29 11:44 UTC
[PATCH net V2] net/sched: pedit: make sure that offset is valid
2016-11-29 11:03 UTC (5+ messages)
[PATCH v3 3/5] net: asix: Fix AX88772x resume failures
2016-11-29 10:51 UTC (8+ messages)
[PATCH v3 net-next 0/6] Support Armada 37xx SoC (ARMv8 64-bits) in mvneta driver
2016-11-29 10:39 UTC (14+ messages)
` [PATCH v3 net-next 1/6] net: mvneta: Optimize rx path for small frame
` [PATCH v3 net-next 2/6] net: mvneta: Use cacheable memory to store the rx buffer virtual address
` [PATCH v3 net-next 3/6] net: mvneta: Convert to be 64 bits compatible
` [PATCH v3 net-next 4/6] net: mvneta: Only disable mvneta_bm for 64-bits
` [PATCH v3 net-next 5/6] net: mvneta: Add network support for Armada 3700 SoC
` [PATCH v3 net-next 6/6] ARM64: dts: marvell: Add network support for Armada 3700
[PATCH v2 net-next 0/4] Adding PHY MDI(X) support
2016-11-29 9:46 UTC (5+ messages)
` [PATCH v2 net-next 1/4] net: phy: add mdix_ctrl to hold the user configuration
` [PATCH v2 net-next 2/4] net: phy: update the mdix_ctrl with correct value
` [PATCH v2 net-next 3/4] net: phy: Add mdi(x) support in Microsemi PHYs driver
` [PATCH v2 net-next 4/4] net: phy: Fix the mdix_ctrl changes
[PATCH] xfrm_user: fix return value from xfrm_user_rcv_msg
2016-11-29 10:09 UTC
[net-next] macvtap: replace printk with netdev_err
2016-11-29 10:04 UTC (2+ messages)
[PATCH v2] ethernet :mellanox :mlx4: Replace pci_pool_alloc by pci_pool_zalloc
2016-11-29 9:28 UTC (4+ messages)
[PATCH net-next] net: hns: Fix to conditionally convey RX checksum flag to stack
2016-11-29 9:13 UTC (3+ messages)
[net PATCH 0/2] Don't use lco_csum to compute IPv4 checksum
2016-11-29 9:07 UTC (4+ messages)
linux-next: manual merge of the net-next tree with the net tree
2016-11-29 9:01 UTC (2+ messages)
[PATCH v2] net: macb: Write only necessary bits in NCR in macb reset
2016-11-29 8:57 UTC (2+ messages)
[net-next] neigh: remove duplicate check for same neigh
2016-11-29 8:22 UTC
[PATCH v2] vxlan: fix a potential issue when create a new vxlan fdb entry
2016-11-29 8:20 UTC (2+ messages)
[PATCH net] openvswitch: Fix skb leak in IPv6 reassembly
2016-11-29 7:39 UTC (5+ messages)
[PATCH] net: brocade: bna: use new api ethtool_{get|set}_link_ksettings
2016-11-29 7:37 UTC (2+ messages)
bnx2 breaks Dell R815 BMC IPMI since 4.8
2016-11-29 7:21 UTC (3+ messages)
[PATCH v2 net-next 1/2] openvswitch: Add a missing break statement
2016-11-29 7:21 UTC (3+ messages)
` [PATCH v2 net-next 2/2] openvswitch: Fix skb->protocol for vlan frames
[Patch net-next] net_sched: move the empty tp check from ->destroy() to ->delete()
2016-11-29 6:59 UTC (13+ messages)
High perf top ip_idents_reserve doing netperf UDP_STREAM
2016-11-29 6:58 UTC (17+ messages)
` Netperf UDP issue with connected sockets
` [WIP] net+mlx4: auto doorbell
[PATCH net] net, sched: respect rcu grace period on cls destruction
2016-11-29 6:55 UTC (6+ messages)
[PATCH] ethernet :mellanox :mlx4: Replace pci_pool_alloc by pci_pool_zalloc
2016-11-29 6:49 UTC (3+ messages)
[patch net v2] net: fec: cache statistics while device is down
2016-11-29 6:44 UTC
linux-next: manual merge of the net-next tree with the net tree
2016-11-29 6:32 UTC (2+ messages)
[RFC 02/10] IB/hfi-vnic: Virtual Network Interface Controller (VNIC) Bus driver
2016-11-29 6:31 UTC (14+ messages)
net: deadlock on genl_mutex
2016-11-29 6:06 UTC (4+ messages)
[net-next 1/1] samples: bpf: Refactor test_cgrp2_attach -- use getopt, and add mode
2016-11-29 5:50 UTC (4+ messages)
[patch net] net: fec: cache statistics while device is down
2016-11-29 5:43 UTC (3+ messages)
[PATCH] openvswitch: add sanity check in queue_userspace_packet
2016-11-29 5:15 UTC (2+ messages)
Crash due to mutex genl_lock called from RCU context
2016-11-29 4:33 UTC (10+ messages)
[RFC PATCH 1/2] net: macb: Add MDIO driver for accessing multiple PHY devices
2016-11-29 4:11 UTC (3+ messages)
[PATCH net-next v2 0/2] net: phy: broadcom: Support for PHY counters
2016-11-29 3:20 UTC (5+ messages)
` [PATCH net-next v2 1/2] net: phy: broadcom: Add support code for reading "
` [PATCH net-next v2 2/2] net: phy: bcm7xxx: Plug in support for reading PHY error counters
Account Verification
2016-11-29 2:53 UTC
[PATCH net 1/2] Set skb->protocol properly before calling dst_output()
2016-11-29 2:35 UTC (2+ messages)
` [PATCH net 2/2] Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"
[PATCH net-next v2 1/1] driver: ipvlan: Use NF_IP_PRI_LAST as hook priority instead of INT_MAX
2016-11-29 1:14 UTC (3+ messages)
[PATCH net-next 1/1] driver: ipvlan: Add the sanity check for ipvlan mode
2016-11-29 1:06 UTC (3+ messages)
[PATCH net-next V3 0/9] liquidio VF operations
2016-11-29 0:54 UTC (10+ messages)
` [PATCH net-next V3 1/9] liquidio CN23XX: VF register definitions
` [PATCH net-next V3 2/9] liquidio CN23XX: VF registration
` [PATCH net-next V3 3/9] liquidio CN23XX: VF config setup
` [PATCH net-next V3 4/9] liquidio CN23XX: VF queue setup
` [PATCH net-next V3 5/9] liquidio CN23XX: VF register access
` [PATCH net-next V3 6/9] liquidio CN23XX: init VF softcommand queues
` [PATCH net-next V3 7/9] liquidio CN23XX: VF mailbox
` [PATCH net-next V3 8/9] liquidio CN23XX: VF interrupt
` [PATCH net-next V3 9/9] liquidio CN23XX: VF init and destroy
linux-next: manual merge of the net-next tree with the net tree
2016-11-29 0:25 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).