netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-30 14:33:32 to 2016-07-01 11:52:41 UTC [more...]

[PATCH net-next V3 00/16] Mellanox 100G SRIOV E-Switch offload and VF representors
 2016-07-01 11:50 UTC  (2+ messages)
` [PATCH net-next V3 01/16] net/mlx5: E-Switch, Add operational mode to the SRIOV e-Switch

[RFC] WireGuard: next generation secure network tunnel
 2016-07-01 11:42 UTC  (2+ messages)

[PATCH net] macsec: set actual real device for xmit when !protect_frames
 2016-07-01 11:32 UTC  (2+ messages)

[PATCH net 00/13] Mellanox 100G mlx5 resiliency and xmit path fixes
 2016-07-01 11:22 UTC  (19+ messages)
` [PATCH net 01/13] net/mlx5: Fix teardown errors that happen in pci error handler
` [PATCH net 02/13] net/mlx5: Avoid calling sleeping function by the health poll thread
` [PATCH net 03/13] net/mlx5: Fix incorrect page count when in internal error
` [PATCH net 04/13] net/mlx5: Fix wait_vital for VFs and remove fixed sleep
` [PATCH net 05/13] net/mlx5: Fix potential deadlock in command mode change
` [PATCH net 06/13] net/mlx5: Add timeout handle to commands with callback
` [PATCH net 07/13] net/mlx5e: Timeout if SQ doesn't flush during close
` [PATCH net 08/13] net/mlx5e: Implement ndo_tx_timeout callback
` [PATCH net 09/13] net/mlx5e: Handle RQ flush in error cases
` [PATCH net 10/13] net/mlx5e: Copy all L2 headers into inline segment
` [PATCH net 11/13] net/mlx5e: Fix select queue callback
` [PATCH net 12/13] net/mlx5e: Validate BW weight values of ETS
` [PATCH net 13/13] net/mlx5e: Log link state changes

[PATCH net-next V2 00/16] Mellanox 100G SRIOV E-Switch offload and VF representors
 2016-07-01 11:04 UTC  (22+ messages)
` [PATCH net-next V2 01/16] net/mlx5: E-Switch, Add operational mode to the SRIOV e-Switch
` [PATCH net-next V2 02/16] net/mlx5: E-Switch, Add support for the sriov offloads mode
` [PATCH net-next V2 03/16] net/mlx5: E-Switch, Add miss rule for "
` [PATCH net-next V2 04/16] net/mlx5: E-Switch, Add API to create send-to-vport rules
` [PATCH net-next V2 05/16] net/mlx5: Introduce offloads steering namespace
` [PATCH net-next V2 06/16] net/mlx5: E-Switch, Add offloads table
` [PATCH net-next V2 07/16] net/mlx5: E-Switch, Add API to create vport rx rules
` [PATCH net-next V2 08/16] net/devlink: Add E-Switch mode control
` [PATCH net-next V2 09/16] net/mlx5: Add devlink interface
` [PATCH net-next V2 10/16] net/mlx5e: Add devlink based SRIOV mode changes
` [PATCH net-next V2 11/16] net/mlx5e: Create NIC global resources only once
` [PATCH net-next V2 12/16] net/mlx5e: TIRs management refactoring
` [PATCH net-next V2 13/16] net/mlx5e: Mark enabled RQTs instances explicitly
` [PATCH net-next V2 14/16] net/mlx5e: Add support for multiple profiles
` [PATCH net-next V2 15/16] net/mlx5: Add Representors registration API
` [PATCH net-next V2 16/16] net/mlx5e: Introduce SRIOV VF representors

[PATCH net] bonding: prevent out of bound accesses
 2016-07-01 10:06 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] net: mvneta: fix open() error cleanup
 2016-07-01 10:00 UTC  (3+ messages)

[PATCH] atm: horizon: Use setup_timer
 2016-07-01  9:58 UTC  (2+ messages)

[PATCH net] r8152: clear LINK_OFF_WAKE_EN after autoresume
 2016-07-01  9:57 UTC  (2+ messages)

[PATCH] Add support for configuring Infiniband GUIDs
 2016-06-30 18:17 UTC  (3+ messages)

[PATCH iproute2 net-next] bridge: vlan: add support to display per-vlan statistics
 2016-07-01  9:24 UTC  (6+ messages)

[PATCH 0/7] net: ethernet: bgmac: Add platform device support
 2016-07-01  9:49 UTC  (12+ messages)
` [PATCH 1/7] net: ethernet: bgmac: change bgmac_* prints to dev_* prints
  ` [PATCH 2/7] net: ethernet: bgmac: add dma_dev pointer
  ` [PATCH 5/7] net: ethernet: bgmac: Add platform device support
` [PATCH 3/7] net: ethernet: bgmac: move BCMA MDIO Phy code into a separate file
` [PATCH 4/7] net: ethernet: bgmac: convert to feature flags
` [PATCH 6/7] dt-bindings: net: bgmac: add bindings documentation for bgmac
` [PATCH 7/7] ARM: dts: NSP: Add bgmac entries

[PATCH] netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeq
 2016-07-01  9:48 UTC 

[PATCH] netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeq
 2016-07-01  9:45 UTC 

[PATCH net-next 0/5] qede: Enhancements
 2016-07-01  9:43 UTC  (2+ messages)

[PATCH net-next V4 0/6] switch to use tx skb array in tun
 2016-07-01  9:40 UTC  (6+ messages)
` [PATCH net-next V4 5/6] net: introduce NETDEV_CHANGE_TX_QUEUE_LEN

