netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-23 03:59:15 to 2016-08-23 19:32:55 UTC [more...]

[PATCH v3 net-next 0/3] net: mpls: fragmentation and gso fixes for locally originated traffic
 2016-08-23 19:24 UTC  (6+ messages)
` [PATCH net-next 2/3] net: mpls: Fixups for GSO

[PATCH net-next 0/2] strp: Minor fixes to strparser and kcm
 2016-08-23 18:55 UTC  (3+ messages)
` [PATCH net-next 1/2] strparser: Queue work when being unpaused
` [PATCH net-next 2/2] kcm: Fix locking issue

[PATCH net-next 00/14] hv_netvsc: cleanups
 2016-08-23 19:29 UTC  (16+ messages)
` [PATCH 01/14] hv_netvsc: fix rtnl locking in callback
` [PATCH 02/14] hv_netvsc: make RSS hash key static
` [PATCH 03/14] hv_netvsc: use kcalloc
` [PATCH 04/14] hv_netvsc: style cleanups
` [PATCH 05/14] hv_netvsc: make inline functions static
` [PATCH 06/14] hv_netvsc: use ARRAY_SIZE() for NDIS versions
` [PATCH 07/14] hv_netvsc: make device_remove void
` [PATCH 08/14] hv_netvsc: init completion during alloc
` [PATCH 09/14] hv_netvsc: rearrange start_xmit
` [PATCH 10/14] hv_netvsc: refactor completion function
` [PATCH 11/14] hv_netvsc: make netvsc_destroy_buf void
` [PATCH 12/14] hv_netvsc: make variable local
` [PATCH 13/14] hv_netvsc: report vmbus name in ethtool
` [PATCH 14/14] hv_netvsc: add ethtool statistics for tx packet issues

[REGRESSION] Select hang with zero sized UDP packets
 2016-08-23 19:03 UTC  (3+ messages)

[PATCH] net: phy: micrel: remove suspend/resume
 2016-08-23 19:03 UTC 

[PATCH net-next 1/2] net: diag: slightly refactor the inet_diag_bc_audit error checks
 2016-08-23 18:54 UTC  (5+ messages)
` [PATCH net-next 2/2] net: diag: allow socket bytecode filters to match socket marks

[for-next V3 00/15][PULL request] Mellanox mlx5 core driver updates 2016-08-20
 2016-08-23 19:01 UTC  (21+ messages)
` [PATCH for-next V3 01/15] net/mlx5: Init/Teardown hca commands via mlx5 ifc
` [PATCH for-next V3 03/15] net/mlx5: PD and UAR "
  ` [PATCH for-next V3 02/15] net/mlx5: Access register and MAD IFC "
  ` [PATCH for-next V3 04/15] net/mlx5: MCG "
  ` [PATCH for-next V3 14/15] net/mlx5: Update mlx5_ifc.h for vxlan encap/decap
` [PATCH for-next V3 05/15] net/mlx5: Pages management commands via mlx5 ifc
` [PATCH for-next V3 06/15] net/mlx5: EQ "
` [PATCH for-next V3 07/15] {net,IB}/mlx5: CQ "
` [PATCH for-next V3 08/15] {net,IB}/mlx5: MKey/PSV "
` [PATCH for-next V3 09/15] {net,IB}/mlx5: QP/XRCD "
` [PATCH for-next V3 10/15] {net,IB}/mlx5: Modify QP "
` [PATCH for-next V3 11/15] net/mlx5: Unify and improve command interface
` [PATCH for-next V3 12/15] net/mlx5: Improve driver log messages
` [PATCH for-next V3 13/15] net/mlx5: Enable setting minimum inline header mode for VFs
` [PATCH for-next V3 15/15] net/mlx5: Introduce alloc_encap and dealloc_encap commands

[PATCH net-next 0/3] net/sched: iptunnel encap/decap/classify using TC
 2016-08-23 18:59 UTC  (18+ messages)
` [PATCH net-next 1/3] net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()
` [PATCH net-next 3/3] net/sched: Introduce act_iptunnel

[PATCH net-next] xen-netfront: avoid packet loss when ethernet header crosses page boundary
 2016-08-23 18:51 UTC  (3+ messages)
` [Xen-devel] "

[PATCH net-next 0/4] net: remove clear_sk() method
 2016-08-23 18:39 UTC  (5+ messages)
` [PATCH net-next 1/4] ipv6: udp: remove udp_v6_clear_sk()
` [PATCH net-next 2/4] udp: get rid of sk_prot_clear_portaddr_nulls()
` [PATCH net-next 3/4] ipv6: tcp: get rid of tcp_v6_clear_sk()
` [PATCH net-next 4/4] net: remove clear_sk() method

CVE-2014-9900 fix is not upstream
 2016-08-23 18:24 UTC  (14+ messages)
