netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-18 19:53:15 to 2015-09-20 15:45:49 UTC [more...]

[PATCH net-next v2 0/7] bridge: don't age out externally added FDB entries
 2015-09-20 15:48 UTC  (6+ messages)
` [PATCH net-next v2 1/7] rocker: track when FDB entry is touched
` [PATCH net-next v2 2/7] rocker: store rocker_port in fdb key rather than pport
` [PATCH net-next v2 3/7] bridge: define some min/max/default ageing time constants
` [PATCH net-next v2 4/7] rocker: adding port ageing_time for ageing out FDB entries
` [PATCH net-next v2 5/7] rocker: add FDB cleanup timer

[PATCH next 0/30] Passing net through the netfilter hooks
 2015-09-20 14:38 UTC  (90+ messages)
` [PATCH next 0/14] netfilter: Stop guessing net
  ` [PATCH next 0/15] netfilter: Stop guessing net (take 2)
    ` [PATCH next 00/84] ipvs: Stop guessing the network namespace
      ` [PATCH next 01/84] ipvs: Hoist computation of ipvs earlier in sctp_conn_schedule
      ` [PATCH next 02/84] ipvs: Don't use current in proc_do_defense_mode
      ` [PATCH next 03/84] ipvs: Use state->net in the ipvs forward functions
      ` [PATCH next 04/84] ipvs: Store ipvs not net in struct ip_vs_conn
      ` [PATCH next 05/84] ipvs: Store ipvs not net in struct ip_vs_conn_param
      ` [PATCH next 06/84] ipvs: Pass ipvs not net to ip_vs_fill_conn
      ` [PATCH next 07/84] ipvs: Store ipvs not net in struct ip_vs_service
      ` [PATCH next 08/84] ipvs: Pass ipvs not net to ip_vs_svc_fwm_hashkey
      ` [PATCH next 09/84] ipvs: Pass ipvs not net to __ip_vs_svc_fwm_find
      ` [PATCH next 10/84] ipvs: Pass ipvs not net to ip_vs_svc_hashkey
      ` [PATCH next 11/84] ipvs: Pass ipvs not net to __ip_vs_service_find
      ` [PATCH next 12/84] ipvs: Pass ipvs not net to ipvs_service_find
      ` [PATCH next 13/84] ipvs: Pass ipvs not net to ip_vs_has_real_service
      ` [PATCH next 14/84] ipvs: Pass ipvs not net to ip_vs_find_dest
      ` [PATCH next 15/84] ipvs: Pass ipvs not net to ip_vs_trash_cleanup
      ` [PATCH next 16/84] ipvs: Pass ipvs not net to __ip_vs_del_dest
      ` [PATCH next 17/84] ipvs: Pass ipvs not net to ip_vs_dest_trash_expire
      ` [PATCH next 18/84] ipvs: Cache ipvs in ip_vs_genl_set_cmd
      ` [PATCH next 19/84] ipvs: Pass ipvs not net to ip_vs_add_service
      ` [PATCH next 20/84] ipvs: Pass ipvs not net to ip_vs_flush
      ` [PATCH next 21/84] ipvs: Pass ipvs not net to ip_vs_service_net_cleanup
      ` [PATCH next 22/84] ipvs: Pass ipvs not net to ip_vs_zero_all
      ` [PATCH next 23/84] ipvs: Cache ipvs in ip_vs_in_icmp and ip_vs_in_icmp_v6
      ` [PATCH next 24/84] ipvs: Pass ipvs not net to ip_vs_proto_data_get
      ` [PATCH next 25/84] ipvs: Pass ipvs not net to ip_vs_set_timeout
      ` [PATCH next 26/84] ipvs: Pass ipvs not net to __ip_vs_get_servie_entries
      ` [PATCH next 27/84] ipvs: Pass ipvs not net to __ip_vs_get_dest_entries
      ` [PATCH next 28/84] ipvs: Pass ipvs not net to __ip_vs_get_timeouts
      ` [PATCH next 29/84] ipvs: Pass ipvs not net to ip_vs_genl_parse_service
      ` [PATCH next 30/84] ipvs: Pass ipvs not net to ip_vs_genl_find_service
      ` [PATCH next 31/84] ipvs: Pass ipvs not net to ip_vs_genl_new_daemon
      ` [PATCH next 32/84] ipvs: Pass ipvs not net to ip_vs_genl_del_daemon
      ` [PATCH next 33/84] ipvs: Pass ipvs not net to start_sync_thread
      ` [PATCH next 34/84] ipvs: Pass ipvs not net to stop_sync_thread
      ` [PATCH next 35/84] ipvs: Pass ipvs not net to make_send_sock
      ` [PATCH next 36/84] ipvs: Pass ipvs not net to make_receive_sock
      ` [PATCH next 37/84] ipvs: Store ipvs not net in struct ip_vs_sync_thread_data
      ` [PATCH next 38/84] ipvs: Pass ipvs not net to ip_vs_process_message
      ` [PATCH next 39/84] ipvs: Pass ipvs not net to ip_vs_sync_conn_v0
      ` [PATCH next 40/84] ipvs: Pass ipvs not net to ip_vs_sync_conn
      ` [PATCH next 41/84] ipvs: Pass ipvs not net to ip_vs_proc_conn
      ` [PATCH next 42/84] ipvs: Pass ipvs not net to ip_vs_proc_sync_conn
      ` [PATCH next 43/84] ipvs: Pass ipvs not net to ip_vs_sync_net_init
      ` [PATCH next 44/84] ipvs: Pass ipvs not net to ip_vs_sync_net_cleanup
      ` [PATCH next 45/84] ipvs: Pass ipvs not net to ip_vs_genl_set_config
      ` [PATCH next 46/84] ipvs: Pass ipvs not net to ip_vs_start_estimator aned ip_vs_stop_estimator
      ` [PATCH next 47/84] ipvs: Pass ipvs not net to ip_vs_random_drop_entry
      ` [PATCH next 48/84] ipvs: Pass ipvs not net to ip_vs_control_net_(init|cleanup)_sysctl
      ` [PATCH next 49/84] ipvs: Pass ipvs not net into ip_vs_control_net_(init|cleanup)
      ` [PATCH next 50/84] ipvs: Pass ipvs not net to estimation_timer
      ` [PATCH next 51/84] ipvs: Pass ipvs not net to ip_vs_estimator_net_init and ip_vs_estimator_cleanup
      ` [PATCH next 52/84] ipvs: Pass ipvs not net into register_app and unregister_app
      ` [PATCH next 53/84] ipvs: Pass ipvs not net into ip_vs_app_inc_new
      ` [PATCH next 54/84] ipvs: Pass ipvs not net to register_ip_vs_app_inc
      ` [PATCH next 55/84] ipvs: Pass ipvs not net to register_ip_vs_app and unregister_ip_vs_app
      ` [PATCH next 56/84] ipvs: Pass ipvs not net into ip_vs_app_inc_release
      ` [PATCH next 57/84] ipvs: Pass ipvs not net into ip_vs_app_net_init and ip_vs_app_net_cleanup
      ` [PATCH next 58/84] ipvs: Pass ipvs not net into [un]register_ip_vs_proto_netns
      ` [PATCH next 59/84] ipvs: Pass ipvs not net into init_netns and exit_netns
      ` [PATCH next 60/84] ipvs: Pass ipvs into ip_vs_conn_fill_param_proto
      ` [PATCH next 61/84] ipvs: Pass ipvs into .conn_in_get and ip_vs_conn_in_get_proto
      ` [PATCH next 62/84] ipvs: Pass ipvs into conn_out_get
      ` [PATCH next 63/84] ipvs: Pass ipvs not net to ip_vs_conn_hashkey
      ` [PATCH next 64/84] ipvs: Pass ipvs not net into ip_vs_conn_net_flush
      ` [PATCH next 65/84] ipvs: Pass ipvs not net into ip_vs_conn_net_init and ip_vs_conn_net_cleanup
      ` [PATCH next 66/84] ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_schedule
      ` [PATCH next 67/84] ipvs: Better derivation of ipvs in ip_vs_tunnel_xmit
      ` [PATCH next 68/84] ipvs: Pass ipvs into __ip_vs_get_out_rt
      ` [PATCH next 69/84] ipvs: Pass ipvs into __ip_vs_get_out_rt_v6
      ` [PATCH next 70/84] ipvs: Pass ipvs into ensure_mtu_is adequate
      ` [PATCH next 71/84] ipvs: Better derivation of ipvs in ip_vs_in_stats and ip_vs_out_stats
      ` [PATCH next 72/84] ipvs: Wrap sysctl_cache_bypass and remove ifdefs in ip_vs_leave
      ` [PATCH next 73/84] ipvs: Simplify ipvs and net access "
      ` [PATCH next 74/84] ipvs: Pass ipvs not net into sysctl_nat_icmp_send
      ` [PATCH next 75/84] ipvs: Pass ipvs into ip_vs_out
      ` [PATCH next 76/84] ipvs: Pass ipvs into ip_vs_in
      ` [PATCH next 77/84] ipvs: Pass ipvs into ip_vs_in_icmp and ip_vs_in_icmp_v6
      ` [PATCH next 78/84] ipvs: Pass ipvs into ip_vs_out_icmp and ip_vs_out_icmp_v6
      ` [PATCH next 79/84] ipvs: Pass ipvs through ip_vs_route_me_harder into sysctl_snat_reroute
      ` [PATCH next 80/84] ipvs: Remove net argument from ip_vs_tcp_conn_listen
      ` [PATCH next 81/84] ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup)
      ` [PATCH next 82/84] ipvs: Remove skb_net
      ` [PATCH next 83/84] ipvs: Remove skb_sknet
      ` [PATCH next 84/84] ipvs: Pass ipvs into ip_vs_gather_frags

