netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-16 13:13:12 to 2016-06-17 05:06:43 UTC [more...]

[PATCH 0/8] net: fix old-style declarations
 2016-06-17  5:06 UTC  (12+ messages)
` [PATCH 1/8] wireless: airo: rename 'register' variable
  ` [PATCH 2/8] wireless: brcmsmac: fix old-style declaration
  ` [PATCH 3/8] wireless: ipw2200: "
  ` [PATCH 4/8] hamradio: baycom: "
  ` [PATCH 5/8] isdn: eicon: fix old-style declarations
  ` [PATCH 6/8] net: gianfar: fix old-style declaration
` [PATCH 8/8] sunrpc: "
` [PATCH 7/8] net: xfrm: "

[PATCH net] nfp: use correct index to mask link state irq
 2016-06-17  5:03 UTC  (2+ messages)

[PATCH 4.7 FIX] brcmfmac: fix lockup when removing P2P interface after event timeout
 2016-06-17  4:59 UTC  (3+ messages)

[PATCH net-next v6] tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
 2016-06-17  4:30 UTC  (2+ messages)

[BUG] act_ife: sleeping functions called in atomic context
 2016-06-17  2:14 UTC  (4+ messages)

[net-next,v2] openvswitch: Add skb->len info to upcall
 2016-06-17  1:50 UTC  (2+ messages)

[PATCH v9 00/22] Add HiSilicon RoCE driver
 2016-06-17  1:29 UTC  (12+ messages)
` [PATCH v9 03/22] IB/hns: Add initial main frame driver and get cfg info
` [PATCH v9 09/22] IB/hns: Add hca support
` [PATCH v9 11/22] IB/hns: Add IB device registration

[PATCH net-next] net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
 2016-06-17  1:09 UTC  (5+ messages)

[PATCH] net: the space is required after ','
 2016-06-17  0:41 UTC  (2+ messages)

[PATCH] net: do not initialise statics to 0
 2016-06-17  0:41 UTC  (2+ messages)

[PATCH net-next V2] tun: introduce tx skb ring
 2016-06-17  0:41 UTC  (3+ messages)

[PATCH 0/5] treewide: fix unused-but-set warnings
 2016-06-17  0:33 UTC  (6+ messages)
` [PATCH 1/5] net: qlcnic: don't set unused function argument
` [PATCH 2/5] net: tlan: "

[PATCH 0/4] net-next: mediatek: IRQ cleanups, fixes and grouping
 2016-06-17  0:27 UTC  (4+ messages)

[patch net-next v4 0/4] return offloaded stats as default and expose original sw stats
 2016-06-17  0:26 UTC  (4+ messages)
` [patch net-next v4 3/4] net: core: add SW stats to if_stats_msg

[PATCH] dsa: b53: fix big-endian register access
 2016-06-17  0:15 UTC  (3+ messages)

[PATCH net-next] mpls: allow routes on ipgre devices
 2016-06-17  0:14 UTC  (3+ messages)

[PATCH] sit: correct IP protocol used in ipip6_err
 2016-06-17  0:11 UTC  (2+ messages)

[PATCH net-next] r8152: modify the check of the flag of PHY_RESET in set_speed function
 2016-06-17  0:08 UTC  (2+ messages)

[PATCH 1/2] net: ethernet: ax88796: use phydev from struct net_device
 2016-06-17  0:07 UTC  (4+ messages)
` [PATCH 2/2] net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettings

[PATCH RFC 1/3] ipv4: make flow functions more grepable by removing flowi4_init_output
 2016-06-16 23:59 UTC  (6+ messages)

[PATCH net-next 0/3] net: vrf: Fix ipv6 source address selection
 2016-06-16 23:24 UTC  (4+ messages)
` [PATCH net-next 1/3] net: ipv6: Move ip6_route_get_saddr to inline
` [PATCH net-next 2/3] net: vrf: Implement get_saddr for IPv6
` [PATCH net-next 3/3] net: ipv6: Address selection needs to consider L3 domains