` net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()

[ethtool PATCH v4 4/4] ethtool: Enhancing link mode bits to support 25G/50G/100G
 2016-08-23 18:21 UTC  (2+ messages)

[PATCH -next] vmxnet3: fix non static symbol warning
 2016-08-23 17:13 UTC  (2+ messages)

[PATCH 01/14] hv_netvsc: fix rtnl locking in callback
 2016-08-23 19:17 UTC  (14+ messages)
` [PATCH 02/14] hv_netvsc: make RSS hash key static
` [PATCH 03/14] hv_netvsc: use kcalloc
` [PATCH 04/14] hv_netvsc: style cleanups
` [PATCH 05/14] hv_netvsc: make inline functions static
` [PATCH 06/14] hv_netvsc: use ARRAY_SIZE() for NDIS versions
` [PATCH 07/14] hv_netvsc: make device_remove void
` [PATCH 08/14] hv_netvsc: init completion during alloc
` [PATCH 09/14] hv_netvsc: rearrange start_xmit
` [PATCH 10/14] hv_netvsc: refactor completion function
` [PATCH 11/14] hv_netvsc: make netvsc_destroy_buf void
` [PATCH 12/14] hv_netvsc: make variable local
` [PATCH 13/14] hv_netvsc: report vmbus name in ethtool
` [PATCH 14/14] hv_netvsc: add ethtool statistics for tx packet issues

[PATCH v3 net-next] net: diag: support SOCK_DESTROY for UDP sockets
 2016-08-23 17:54 UTC  (9+ messages)

[PATCH net] sctp: fix overrun in sctp_diag_dump_one()
 2016-08-23 17:30 UTC  (3+ messages)

[PATCH v3] net: lpc_eth: Check clk_prepare_enable() error
 2016-08-23 12:48 UTC 

[PATCH] net: ena: change the return type of ena_set_push_mode() to be void
 2016-08-23 17:20 UTC 

[PATCH -next] ixgbe: Fix non static symbol warnings
 2016-08-23 17:18 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net] udp: get rid of SLAB_DESTROY_BY_RCU allocations
 2016-08-23 16:57 UTC 

[PATCH RESEND 0/8] More stuff to charge to kmemcg
 2016-08-23 16:50 UTC  (7+ messages)
` [PATCH RESEND 8/8] af_unix: charge buffers "

[PATCH -next] net: phy: xgmiitorgmii: Fix non static symbol warning
 2016-08-23 16:40 UTC  (5+ messages)

[PATCH net-next] net: dsa: rename switch operations structure
 2016-08-23 16:38 UTC 

[PATCH] ath10k: replace config_enabled() with IS_REACHABLE()
 2016-08-23 16:27 UTC 

[PATCH 0/4] Fix MV88E6131 tagging
 2016-08-23 14:10 UTC  (5+ messages)
` [PATCH 3/4] dsa: mv88e6xxx: Delete ppu timer when removing module

[PATCH -next] net: dsa: bcm_sf2: Remove redundant dev_err call in bcm_sf2_sw_probe()
 2016-08-23 16:12 UTC  (2+ messages)

[PATCH net-next 1/1] qede: Add support for Tx/Rx-only queues
 2016-08-23 14:56 UTC 

[PATCH net-next 0/5] rxrpc: Cleanups
 2016-08-23 15:26 UTC  (6+ messages)
` [PATCH net-next 1/5] rxrpc: Remove RXRPC_CALL_PROC_BUSY
` [PATCH net-next 2/5] rxrpc: Tidy up the rxrpc_call struct a bit
` [PATCH net-next 3/5] rxrpc: When clearing a socket, clear the call sets in the right order
` [PATCH net-next 4/5] rxrpc: Drop channel number field from rxrpc_call struct
` [PATCH net-next 5/5] rxrpc: Use a tracepoint for skb accounting debugging

[PATCH net-next 0/3] rxrpc: Miscellaneous improvements
 2016-08-23 15:29 UTC  (4+ messages)
` [PATCH net-next 1/3] rxrpc: Set connection expiry on idle, not put
` [PATCH net-next 2/3] rxrpc: Calculate serial skew on packet reception
` [PATCH net-next 3/3] rxrpc: Perform terminal call ACK/ABORT retransmission from conn processor

[PATCH v1 1/1] net: phy: Add Edge-rate driver for Microsemi PHYs
 2016-08-23 13:52 UTC 

[PATCH -next] net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()
 2016-08-23 15:11 UTC 

[PATCH -next] cxgb4: Remove unused including <linux/version.h>
 2016-08-23 15:09 UTC 

[PATCH -next] igb: fix non static symbol warning
 2016-08-23 15:08 UTC 

[patch net-next v6_repost 0/3] return offloaded stats as default and expose original sw stats
 2016-08-23 14:52 UTC  (8+ messages)