[PATCH net-next 0/7] bridge: don't age out externally added FDB entries
 2015-09-20 14:24 UTC  (22+ messages)
` [PATCH net-next 1/7] rocker: track when FDB entry is touched
` [PATCH net-next 2/7] rocker: store rocker_port in fdb key rather than pport
` [PATCH net-next 3/7] rocker: adding port ageing_time for ageing out FDB entries
` [PATCH net-next 4/7] bridge: define some min/max ageing time constants we'll use next
` [PATCH net-next 5/7] rocker: add FDB cleanup timer
` [PATCH net-next 6/7] bridge: don't age externally added FDB entries
` [PATCH net-next 7/7] switchdev: update documentation on FDB ageing_time

[RFC PATCH kernel] Revert "net/mlx4_core: Add port attribute when tracking counters"
 2015-09-20 13:51 UTC  (7+ messages)

sr-iov and bridges (mlx4)
 2015-09-20 11:01 UTC  (2+ messages)

[PATCH] usbnet: New driver for QinHeng CH9200 devices
 2015-09-20  9:25 UTC 

[PATCH v2] [net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag
 2015-09-20  9:18 UTC 

[patch net-next RFC 0/6] switchdev: introduce tranction enfra and for pre-commit split
 2015-09-20  8:59 UTC  (15+ messages)
` [patch net-next RFC 1/6] switchdev: rename "trans" to "trans_ph"
` [patch net-next RFC 2/6] switchdev: introduce transaction infrastructure for attr_set and obj_add
` [patch net-next RFC 3/6] rocker: switch to local transaction phase enum
` [patch net-next RFC 4/6] switchdev: move transaction phase enum under transaction structure
` [patch net-next RFC 5/6] rocker: use switchdev transaction queue for allocated memory
` [patch net-next RFC 6/6] switchdev: split commit and prepare phase into two callbacks

[PATCH 00/15] RDS: connection scalability and performance improvements
 2015-09-20  8:37 UTC  (17+ messages)
` [PATCH 01/15] RDS: use kfree_rcu in rds_ib_remove_ipaddr
` [PATCH 02/15] RDS: make socket bind/release locking scheme simple and more efficient
` [PATCH 03/15] RDS: fix rds_sock reference bug while doing bind
` [PATCH 04/15] RDS: Use per-bucket rw lock for bind hash-table
` [PATCH 05/15] RDS: increase size of hash-table to 8K
` [PATCH 06/15] RDS: defer the over_batch work to send worker
` [PATCH 07/15] RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULL
` [PATCH 08/15] RDS: ack more receive completions to improve performance
` [PATCH 09/15] RDS: split send completion handling and do batch ack
` [PATCH 10/15] RDS: handle rds_ibdev release case instead of crashing the kernel
` [PATCH 11/15] RDS: fix the rds_ib_fmr_wq kick call
` [PATCH 12/15] RDS: use already available pool handle from ibmr
` [PATCH 13/15] RDS: mark rds_ib_fmr_wq static
` [PATCH 14/15] RDS: use max_mr from HCA caps than max_fmr
` [PATCH 15/15] RDS: split mr pool to improve 8K messages performance