[PATCH v3 net-next 0/9] net: hns: fix the typo of hns
 2016-07-01  9:34 UTC  (10+ messages)
` [PATCH v3 net-next 1/9] MAINTAINERS: add maintainers for hns driver
` [PATCH v3 net-next 2/9] net: hns: fix code style about "
` [PATCH v3 net-next 3/9] net: hns: change code style from a = a + x to a += x
` [PATCH v3 net-next 4/9] net: hns: delete redundant parenthese
` [PATCH v3 net-next 5/9] net: hns: add a space before "*/"
` [PATCH v3 net-next 6/9] net: hns: normalize two different loop
` [PATCH v3 net-next 7/9] net: hns: remove redundant hns_mac_dev_to_enet_if()
` [PATCH v3 net-next 8/9] net: hns: add media-type property for hns
` [PATCH v3 net-next 9/9] net: hns: get reset registers from DT

[PATCH] net/ixgbe: Allow resetting VF admin mac to zero
 2016-07-01  9:19 UTC 

[net-next PATCH 0/5] HFSC patches, part 1
 2016-07-01  9:07 UTC  (2+ messages)

[Patch net] net_sched: fix mirrored packets checksum
 2016-07-01  9:13 UTC  (7+ messages)

[PATCH net-next] tipc: fix nl compat regression for link statistics
 2016-07-01  9:11 UTC 

[RFC PATCH 0/2] net: ethernet: Add support for gmii2rgmii converter
 2016-07-01  9:02 UTC  (5+ messages)
` [RFC PATCH 1/2] net: ethernet: xilinx: Add gmii2rgmii converter support
` [RFC PATCH 2/2] net: macb: Add gmii2rgmii phy "

[PATCH 0/1] qlcnic: add wmb() call in transmit data path
 2016-07-01  9:00 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH] ipv6: Fix soft lockup for ipv6 network notifier
 2016-07-01  8:23 UTC  (4+ messages)

tcp md5: one more crypto-sg-on-the-stack instance
 2016-07-01  8:03 UTC  (4+ messages)
` [PATCH net-next] tcp: md5: do not use stack storage in crypto operations
  ` [PATCH v2 net-next] tcp: md5: use kmalloc() backed scratch areas

[PATCH v14 net-next 1/1] hv_sock: introduce Hyper-V Sockets
 2016-07-01  6:42 UTC  (4+ messages)

[PATCH v2] notifier: Fix soft lockup for notifier_call_chain()
 2016-07-01  5:12 UTC  (7+ messages)

[PATCH net] net: poll tx timeout only on active tx queues
 2016-07-01  5:18 UTC  (5+ messages)

[BUG] Panic on boot in ixgbe with Xeon D-1531
 2016-07-01  4:12 UTC 

[PATCHv2 net-next 0/3] Add option to specify PF parameter for IFLA_VF_MAC
 2016-07-01  3:10 UTC  (6+ messages)
` [PATCHv2 net-next 1/3] net: Add provision to specify pf number while assigning VF mac
` [PATCHv2 net-next 2/3] cxgb4/cxgb4vf: Add set VF mac address support
` [PATCHv2 net-next iproute2 3/3] ip: Add option to specify PF number associated with the VF

[PATCH v2 net-next 0/9] net: hns: fix the typo of hns
 2016-07-01  2:15 UTC  (4+ messages)
` [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver

[PATCH V6 1/1] net: ethernet: Add TSE PCS support to dwmac-socfpga
 2016-07-01  1:38 UTC  (2+ messages)

[PATCH] ip route: timeout for routes has to be set in seconds
 2016-07-01  0:29 UTC 

[PATCH iproute2] bridge: man: fix BPUD typo
 2016-07-01  0:30 UTC 

[PATCH iproute2] bridge: man: fix STP LISTENING description
 2016-07-01  0:31 UTC 

[PATCH net-next 0/9] RDS:TCP data structure changes for multipath support
 2016-06-30 23:11 UTC  (10+ messages)
` [PATCH net-next 1/9] RDS: Rework path specific indirections
` [PATCH net-next 2/9] RDS: TCP: Remove dead logic around c_passive in rds-tcp
` [PATCH net-next 3/9] RDS: TCP: Make rds_tcp_connection track the rds_conn_path
` [PATCH net-next 4/9] RDS: TCP: Refactor connection destruction to handle multiple paths
` [PATCH net-next 5/9] RDS: TCP: make ->sk_user_data point to a rds_conn_path
` [PATCH net-next 6/9] RDS: TCP: make receive path use the rds_conn_path
` [PATCH net-next 7/9] RDS: TCP: Hooks to set up a single connection path
` [PATCH net-next 8/9] RDS: TCP: Simplify reconnect to avoid duelling reconnnect attempts
` [PATCH net-next 9/9] RDS: Do not send a pong to an incoming ping with 0 src port