[PATCH net-next 0/8] tou: Transports over UDP - part I
 2016-06-16 23:15 UTC  (14+ messages)
` [PATCH net-next 1/8] net: Change SKB_GSO_DODGY to be a tx_flag
` [PATCH net-next 2/8] fou: Change ip_tunnel_encap to take net argument
` [PATCH net-next 3/8] tou: Base infrastructure for Transport over UDP
` [PATCH net-next 4/8] ipv4: Support TOU
` [PATCH net-next 5/8] tcp: Support for TOU
` [PATCH net-next 6/8] ipv6: Support TOU
` [PATCH net-next 7/8] tcp6: Support for TOU
` [PATCH net-next 8/8] tou: Support for GSO

[net-next PATCH v3 00/17] Future-proof tunnel offload handlers
 2016-06-16 23:12 UTC  (24+ messages)
` [net-next PATCH v3 01/17] vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes
` [net-next PATCH v3 02/17] net: Combine GENEVE and VXLAN port notifiers into single functions
` [net-next PATCH v3 03/17] net: Merge VXLAN and GENEVE push notifiers into a single notifier
` [net-next PATCH v3 04/17] bnx2x: Move all UDP port notifiers to single function
` [net-next PATCH v3 05/17] bnxt: Update drivers to support unified UDP encapsulation offload functions
` [net-next PATCH v3 06/17] bnxt: Move GENEVE support from hard-coded port to using port notifier
` [net-next PATCH v3 07/17] benet: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
` [net-next PATCH v3 08/17] fm10k: "
` [net-next PATCH v3 09/17] i40e: Move all UDP port notifiers to single function
` [net-next PATCH v3 10/17] ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
` [net-next PATCH v3 11/17] mlx4_en: "
` [net-next PATCH v3 12/17] mlx5_en: "
` [net-next PATCH v3 13/17] nfp: "
` [net-next PATCH v3 14/17] qede: Move all UDP port notifiers to single function
` [net-next PATCH v3 15/17] qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
` [net-next PATCH v3 16/17] net: Remove deprecated tunnel specific UDP offload functions
` [net-next PATCH v3 17/17] vxlan: Add new UDP encapsulation offload type for VXLAN-GPE

[PATCH net-next] sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrate
 2016-06-16 21:26 UTC  (4+ messages)

[net PATCH] mlx4e: Do not attempt to offload VXLAN ports that are unrecognized
 2016-06-16 21:25 UTC  (3+ messages)

[PATCH] net: sfc: avoid -Wtype-limits warning
 2016-06-16 21:24 UTC  (2+ messages)

[PATCH net-next] net, cls: also reject deleting all filters when TCA_KIND present
 2016-06-16 21:19 UTC 

[PATCH] net: lantiq_etop: remove unused variable
 2016-06-16 21:19 UTC 

[PATCH 2/3] net: stmmac: dwmac-rk: keep the PHY up for WoL
 2016-06-16 21:15 UTC  (3+ messages)
` [PATCH v2 0/3] net: stmmac: dwmac-rk: fixes for Wake-on-Lan on RK3288

TCP_REPAIR MSS issue
 2016-06-16 21:09 UTC  (8+ messages)
` [CRIU] "

[PATCH] Add comment to warn about deprecated netlink rings attribute request
 2016-06-16 21:01 UTC  (2+ messages)

[PATCH 1/2] net: smsc911x: Fix bug where PHY interrupts are overwritten by 0
 2016-06-16 19:53 UTC  (4+ messages)

rfc: netfilter: Unhide FWINV macro arguments ?
 2016-06-16 18:20 UTC 

[PATCH net-next v5 0/7] vmxnet3: upgrade to version 3
 2016-06-16 17:51 UTC  (8+ messages)
` [PATCH net-next v5 1/7] vmxnet3: prepare for version 3 changes
` [PATCH net-next v5 2/7] vmxnet3: introduce generalized command interface to configure the device
` [PATCH net-next v5 3/7] vmxnet3: allow variable length transmit data ring buffer
` [PATCH net-next v5 4/7] vmxnet3: add receive data ring support
` [PATCH net-next v5 5/7] vmxnet3: add support for get_coalesce, set_coalesce ethtool operations
` [PATCH net-next v5 6/7] vmxnet3: introduce command to register memory region
` [PATCH net-next v5 7/7] vmxnet3: update to version 3

