netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-05 09:17:42 to 2016-07-06 08:44:04 UTC [more...]

[PATCH] ipv6: Fix soft lockup for ipv6 network notifier
 2016-07-06  8:44 UTC  (6+ messages)

[Patch net] ppp: defer netns reference release for ppp channel
 2016-07-06  8:26 UTC  (2+ messages)

Backport bpf: try harder on clones when writing into skb? [Commit: 3697649ff29e0f647565eed04b27a7779c646a22]
 2016-07-06  8:12 UTC  (4+ messages)

[PATCH stable] sfc: report supported link speeds on SFP connections
 2016-07-06  8:00 UTC  (3+ messages)

[PATCH 0/7] net: ethernet: bgmac: Add platform device support
 2016-07-06  7:34 UTC  (6+ messages)
` [PATCH 6/7] dt-bindings: net: bgmac: add bindings documentation for bgmac

[net-next PATCH] net: tracepoint napi:napi_poll add work and budget
 2016-07-06  7:19 UTC  (3+ messages)

[PATCH net] net: poll tx timeout only on active tx queues
 2016-07-06  6:42 UTC  (7+ messages)

[PATCH net] net: mvneta: set real interrupt per packet for tx_done
 2016-07-06  5:04 UTC  (2+ messages)

[RFC 0/7] netlink: Add allocation flag to netlink_unicast()
 2016-07-06  3:22 UTC  (9+ messages)
` [RFC 1/7] "
` [RFC 2/7] netfilter: Add allocation flag to nfnetlink_unicast()
` [RFC 3/7] netlink: Add allocation flag to nlmsg_unicast()
` [RFC 4/7] infiniband: Add allocation flag to ibnl_unicast()
` [RFC 5/7] net: Add allocation flag to rtnl_unicast()
  ` [RFC 6/7] genetlink: Add allocation flag to genlmsg_unicast()
  ` [RFC 7/7] genetlink: Add allocation flag to genlmsg_reply()

[PATCH] batman-adv: fix boolreturn.cocci warnings
 2016-07-06  2:49 UTC 

[PATCH] xfrm: fix crash in XFRM_MSG_GETSA netlink handler
 2016-07-06  2:27 UTC  (4+ messages)

[PATCH net-next 00/10] NCSI Support
 2016-07-06  2:14 UTC  (6+ messages)

Problem: BUG_ON hit in ppp_pernet() when re-connect after changing shared key on LAC
 2016-07-06  2:02 UTC  (5+ messages)

[PATCH net-next v2 0/4] net: dsa: Preparatory patches for pdata
 2016-07-06  1:59 UTC  (12+ messages)
` [PATCH net-next v2 1/4] net: dsa: Pass device pointer to dsa_register_switch
` [PATCH net-next v2 2/4] net: dsa: Make most functions take a dsa_port argument
` [PATCH net-next v2 3/4] net: dsa: Suffix function manipulating device_node with _dn
` [PATCH net-next v2 4/4] net: dsa: Move ports assignment closer to error checking

Network hang after c3f1010b30f7fc611139cfb702a8685741aa6827 with CIPSO & Smack
 2016-07-06  1:31 UTC  (3+ messages)

Where is a git tree for submitting patch
 2016-07-06  1:35 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2016-07-06  1:32 UTC 

[PATCH RESEND net-next] netvsc: Use the new in-place consumption APIs in the rx path
 2016-07-05 23:52 UTC 

DCB Auto turn off when link become up with Intel 82599ES ixgbe driver
 2016-07-05 23:39 UTC  (3+ messages)

[GIT] Networking
 2016-07-05 23:23 UTC 

[PATCH net-next 0/9] net: r6040: Misc updates
 2016-07-05 22:44 UTC  (3+ messages)
` [PATCH net-next 3/9] net: r6040: Utilize skb_put_padto()

[PATCH 2/3] netfilter: Create revision 2 of xt_hashlimit to support higher pps rates
 2016-07-05 22:39 UTC  (3+ messages)

WARNING: CPU: 0 PID: 0 at net/ipv4/af_inet.c:155 inet_sock_destruct+0x1c4/0x1dc
 2016-07-05 21:55 UTC  (9+ messages)

[PATCH 1/2] net: ethernet: bcmgenet: use phydev from struct net_device
 2016-07-05 21:40 UTC  (7+ messages)
` [PATCH 2/2] net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings

[PATCH net-next 00/24] rxrpc: Improve conn/call lookup and fix call number generation [ver #2]
 2016-07-05 21:32 UTC  (34+ messages)
` [PATCH net-next 01/24] rxrpc: Fix processing of authenticated/encrypted jumbo packets
` [PATCH net-next 02/24] rxrpc: Fix some sparse errors
` [PATCH net-next 03/24] rxrpc: Check the source of a packet to a client conn
` [PATCH net-next 04/24] rxrpc: Avoid using stack memory in SG lists in rxkad
` [PATCH net-next 05/24] rxrpc: Provide more refcount helper functions
` [PATCH net-next 06/24] rxrpc: Dup the main conn list for the proc interface
` [PATCH net-next 07/24] rxrpc: Turn connection #defines into enums and put outside struct def
` [PATCH net-next 08/24] rxrpc: Check that the client conns cache is empty before module removal
` [PATCH net-next 09/24] rxrpc: Move usage count getting into rxrpc_queue_conn()
` [PATCH net-next 10/24] rxrpc: Fix handling of connection failure in client call creation
` [PATCH net-next 11/24] rxrpc: Release a call's connection ref on call disconnection
` [PATCH net-next 12/24] rxrpc: Add RCU destruction for connections and calls
` [PATCH net-next 13/24] rxrpc: Access socket accept queue under right lock
` [PATCH net-next 14/24] rxrpc: Call channels should have separate call number spaces
` [PATCH net-next 15/24] rxrpc: Split client connection code out into its own file
` [PATCH net-next 16/24] rxrpc: Split service "
` [PATCH net-next 17/24] rxrpc: Move peer lookup from call-accept to new-incoming-conn
` [PATCH net-next 18/24] rxrpc: Maintain an extra ref on a conn for the cache list
` [PATCH net-next 19/24] rxrpc: Prune the contents of the rxrpc_conn_proto struct
` [PATCH net-next 20/24] rxrpc: Move data_ready peer lookup into rxrpc_find_connection()
` [PATCH net-next 21/24] Introduce rb_replace_node_rcu()
` [PATCH net-next 22/24] rcu: Suppress sparse warnings for rcu_dereference_raw()
` [PATCH net-next 23/24] rxrpc: Use RCU to access a peer's service connection tree
` [PATCH net-next 24/24] rxrpc: Kill off the call hash table

[PATCH net] bonding: fix 802.3ad aggregator reselection
 2016-07-05 21:20 UTC  (9+ messages)

[PATCH net] ipv6: Fix mem leak in rt6i_pcpu
 2016-07-05 21:09 UTC  (2+ messages)

[PATCH] net: fix decnet rtnexthop parsing
 2016-07-05 21:08 UTC  (2+ messages)

[iproute PATCH 0/2] Netns performance improvements
 2016-07-05 20:51 UTC  (6+ messages)
` [iproute PATCH 1/2] ipnetns: Move NETNS_RUN_DIR into it's own propagation group
` [iproute PATCH 2/2] ipnetns: Make netns mount points private

[PATCH iptables 3/3] libxt_hashlimit: iptables-restore does not work as expected with xt_hashlimit
 2016-07-05 20:13 UTC  (5+ messages)

[PATCH] cxgb4: update latest firmware version supported
 2016-07-05 19:13 UTC  (2+ messages)

[PATCH] net/mlx5: Avoid setting unused var when modifying vport node GUID
 2016-07-05 19:13 UTC  (3+ messages)

[PATCH net] bonding: fix enslavement slave link notifications
 2016-07-05 19:13 UTC  (2+ messages)

[RFC PATCH 0/2] strp: Stream parser for messages
 2016-07-05 19:03 UTC  (3+ messages)
` [RFC PATCH 1/2] strparser: "
` [RFC PATCH 2/2] kcm: Use stream parser

[RESEND/BUG PATCH v3] net: smsc911x: Fix bug where PHY interrupts are overwritten by 0
 2016-07-05 19:02 UTC  (3+ messages)

[PATCH -next] connector: make cn_proc explicitly non-modular
 2016-07-05 18:41 UTC  (2+ messages)

[PATCH v2 net-next 1/1] net sched actions: mirred add support for setting Dst MAC address
 2016-07-05 18:19 UTC  (4+ messages)

dccp: potential deadlock in dccp_v4_ctl_send_reset
 2016-07-05 17:32 UTC  (3+ messages)

[PATCH net] r8152: fix runtime function for RTL8152
 2016-07-05 17:22 UTC  (2+ messages)

[PATCH -next] net: hns: fix return value check in hns_dsaf_get_cfg()
 2016-07-05 17:21 UTC  (5+ messages)
` [PATCH -next v2] "

[patch net-next 00/16] mlxsw: Implement IPV4 unicast routing
 2016-07-05 16:10 UTC  (22+ messages)
` [patch net-next 01/16] net: add dev arg to ndo_neigh_construct/destroy
` [patch net-next 02/16] net: introduce default neigh_construct/destroy ndo calls for L2 upper devices
` [patch net-next 03/16] mlxsw: spectrum_router: Add private neigh table
` [patch net-next 04/16] mlxsw: reg: Add Router Algorithmic LPM Unicast Host Table register
` [patch net-next 05/16] mlxsw: reg: Add Router Algorithmic LPM Unicast Host Table Dump register
` [patch net-next 06/16] neigh: Send a notification when DELAY_PROBE_TIME changes
` [patch net-next 07/16] mlxsw: spectrum_router: Periodically update the kernel's neigh table
` [patch net-next 08/16] mlxsw: spectrum_router: Offload neighbours based on NUD state change
` [patch net-next 09/16] mlxsw: Add KVD sizes configuration into profile
` [patch net-next 10/16] mlxsw: spectrum: Define sizes of KVD areas
` [patch net-next 11/16] mlxsw: Introduce simplistic KVD linear area manager
` [patch net-next 12/16] mlxsw: reg: Add Router Adjacency Table register
` [patch net-next 13/16] mlxsw: reg: Add Router Algorithmic LPM ECMP Update Register
` [patch net-next 14/16] mlxsw: spectrum_router: Implement next-hop routing
` [patch net-next 15/16] mlxsw: spectrum_router: Add the nexthop neigh activity update
` [patch net-next 16/16] mlxsw: Add the unresolved next-hops probes

ethtool 4.6 released
 2016-07-05 15:58 UTC  (5+ messages)
` ethtool needs a new maintainer

[PATCH] Add support for configuring Infiniband GUIDs
 2016-07-05 15:53 UTC 

ethtool TODO list - additional info
 2016-07-05 15:37 UTC 

[iproute PATCHv2 0/2] Netns performance improvements
 2016-07-05 14:51 UTC  (3+ messages)
` [iproute PATCHv2 1/2] ipnetns: Move NETNS_RUN_DIR into it's own propagation group
` [iproute PATCHv2 2/2] ipnetns: Make netns mount points private

[PATCH] net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, do segmentation even for non IPSKB_FORWARDED skbs
 2016-07-05 14:05 UTC  (3+ messages)

[PATCH v2 0/5] drivers: net: xgene: Fix 1G hot-plug and module support
 2016-07-05 13:49 UTC  (5+ messages)
` [PATCH v2 3/5] drivers: net: phy: Add MDIO driver

fs: use after free in __fput
 2016-07-05 13:44 UTC 

[PATCH v2 1/3] mwifiex: add a cfg80211 .get_tx_power operation callback
 2016-07-05 13:29 UTC  (2+ messages)
` [v2, "

[PATCH] mwifiex: fix unconditional error return in .add_virtual_intf callback
 2016-07-05 13:28 UTC  (4+ messages)
`  "

[PATCHv4 wl-drv-next 0/2] register-field manipulation macros
 2016-07-05 13:24 UTC  (5+ messages)
` [PATCHv4 wl-drv-next 2/2] mt7601u: use linux/bitfield.h
  ` [PATCHv4 wl-drv-next 1/2] add basic register-field manipulation macros

mlx5 SRIOV VLAN support
 2016-07-05 12:43 UTC  (5+ messages)

Multi-thread udp 4.7 regression, bisected to 71d8c47fc653
 2016-07-05 12:28 UTC  (7+ messages)

Tool for sampling /proc/net/softnet_stat statistics
 2016-07-05 12:20 UTC  (4+ messages)

MPLS in Linux
 2016-07-05 11:28 UTC 

[PATCHv3 wl-drv-next 0/2] register-field manipulation macros
 2016-07-05 11:25 UTC  (4+ messages)
` [PATCHv3 wl-drv-next 1/2] add basic "

[PATCH v14 net-next 1/1] hv_sock: introduce Hyper-V Sockets
 2016-07-05 10:46 UTC  (5+ 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).