[PATCH net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag
 2015-09-20  1:55 UTC  (3+ messages)

PATCH: netdev: add a cast NLMSG_OK to avoid a GCC warning in users' code
 2015-09-19 21:43 UTC  (3+ messages)

rfi: stmmac: creating an of mdio bus for attached dsa
 2015-09-19 20:58 UTC  (2+ messages)

[PATCH 0/7] Phy and mdiobus fixes
 2015-09-19 20:49 UTC  (2+ messages)

197b:0250 JMicron JMC250 Gigabit ethernet doesn't work
 2015-09-19 18:01 UTC 

Apply Loan!
 2015-09-18 21:24 UTC 

[PATCH net] inet: fix races in reqsk_queue_hash_req()
 2015-09-19 16:48 UTC 

DO YOU NEED A LOAN AT 3% RATE ANNUALLY
 2015-09-19 16:28 UTC 

DO YOU NEED A LOAN AT 3% RATE ANNUALLY
 2015-09-19 16:11 UTC 

[PATCH net] tcp/dccp: fix timewait races in timer handling
 2015-09-19 16:08 UTC 

epoll, missed opportunity?
 2015-09-19 15:51 UTC  (5+ messages)

DO YOU NEED A LOAN AT 3% RATE ANNUALLY
 2015-09-19 15:29 UTC 

[linux-next] oops in ip_route_input_noref
 2015-09-19 14:34 UTC  (6+ messages)

Apply Loan!
 2015-09-19  6:21 UTC 

[PATCH net-next] tcp: Fix CWV being too strict on thin streams
 2015-09-19 12:46 UTC  (2+ messages)

Apply Loan!
 2015-09-19  1:21 UTC 

Apply Loan!
 2015-09-19  5:44 UTC 

Apply Loan!
 2015-09-18 23:54 UTC 

Apply Loan!
 2015-09-19  0:51 UTC 

Apply Loan!
 2015-09-18 23:24 UTC 

Apply Loan!
 2015-09-19  0:23 UTC 

[PATCH] Revert "net/phy: Add Vitesse 8641 phy ID"
 2015-09-19  6:22 UTC  (3+ messages)

Apply Loan!
 2015-09-18 22:57 UTC 

Apply Loan!
 2015-09-18 22:36 UTC 

Apply Loan!
 2015-09-18 22:16 UTC 

[PATCH net] openvswitch: Zero flows on allocation
 2015-09-19  3:38 UTC  (2+ messages)

Apply Loan!
 2015-09-18 21:58 UTC 

[PATCH] net/wireless: enable wiphy device to suspend/resume asynchronously
 2015-09-19  2:45 UTC  (8+ messages)

[PATCH v2] net/wireless: enable wiphy device to suspend/resume asynchronously
 2015-09-19  2:40 UTC 

[PATCH] geneve: remove use of internal IP header when calling IP_ECN_decapsulate
 2015-09-19  2:19 UTC  (7+ messages)
` [PATCH v2] "

[PATCH net] bna: check for dma mapping errors
 2015-09-18 23:56 UTC  (2+ messages)

[PATCH net 2/2] 8139cp: reset BQL when ring tx ring cleared
 2015-09-18 22:42 UTC  (11+ messages)

[PATCH net-next] bnx2x: add ethtool support to read and change RSS key
 2015-09-18 22:21 UTC 

[PATCH net-next] sunvnet:Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new()
 2015-09-18 21:47 UTC 

[PATCH 1/2 v2] airo: fix IW_AUTH_ALG_OPEN_SYSTEM
 2015-09-18 21:40 UTC  (4+ messages)

[PATCH net-next] net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_high
 2015-09-18 21:16 UTC 

[PATCH] geneve: restore vlan bits in xmit path
 2015-09-18 20:32 UTC  (3+ messages)
` [PATCH v2] geneve: remove vlan-related feature assignment

[GIT-PULL nf-next 00/15] IPVS Updates for v4.4
 2015-09-18 20:17 UTC  (2+ messages)

[PATCH] iplink_geneve: add UDP destination port configuration at link creation
 2015-09-18 20:14 UTC  (3+ messages)
` [PATCH] geneve: use network byte order for destination port config parameter

[PATCH] net: gianfar_ptp: Fix module autoload for OF platform driver
 2015-09-18 19:54 UTC  (2+ 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).