[PATCH 1/1] ixgbe: add fiber tranceiver plug/unplug notifier
 2016-06-16 17:46 UTC  (5+ messages)
` [PATCH net-next "

[PATCH net] ixgbe: napi_poll must return the work done
 2016-06-16 17:43 UTC  (5+ messages)

[PATCH RFC net-next 0/2] tcp: Redundant Data Bundling (RDB)
 2016-06-16 17:12 UTC  (7+ messages)
` [PATCH v6 "
  ` [PATCH v6 net-next 2/2] tcp: Add "

[PATCH 0/5] genirq: threadable IRQ support
 2016-06-16 16:55 UTC  (9+ messages)
` [PATCH 4/5] netdev: implement infrastructure for threadable napi irq

[iproute PATCH v2 0/2] Two cosmetic fixes in tc/m_action.c
 2016-06-16 16:42 UTC  (2+ messages)

PATCH 1/1] AX.25: Close socket connection on session completion
 2016-06-16 16:42 UTC 

[PATCH 2/2] net: smsc911x: Fix register_netdev, phy startup ordering and driver unload
 2016-06-16 16:14 UTC  (2+ messages)

[PATCH] rtlwifi: use s8 instead of char
 2016-06-16 16:07 UTC  (5+ messages)

[PATCH v3 1/2] b43: Remove unused phy_a code
 2016-06-16 16:05 UTC  (6+ messages)
  ` [v3,1/2] "

[PATCH net-next v3 1/1] ixgbe: add fiber tranceiver plug/unplug notifier
 2016-06-16 16:04 UTC  (2+ messages)
` [PATCH net-next v2 "

[PATCH 0/2] Software workaround for i.MX6Q/DL ERR006687
 2016-06-16 15:47 UTC  (3+ messages)
` [PATCH 1/2] ARM: imx6: disable deeper idle states when FEC is active w/o HW workaround

[Bug 120441] af_packet no longer uses symmetric hashing
 2016-06-16 15:32 UTC  (5+ messages)

[PATCH] brcmfmac: include required headers in cfg80211.h
 2016-06-16 15:26 UTC  (2+ messages)
`  "

[PATCH] brcmfmac: drop unused pm_block vif attribute
 2016-06-16 15:24 UTC  (2+ messages)
`  "

[net-next PATCH v2 00/17] Future-proof tunnel offload handlers
 2016-06-16 15:23 UTC  (7+ messages)
` [net-next PATCH v2 02/17] net: Combine GENEVE and VXLAN port notifiers into single functions
` [net-next PATCH v2 05/17] bnxt: Update drivers to support unified UDP encapsulation offload functions

[PATCH] net: wireless: marvell: libertas: Remove create_workqueue
 2016-06-16 15:22 UTC  (2+ messages)
`  "

[PATCH] libertas_tf: Drop unused variable and define
 2016-06-16 15:14 UTC  (2+ messages)
`  "

[PATCH] rtlwifi: fix error handling in *_read_adapter_info()
 2016-06-16 15:13 UTC  (2+ messages)
`  "

[PATCH V2 next] brcmfmac: don't remove interface on link down firmware event
 2016-06-16 15:12 UTC  (2+ messages)
` [V2, "

[PATCH V2] brcmfmac: fix setting AP channel with new firmwares
 2016-06-16 15:07 UTC  (2+ messages)
` [V2] "

[PATCH] wl3501_cs: avoid bogus gcc-6 warning
 2016-06-16 15:06 UTC  (2+ messages)
`  "

[PATCH 1/8] mwifiex: only call mwifiex_sdio_probe_of() if dev has an OF node
 2016-06-16 15:05 UTC  (2+ messages)
` [1/8] "

[PATCH] net: stmmac: dwmac-rk: keep PHY up for WoL
 2016-06-16 14:51 UTC  (6+ messages)
` net: stmmac: dwmac-rk: fixes for Wake-on-Lan on RK3288

[PATCH v10 00/22] Add HiSilicon RoCE driver
 2016-06-16 14:35 UTC  (23+ messages)
` [PATCH v10 01/22] net: hns: Add reset function support for "
` [PATCH v10 02/22] devicetree: bindings: IB: Add binding document for HiSilicon RoCE
` [PATCH v10 04/22] IB/hns: Add RoCE engine reset function
` [PATCH v10 05/22] IB/hns: Add initial profile resource
  ` [PATCH v10 03/22] IB/hns: Add initial main frame driver and get cfg info
  ` [PATCH v10 06/22] IB/hns: Add initial cmd operation
  ` [PATCH v10 12/22] IB/hns: Set mtu and gid support
  ` [PATCH v10 14/22] IB/hns: Add operations support for IB device and port
  ` [PATCH v10 22/22] MAINTAINERS: Add maintainers for HiSilicon RoCE driver
` [PATCH v10 07/22] IB/hns: Add event queue support
` [PATCH v10 08/22] IB/hns: Add icm support
` [PATCH v10 09/22] IB/hns: Add hca support
` [PATCH v10 10/22] IB/hns: Add process flow to init RoCE engine
` [PATCH v10 11/22] IB/hns: Add IB device registration
` [PATCH v10 13/22] IB/hns: Add interface of the protocol stack registration
` [PATCH v10 15/22] IB/hns: Add PD operations support
` [PATCH v10 16/22] IB/hns: Add ah "
` [PATCH v10 17/22] IB/hns: Add QP "
` [PATCH v10 18/22] IB/hns: Add CQ "
` [PATCH v10 19/22] IB/hns: Add memory region "
` [PATCH v10 20/22] IB/hns: Add operation for getting immutable port
` [PATCH v10 21/22] IB/hns: Kconfig and Makefile for RoCE module

[PATCH] openvswitch: Add cutlen info to upcall
 2016-06-16 14:28 UTC  (3+ messages)

[iproute PATCH 0/2] Check MAC address length when changing it
 2016-06-16 14:19 UTC  (3+ messages)
` [iproute PATCH 1/2] iplink: Add missing variable initialization
` [iproute PATCH 2/2] iplink: Check address length via netlink

[PATCH net-next 00/13] s390: qeth patches
 2016-06-16 14:19 UTC  (14+ messages)
` [PATCH net-next 01/13] qeth: Include error message for "OS Mismatch"
` [PATCH net-next 02/13] qeth: refactor calculation of SBALE count
` [PATCH net-next 03/13] qeth: clean up condition when tso is used
` [PATCH net-next 04/13] qeth: fill netdevice->gso_* attributes accurately
` [PATCH net-next 05/13] qeth: enable scatter/gather in layer 2 mode
` [PATCH net-next 06/13] qeth: enable scatter/gather by default
` [PATCH net-next 07/13] qeth: introduce linearization fail count to stats
` [PATCH net-next 08/13] qeth: optimize IP handling in rx_mode callback
` [PATCH net-next 09/13] qeth layer 2 and layer 3 common feature handling
` [PATCH net-next 10/13] qeth: add network device features for VLAN devices
` [PATCH net-next 11/13] qeth: improve set_features error handling
` [PATCH net-next 12/13] qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperSockets
` [PATCH net-next 13/13] s390/qeth: fix indentation in qeth_l3_arp_query

[PATCH 00/15] drivers: net: cpsw: improve runtime pm
 2016-06-16 13:32 UTC  (6+ messages)
` [PATCH 04/15] drivers: net: cpsw: ethtool: fix accessing to suspended device

Performance drop on SFC interface (around 30%)
 2016-06-16 13:23 UTC 


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