netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-22 11:57:00 to 2015-03-23 12:47:23 UTC [more...]

linux-next: manual merge of the net-next tree with the net tree
 2015-03-23 12:47 UTC  (2+ messages)

[PATCH v10 tip 0/9] tracing: attach eBPF programs to kprobes
 2015-03-23 12:07 UTC  (13+ messages)
` [PATCH v10 tip 1/9] bpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefs
  ` [PATCH v10 tip 2/9] tracing: add kprobe flag
` [PATCH v10 tip 3/9] tracing: attach BPF programs to kprobes
` [PATCH v10 tip 4/9] tracing: allow BPF programs to call bpf_ktime_get_ns()
` [PATCH v10 tip 5/9] tracing: allow BPF programs to call bpf_trace_printk()
` [PATCH v10 tip 6/9] samples: bpf: simple non-portable kprobe filter example
` [PATCH v10 tip 7/9] samples: bpf: counting example for kfree_skb and write syscall
` [PATCH v10 tip 8/9] samples: bpf: IO latency analysis (iosnoop/heatmap)
` [PATCH v10 tip 9/9] samples: bpf: kmem_alloc/free tracker

[PATCH net-next 1/3] bgmac: fix descriptor frame start/end definitions
 2015-03-23 11:35 UTC  (3+ messages)
` [PATCH net-next 2/3] bgmac: implement GRO and use build_skb
` [PATCH net-next 3/3] bgmac: implement scatter/gather support

[PATCH net-next 0/5] mpls: Behaviour-changing improvements
 2015-03-23 11:47 UTC  (16+ messages)
` [PATCH net-next v2 "
  ` [PATCH net-next v2 1/5] mpls: Use definition for reserved label checks
  ` [PATCH net-next v2 2/5] mpls: Remove incorrect PHP comment
  ` [PATCH net-next v2 3/5] mpls: Differentiate implicit-null and unlabeled neighbours
  ` [PATCH net-next v2 4/5] mpls: Per-device enabling of packet forwarding
  ` [PATCH net-next v2 5/5] mpls: Allow payload type to be associated with label routes

[PATCH 0/8] Netfilter updates for net-next
 2015-03-23 11:36 UTC  (9+ messages)
` [PATCH 1/8] netfilter: bridge: query conntrack about skb dnat
` [PATCH 2/8] netfilter: bridge: remove BRNF_STATE_BRIDGED flag
` [PATCH 3/8] netfilter: Remove uses of seq_<foo> return values
` [PATCH 4/8] netfilter: nf_tables: consolidate error path of nf_tables_newtable()
` [PATCH 5/8] netfilter: bridge: kill nf_bridge_pad
` [PATCH 6/8] netfilter: nft_rbtree: fix locking
` [PATCH 7/8] netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval sets
` [PATCH 8/8] netfilter: ip6t_REJECT: check for IP6T_F_PROTO

[PATCH] tipc: fix build issue when building without IPv6
 2015-03-23 11:33 UTC  (7+ messages)
` [PATCH v2] "

[v2 PATCH 0/10] rhashtable: Multiple rehashing
 2015-03-23 11:32 UTC  (28+ messages)
` [v2 PATCH 3/10] rhashtable: Allow hashfn to be unset
` [v2 PATCH 4/10] netlink: Use default rhashtable hashfn
` [v2 PATCH 6/10] netfilter: "
` [v2 PATCH 7/10] rhashtable: Disable automatic shrinking

sfc fixup patch
 2015-03-23 11:05 UTC  (3+ messages)

tcp_v4_err/request sock refcnt leak?
 2015-03-23 11:15 UTC  (3+ messages)

arp_hash
 2015-03-23 11:01 UTC  (19+ messages)

[PATCH iproute2] ip link set vf: Added "query_rss" command
 2015-03-23 10:46 UTC  (3+ messages)

[PATCH] net: tcp6: fix double call of tcp_v6_fill_cb()
 2015-03-23 10:38 UTC 

[PATCH net-next v6 0/7]: ixgbevf: Allow querying VFs RSS indirection table and key
 2015-03-23 10:31 UTC  (15+ messages)
` [PATCH net-next v6 1/7] if_link: Add an additional parameter to ifla_vf_info for RSS querying
` [PATCH net-next v6 2/7] ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info
` [PATCH net-next v6 3/7] ixgbe: Add a RETA query command to VF-PF channel API
` [PATCH net-next v6 4/7] ixgbevf: Add a RETA query code
` [PATCH net-next v6 5/7] ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set
` [PATCH net-next v6 6/7] ixgbevf: Add RSS Key query code
` [PATCH net-next v6 7/7] ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key

[PATCH net-next V2 00/23] ptp: get ready for 2038
 2015-03-23 10:16 UTC  (6+ messages)
` [PATCH net-next V2 20/23] ptp: dp83640: convert to the 64 bit get/set time methods

Get statistics from all network interfaces on a system, including those inside network namespaces
 2015-03-23  9:41 UTC  (4+ messages)

One way TCP bottleneck over 6 x Gbit tecl aggregated link
 2015-03-23  9:25 UTC  (8+ messages)
          ` One way TCP bottleneck over 6 x Gbit tecl aggregated link // Kernel issue

[PATCH v9 tip 0/9] tracing: attach eBPF programs to kprobes
 2015-03-23  9:27 UTC  (19+ messages)
` [PATCH v9 tip 3/9] tracing: attach BPF "
      `  "
              ` bpf+tracing next steps. Was: "
` [PATCH v9 tip 5/9] tracing: allow BPF programs to call bpf_trace_printk()
` [PATCH v9 tip 6/9] samples: bpf: simple non-portable kprobe filter example
` [PATCH v9 tip 8/9] samples: bpf: IO latency analysis (iosnoop/heatmap)

[PATCH net-next] net: Move the comment about unsettable socket-level options to default clause and update its reference
 2015-03-23  9:04 UTC 

[PATCH v3 net] bnx2x: Fix statistics locking scheme
 2015-03-23  8:56 UTC 

[PATCH net] tcp: prevent fetching dst twice in early demux code
 2015-03-23  8:27 UTC 

Bug in drivers/net/ethernet/freescale/fec_main.c, TX is broken. In 4.0.0-rc3
 2015-03-23  8:22 UTC  (10+ messages)

[Qemu-devel] PCI passthrough of 40G ethernet interface (Openstack/KVM)
 2015-03-23  7:19 UTC  (8+ messages)
                    `  "

Re:Re:Salut
 2015-03-23  6:50 UTC 

[PATCH net] rocker: handle non-bridge master change
 2015-03-23  6:53 UTC  (3+ messages)

Using a waiting MDIO does not go well with a spinlocked bridge
 2015-03-23  6:45 UTC  (3+ messages)

[PATCH net-next v6] switchdev: fix stp update API to work with layered netdevices
 2015-03-23  6:25 UTC  (2+ messages)

[PATCH 2/2] af_packet: pass checksum validation status to the user
 2015-03-23  6:11 UTC  (3+ messages)
` [PATCH V2 1/2] af_packet: make tpacket_rcv to not set status value before run_filter
  ` [PATCH V2 2/2] af_packet: pass checksum validation status to the user

[PATCH net-next RFC v2] switchdev: bridge: drop hardware forwarded packets
 2015-03-23  3:33 UTC  (9+ messages)

Dear: Account User,
 2015-03-23  3:23 UTC 

[PATCH net-next 2/2] net: neighbour: Document {mcast,ucast}_solicit, mcast_resolicit
 2015-03-23  2:29 UTC  (2+ messages)

[PATCH net-next 1/2] net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state
 2015-03-23  2:28 UTC  (2+ messages)

YOU ARE LUCKY, KINDLY READ THE ATTACHED LETTER FROM MICROSOFT‏
 2015-03-23  0:27 UTC 

[PATCH 0/18] net: dsa: HW bridging, EEE support
 2015-03-23  1:33 UTC  (10+ messages)
` [PATCH 08/18] net: dsa: mv88e6xxx: Add Hardware bridging support

[PATCH] iproute2: enhance addr label validation
 2015-03-23  1:15 UTC  (2+ messages)

[PATCH iproute2 v2] man ip-netns: Fix syntax in default ns process, indent's
 2015-03-23  1:11 UTC  (2+ messages)

[RFC 1/1] bridge: relax BR_GROUPFWD_RESTRICTED to forward LLDP frames
 2015-03-22 22:24 UTC 

(unknown),
 2015-03-22 21:36 UTC 

[PATCH 0/6] Netfilter fixes for net
 2015-03-22 20:57 UTC  (8+ messages)
` [PATCH 1/6] netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()
` [PATCH 2/6] netfilter: Fix potential crash in nft_hash walker
` [PATCH 3/6] netfilter: nf_tables: allow to change chain policy without hook if it exists
` [PATCH 4/6] netfilter: restore rule tracing via nfnetlink_log
` [PATCH 5/6] netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()
` [PATCH 6/6] netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set

Good Day
 2015-03-22 20:24 UTC 

nft 0.4, crash on list
 2015-03-22 19:29 UTC  (7+ messages)

pull-request: can 2015-03-22
 2015-03-22 19:13 UTC  (8+ messages)
` [PATCH 1/7] can: kvaser_usb: Comply with firmware max tx URBs value
` [PATCH 2/7] can: kvaser_usb: Fix sparse warning __le16 degrades to integer
` [PATCH 3/7] can: gs_usb: check for kzalloc allocation failure
` [PATCH 4/7] can: peak_usb: rename usb option cmds definition and structs
` [PATCH 5/7] can: peak_usb_fd: add support for ISO / non-ISO mode switching
` [PATCH 6/7] can: flexcan: fix bus-off error state handling
` [PATCH 7/7] can: flexcan: Deferred on Regulator return EPROBE_DEFER

[PATCH net-next v5 0/7]: ixgbevf: Allow querying VFs RSS indirection table and key
 2015-03-22 19:05 UTC  (4+ messages)

[PATCH nf-next] netfilter: bridge: kill nf_bridge_pad
 2015-03-22 19:03 UTC  (2+ messages)

[PATCH] net: dsa: make NET_DSA manually selectable from the config
 2015-03-22 17:58 UTC  (2+ messages)

[PATCH net-next v2 1/4] bonding: Handle notifications during work-queue processing gracefully
 2015-03-22 17:53 UTC  (2+ messages)

[PATCH net-next 0/8] tcp listener refactoring part 15
 2015-03-22 17:22 UTC  (9+ messages)
` [PATCH net-next 1/8] inet: cache listen_sock_qlen() and read rskq_defer_accept once
` [PATCH net-next 2/8] inet: remove sk_listener parameter from syn_ack_timeout()
` [PATCH net-next 3/8] inet: remove some sk_listener dependencies
` [PATCH net-next 4/8] net: convert syn_wait_lock to a spinlock
` [PATCH net-next 5/8] ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets
` [PATCH net-next 6/8] ipv6: "
` [PATCH net-next 7/8] ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV "
` [PATCH net-next 8/8] ipv6: "

[PATCH v2 0/4] rtlwifi: Use common functions for driver stats
 2015-03-22 17:05 UTC  (7+ messages)
  ` [PATCH v2 1/4] rtlwifi: Use common rtl_evm_db_to_percentage
` [PATCH v2 2/4] rtlwifi: Use common rtl_signal_scale_mapping
` [PATCH v2 3/4] rtlwifi: Rename rtl_translate_todbm to rtl_signalpower_todbm
` [PATCH v2 4/4] rtlwifi: Use common rtl_query_rxpwrpercentage function

loan offer @3% intrest rate
 2015-03-22 15:33 UTC 

[PATCH] macvlan: transmit multicast as unicast in source mode
 2015-03-22 12:29 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).