ethtool 4.6 released
 2016-06-30 22:12 UTC  (8+ messages)
` ethtool needs a new maintainer

[PATCH] mwifiex: mask PCIe interrupts before removal
 2016-06-30 22:21 UTC 

[RFC PATCH] ila: Resolver mechanism
 2016-06-30 22:02 UTC  (2+ messages)

It's back! (Re: [REGRESSION] NFS is creating a hidden port (left over from xs_bind() ))
 2016-06-30 21:56 UTC  (7+ messages)

[RFC 0/7] net: ethernet: bgmac: Add platform device support
 2016-06-30 21:57 UTC  (7+ messages)
` [RFC 5/7] "
` [RFC 6/7] dt-bindings: net: bgmac: add bindings documentation for bgmac

[PATCH nf-next 0/3] Compact netfilter hooks list
 2016-06-30 21:19 UTC  (4+ messages)
` [PATCH nf-next 1/3] netfilter: bridge: add and use br_nf_hook_thresh
` [PATCH nf-next 2/3] netfilter: call nf_hook_state_init with rcu_read_lock held
` [PATCH nf-next 3/3] netfilter: replace list_head with single linked list

[PATCH net v2] net: bcmsysport: Device stats are unsigned long
 2016-06-30 20:27 UTC 

[PATCH net-next 00/19] rxrpc: Improve conn/call lookup and fix call number generation
 2016-06-30 20:19 UTC  (6+ messages)
` [PATCH net-next 19/19] rxrpc: Use RCU to access a peer's service connection tree

[PATCH net] net: bcmsysport: Device stats are unsigned long
 2016-06-30 19:58 UTC  (3+ messages)

[PATCH] net: stmmac: Fix null-function call in ISR on stmmac1000
 2016-06-30 19:48 UTC  (3+ messages)

[PATCH] net: stmmac: Fix null-function call in ISR on stmmac1000
 2016-06-30 19:46 UTC 

[PATCH 0/4] net: ethernet: ti: cpsw: add multi-queue support
 2016-06-30 19:04 UTC  (5+ messages)
` [PATCH 1/4] net: ethernet: ti: davinci_cpdma: split descs num between all channels
` [PATCH 2/4] net: ethernet: ti: cpsw: add multi queue support
` [PATCH 3/4] net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to internals
` [PATCH 4/4] net: ethernet: ti: cpsw: add ethtool channels support

[PATCH] wcn36xx: Implement print_reg indication
 2016-06-30 17:46 UTC 

[PATCH net-next v3 0/4] cgroup: bpf: cgroup2 membership test on skb
 2016-06-30 17:28 UTC  (5+ messages)
` [PATCH net-next v3 1/4] cgroup: Add cgroup_get_from_fd
` [PATCH net-next v3 2/4] cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY
  ` [PATCH net-next v3 3/4] cgroup: bpf: Add bpf_skb_in_cgroup_proto
` [PATCH net-next v3 4/4] cgroup: bpf: Add an example to do cgroup checking in BPF

[PATCH v3] wlcore: Add support for get_expected_throughput opcode
 2016-06-30 17:23 UTC  (2+ messages)

[Patch net] mlx4: set csum_complete_sw bit when fixing complete csum
 2016-06-30 17:08 UTC  (7+ messages)

[net-next PATCH v2 1/2] net: pktgen: support injecting packets for qdisc testing
 2016-06-30 16:42 UTC  (6+ messages)
` [net-next PATCH v2 2/2] net: samples: pktgen mode samples/tests for qdisc layer

[net-next PATCH 1/2] net: pktgen: support injecting packets for qdisc testing
 2016-06-30 16:53 UTC  (3+ messages)

[PATCH net-next 08/16] net/devlink: Add E-Switch mode control
 2016-06-30 16:29 UTC  (14+ messages)

[PATCH v14 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock)
 2016-06-30 15:56 UTC 

[PATCH net-next 0/3] Add option to specify PF parameter for IFLA_VF_MAC
 2016-06-30 15:15 UTC  (4+ messages)
` [PATCH net-next 2/3] cxgb4/cxgb4vf: Add set VF mac address support

[RESEND PATCH v6 0/6] Add Ethernet support on STM32F429
 2016-06-30 15:37 UTC  (6+ messages)

[PATCH v2] mac80211: mesh: Add support for HW RC implementation
 2016-06-30 15:30 UTC 

[PATCH net-next 0/2] Further robustify putting BPF progs
 2016-06-30 15:24 UTC  (3+ messages)
` [PATCH net-next 1/2] bpf: generally move prog destruction to RCU deferral
` [PATCH net-next 2/2] bpf: refactor bpf_prog_get and type check into helper

[iproute PATCH 1/2] ip-address: Support filtering by slave type, too
 2016-06-30 14:47 UTC  (2+ messages)
` [iproute PATCH] ip-address: constify match_link_kind arg

[PATCH v13 net-next 1/1] hv_sock: introduce Hyper-V Sockets
 2016-06-30 14:33 UTC  (3+ messages)


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).