` [patch net-next v6_repost 2/3] net: core: add SW stats to if_stats_msg

[PATCH net-next v1] gso: Support partial splitting at the frag_list pointer
 2016-08-23 14:47 UTC  (2+ messages)

[PATCH net] dwc_eth_qos: fix interrupt enable race
 2016-08-23 14:31 UTC 

[PATCH v1 1/1] net: phy: Add edge-rate, mac-if, read, write func to Microsemi PHYs
 2016-08-23 14:21 UTC  (4+ messages)

[PATCH ipsec-next] xfrm: state: remove per-netns gc task
 2016-08-23 14:00 UTC 

Bestätigung deiner Email Adresse
 2016-08-23 14:09 UTC 

[PATCH 00/20] pull request for net-next: batman-adv 2016-08-16*
 2016-08-23 13:36 UTC  (5+ messages)
` [PATCH 14/20] batman-adv: Place kref_get for softif_vlan near use
` [PATCH 18/20] batman-adv: Place kref_get for tvlv_handler "

[ethtool PATCH v4 3/4] ethtool:QSFP Plus/QSFP28 Diagnostics Information Support
 2016-08-23 13:30 UTC 

[ethtool PATCH v4 2/4] ethtool:Reorganizing SFF-8024 fields for SFP/QSFP
 2016-08-23 13:30 UTC 

[ethtool PATCH v4 1/4] ethtool-copy.h:sync with net
 2016-08-23 13:30 UTC 

[ethtool PATCH v4 0/4] Add support for QSFP+/QSFP28 Diagnostics and 25G/50G/100G port speeds
 2016-08-23 13:30 UTC 

[PATCH v2] net: lpc_eth: Check clk_prepare_enable() error
 2016-08-23 11:55 UTC  (2+ messages)

[net-next PATCH] net: rtnetlink: Don't export empty RTAX_FEATURES
 2016-08-23 11:14 UTC 

RESPOND URGENTLY
 2016-08-23 10:19 UTC 

[PATCH 0/3] hostap: Fine-tuning for a few functions
 2016-08-23 10:18 UTC  (4+ messages)
` [PATCH] checkpatch: See if modified files are marked obsolete in MAINTAINERS
  `  "

[RFC PATCH 0/5] Add eBPF hooks for cgroups
 2016-08-23 10:03 UTC  (11+ messages)

[iproute PATCH] ip-route: Prevent some double spaces in output
 2016-08-23  9:52 UTC 

[PATCH 1/1] brcmfmac: fix pmksa->bssid usage
 2016-08-23  9:37 UTC  (5+ messages)
        ` [PATCH v2 "

[PATCH iproute2 0/4] improve initialization of genl handle
 2016-08-23  9:18 UTC  (2+ messages)

[PATCH 0/5] Networking cgroup controller
 2016-08-23  8:49 UTC  (3+ messages)

[ovs-dev] [PATCH net-next v11 5/6] openvswitch: add layer 3 flow/port support
 2016-08-23  8:51 UTC  (11+ messages)
  `  "

[PATCH] cxgb4: fix invalid checks in alloc_uld_rxqs
 2016-08-23  8:08 UTC  (4+ messages)

[PATCH] net: lpc_eth: Check clk_prepare_enable() error
 2016-08-23  7:19 UTC  (2+ messages)

[PATCH v4 0/5] net: ethernet: ti: cpsw: add cpdma multi-queue support
 2016-08-23  7:14 UTC  (8+ messages)
` [PATCH v4 1/5] net: ethernet: ti: davinci_cpdma: split descs num between all channels
` [PATCH v4 3/5] net: ethernet: ti: cpsw: add multi queue support
` [PATCH v4 5/5] net: ethernet: ti: cpsw: add ethtool channels support

[PATCH v05 21/72] include/uapi/linux/if_pppox.h: include linux/if.h
 2016-08-23  6:49 UTC  (6+ messages)
` [PATCH v05 38/72] include/uapi/linux/openvswitch.h: use __u32 from linux/types.h

[PATCH net-next] cxgb4: Fix issue while re-registering VF mgmt netdev
 2016-08-23  6:05 UTC 

[PATCH net-next] net: strparser: fix strparser sk_user_data check
 2016-08-23  5:43 UTC  (2+ messages)

[PATCH net-next] qed: Fix address macros
 2016-08-23  5:41 UTC  (2+ messages)

[PATCH 0/1] HW checksum offload problem on Xilinx Zynq GEM
 2016-08-23  5:39 UTC  (4+ messages)

[PATCH v2 net-next] net: diag: support SOCK_DESTROY for UDP sockets
 2016-08-23  4:13 UTC  (3+ messages)

[PATCH] net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeout
 2016-08-23  4:05 UTC  (2+ messages)

[PATCH v2 net 1/1] net sched: fix encoding to use real length
 2016-08-23  4:02 UTC  (2+ messages)

[PATCH ethtool 0/3] ethtool: Add support for new high speed adv
 2016-08-23  3:44 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).