netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-23 17:00:45 to 2015-03-24 15:18:19 UTC [more...]

[PATCH net-next 0/5] mpls: Behaviour-changing improvements
 2015-03-24 15:18 UTC  (7+ messages)
` [PATCH net-next v2 "
  ` [PATCH net-next v2 2/5] mpls: Remove incorrect PHP comment

[PATCH net-next v3] filter: introduce SKF_AD_VLAN_TPID BPF extension
 2015-03-24 15:17 UTC  (3+ messages)

[Qemu-devel] PCI passthrough of 40G ethernet interface (Openstack/KVM)
 2015-03-24 15:04 UTC  (12+ messages)
                    `  "

[RFC PATCH 00/11] an introduction of library operating system for Linux (LibOS)
 2015-03-24 14:32 UTC  (15+ messages)
` [RFC PATCH 01/11] sysctl: make some functions unstatic to access by arch/lib
` [RFC PATCH 02/11] slab: add private memory allocator header for arch/lib
` [RFC PATCH 03/11] lib: public headers and API implementations for userspace programs
` [RFC PATCH 04/11] lib: memory management (kernel glue code)
` [RFC PATCH 05/11] lib: time handling "
` [RFC PATCH 06/11] lib: context and scheduling "
` [RFC PATCH 07/11] lib: sysctl "
` [RFC PATCH 08/11] lib: other kernel glue layer code
` [RFC PATCH 09/11] lib: asm-generic files
` [RFC PATCH 10/11] lib: libos build scripts and documentation
` [RFC PATCH 11/11] lib: tools used for test scripts

[PATCH net-next RFC v2] switchdev: bridge: drop hardware forwarded packets
 2015-03-24 14:29 UTC  (14+ messages)

[PATCH 0/3] FCoE support in cxgb4 driver
 2015-03-24 13:44 UTC  (4+ messages)
` [PATCH 1/3] cxgb4: add cxgb4_fcoe.h and macro definitions for FCoE
` [PATCH 2/3] cxgb4: add cxgb4_fcoe.c "
` [PATCH 3/3] cxgb4: update Kconfig and Makefile for FCoE support

[PATCH net 0/2] mlx4 driver RC fixes
 2015-03-24 13:18 UTC  (3+ messages)
` [PATCH net 1/2] net/mlx4_en: Call register_netdevice in the proper location
` [PATCH net 2/2] net/mlx4_core: Fix GEN_EQE accessing uninitialixed mutex

[PATCH 0/5 net-next] rhashtable updates on top of Herbert's work
 2015-03-24 13:18 UTC  (6+ messages)
` [PATCH 1/5 net-next] rhashtable: Extend RCU read lock into rhashtable_insert_rehash()
` [PATCH 2/5 net-next] rhashtable: Use 'unsigned int' consistently
` [PATCH 3/5 net-next] rhashtable: Mark internal/private inline functions as such
` [PATCH 4/5 net-next] rhashtable: Disable automatic shrinking by default
` [PATCH 5/5 net-next] rhashtable: Add rhashtable_free_and_destroy()

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

One way TCP bottleneck over 6 x Gbit tecl aggregated link
 2015-03-24 12:59 UTC  (5+ messages)
` One way TCP bottleneck over 6 x Gbit tecl aggregated link // Kernel issue

[PATCH v3 net-next 0/3] Add support for async socket operations
 2015-03-24 11:29 UTC  (4+ messages)

[PATCH for kernel 3.4.x 0/1] net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state
 2015-03-24 11:06 UTC  (5+ messages)
` [PATCH for kernel 3.4.x 1/1] "

linux-next: build failure after merge of the net-next tree
 2015-03-24 10:43 UTC  (3+ messages)

[PATCH net-next v6 0/7]: ixgbevf: Allow querying VFs RSS indirection table and key
 2015-03-24 10:25 UTC  (4+ messages)
` [PATCH net-next v6 4/7] ixgbevf: Add a RETA query code

[PATCH net-next] ipv6: fix sparse warnings in privacy stable addresses generation
 2015-03-24 10:05 UTC 

[PATCH iproute2 v3] man ip-netns: Fix syntax in default ns process, indent's
 2015-03-24  9:41 UTC 

[net-next PATCH] mlx4/mlx5: Use dma_wmb/rmb where appropriate
 2015-03-24  9:26 UTC  (2+ messages)

[PATCH iproute2 v2] man ip-netns: Fix syntax in default ns process, indent's
 2015-03-24  9:20 UTC  (4+ messages)

Re:Re:Hallo
 2015-03-24  9:13 UTC 

[PATCH] tipc: validate length of sockaddr in connect() for dgram/rdm
 2015-03-24  9:11 UTC  (2+ messages)

[PATCH net-next] tipc: fix compile error when IPV6=m and TIPC=y
 2015-03-24  8:59 UTC 

[PATCH net] ipvlan: fix addr hash list corruption
 2015-03-24  8:58 UTC  (3+ messages)

iproute2: suppress rtnl errors by default
 2015-03-24  8:40 UTC 

ip addr add command generates error
 2015-03-24  8:09 UTC  (4+ messages)

pull-request: wireless-drivers 2015-03-24
 2015-03-24  6:29 UTC 

[PATCH] fix tcp fin memory accounting
 2015-03-24  6:11 UTC  (5+ messages)

[iproute2] lib utils: fix family during af_bit_len calculation
 2015-03-24  5:35 UTC 

[PATCH net-next 0/4] tcp: listener refactor part 16
 2015-03-24  4:34 UTC  (5+ messages)
` [PATCH net-next 1/4] tcp: use C99 initializers in new_state[]
` [PATCH net-next 2/4] tcp: md5: input path is run under rcu protected sections
` [PATCH net-next 3/4] tcp: md5: remove request sock argument of calc_md5_hash()
` [PATCH net-next 4/4] tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()

[v1 PATCH 0/10] rhashtable: Multiple rehashing
 2015-03-24  4:24 UTC  (5+ messages)
` [v1 PATCH 9/10] rhashtable: Allow GFP_ATOMIC bucket table allocation

Please backport dev_kfree_skb_any fixes for stable
 2015-03-24  4:14 UTC  (4+ messages)

[PATCH net] tcp: prevent fetching dst twice in early demux code
 2015-03-24  2:39 UTC  (3+ messages)
` [PATCH net v2] "

[PATCH v3 net] bnx2x: Fix statistics locking scheme
 2015-03-24  2:39 UTC  (2+ messages)

[v3 PATCH 0/9] rhashtable: Multiple rehashing
 2015-03-24  2:37 UTC  (8+ messages)
` [v3 PATCH 9/9] rhashtable: Add immediate rehash during insertion

pull-request: can 2015-03-22
 2015-03-24  2:36 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2015-03-24  2:29 UTC  (9+ messages)
      ` [PATCH -next] netfilter: Use LOGLEVEL_<FOO> defines
            ` [PATCH V2 "

rhashtable: warnings caused by "rhashtable: Fix use-after-free in rhashtable_walk_stop"
 2015-03-24  2:16 UTC  (4+ messages)

[PATCH net-next v2 0/8] ipv6: RFC7217 stable privacy addresses implementation
 2015-03-24  2:15 UTC  (10+ messages)
` [PATCH net-next v2 1/8] lib: EXPORT_SYMBOL sha_init
` [PATCH net-next v2 2/8] ipv6: introduce secret_stable to ipv6_devconf
` [PATCH net-next v2 3/8] ipv6: generation of stable privacy addresses for link-local and autoconf
` [PATCH net-next v2 4/8] ipv6: introduce IFA_F_STABLE_PRIVACY flag
` [PATCH net-next v2 5/8] ipv6: collapse state_lock and lock
` [PATCH net-next v2 6/8] ipv6: do retries on stable privacy addresses
` [PATCH net-next v2 7/8] ipv6: introduce idgen_delay and idgen_retries knobs
` [PATCH net-next v2 8/8] ipv6: add documentation for stable_secret, "

[PATCH net-next 0/7 v2] net: bcmgenet: integrated GPHY power up/down
 2015-03-24  2:11 UTC  (9+ messages)
` [PATCH net-next v2 1/7] net: bcmgenet: propagate errors from bcmgenet_power_down
` [PATCH net-next v2 2/7] net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bit
` [PATCH net-next v2 3/7] net: bcmgenet: rename bcmgenet_ephy_power_up
` [PATCH net-next v2 4/7] net: bcmgenet: fix GPHY power-up sequence
` [PATCH net-next v2 5/7] net: bcmgenet: implement GPHY power down sequence
` [PATCH net-next v2 6/7] net: bcmgenet: power up and down integrated GPHY when unused
` [PATCH net-next v2 7/7] net: bcmgenet: power down and up GPHY during suspend/resume

pull-request: can-next 2015-03-23
 2015-03-24  2:04 UTC  (2+ messages)

tcp_v4_err/request sock refcnt leak?
 2015-03-24  2:03 UTC  (9+ messages)
  ` [PATCH net-next] inet: fix double request socket freeing
    ` [PATCH v2 "

[PATCH 0/8] Netfilter updates for net-next
 2015-03-24  2:03 UTC  (2+ messages)

[PATCH 2/2] af_packet: pass checksum validation status to the user
 2015-03-24  2:01 UTC  (5+ 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] cx82310_eth: fix semicolon.cocci warnings
 2015-03-24  1:51 UTC 

[PATCH] ucc_geth: Intialize link state to down before register_netdev
 2015-03-24  1:41 UTC  (3+ messages)

[Patch net] net: use for_each_netdev_safe() in rtnl_group_changelink()
 2015-03-24  0:35 UTC  (2+ messages)

[PATCH v2 net] rocker: handle non-bridge master change
 2015-03-24  0:31 UTC 

[Patch net-next] net: allow to delete a whole device group
 2015-03-24  0:04 UTC 

[bisected regression] e1000e: "Detected Hardware Unit Hang"
 2015-03-23 22:37 UTC  (5+ messages)

[PATCH] net: rps: fix data stall after hotplug
 2015-03-23 22:29 UTC  (6+ messages)

next-20150323 build: 1 failures 23 warnings (next-20150323)
 2015-03-23 22:16 UTC  (3+ messages)

[v2 PATCH 7/10] rhashtable: Disable automatic shrinking
 2015-03-23 22:13 UTC  (6+ messages)

[PATCH net-next 0/7] net: bcmgenet: integrated GPHY power up/down
 2015-03-23 22:06 UTC  (9+ messages)
` [PATCH net-next 1/7] net: bcmgenet: propagate errors from bcmgenet_power_down
` [PATCH net-next 2/7] net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bit
` [PATCH net-next 3/7] net: bcmgenet: rename bcmgenet_ephy_power_up
` [PATCH net-next 4/7] net: bcmgenet: fix GPHY power-up sequence
` [PATCH net-next 5/7] net: bcmgenet: implement GPHY power down sequence
` [PATCH net-next 6/7] net: bcmgenet: power up and down integrated GPHY when unused
` [PATCH net-next 7/7] net: bcmgenet: power down and up GPHY during suspend/resume

[PATCH] lib utils: use a correct variable to get address length
 2015-03-23 21:53 UTC  (2+ messages)

[PATCH net-next] vxlan: simplify if clause in dev_close
 2015-03-23 21:02 UTC  (2+ messages)

[net-next PATCH] fib_trie: Fix regression in handling of inflate/halve failure
 2015-03-23 20:59 UTC  (2+ messages)

[PATCH net-next 1/3] bgmac: fix descriptor frame start/end definitions
 2015-03-23 20:56 UTC  (6+ 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] net: Move the comment about unsettable socket-level options to default clause and update its reference
 2015-03-23 20:55 UTC  (2+ messages)

[PATCH net-next 0/8] tcp listener refactoring part 15
 2015-03-23 20:52 UTC  (2+ messages)

[PATCH] macvlan: transmit multicast as unicast in source mode
 2015-03-23 20:50 UTC  (2+ messages)

[PATCH net-next v2 2/3] virtio net: Handle proto_down state by setting the carrier off
 2015-03-23 20:50 UTC  (2+ messages)

[PATCH 0/4] isdn/gigaset: restructure modem response parser
 2015-03-23 20:47 UTC  (2+ messages)

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

[PATCH 0/2] netfilter: preparatory patches for set extensions
 2015-03-23 20:44 UTC  (2+ messages)

[Patch net-next] net: clear skb->priority when forwarding to another netns
 2015-03-23 20:43 UTC  (2+ messages)

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

[PATCH net] rocker: handle non-bridge master change
 2015-03-23 18:43 UTC  (2+ messages)

Using a waiting MDIO does not go well with a spinlocked bridge
 2015-03-23 18:37 UTC  (4+ messages)

[PATCH v10 tip 0/9] tracing: attach eBPF programs to kprobes
 2015-03-23 17:50 UTC  (5+ messages)
` [PATCH v10 tip 5/9] tracing: allow BPF programs to call bpf_trace_printk()

[PATCH v9 tip 0/9] tracing: attach eBPF programs to kprobes
 2015-03-23 17:41 UTC  (9+ messages)
` [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: remove never used forwarding_accel_ops pointer from net_device
 2015-03-23 17:40 UTC 

[PATCH] Net: ethernet: rocker: fixed a space coding style issue
 2015-03-23 17:20 UTC  (3+ messages)

[PATCH net-next 0/8] ipv6: RFC7217 stable privacy addresses implementation
 2015-03-23 17:20 UTC  (11+ messages)
` [PATCH net-next 1/8] lib: EXPORT_SYMBOL sha_init
` [PATCH net-next 2/8] ipv6: introduce secret_stable to ipv6_devconf
` [PATCH net-next 3/8] ipv6: generation of stable privacy addresses for link-local and autoconf
` [PATCH net-next 4/8] ipv6: introduce IFA_F_STABLE_PRIVACY flag
` [PATCH net-next 5/8] ipv6: collapse state_lock and lock
` [PATCH net-next 6/8] ipv6: do retries on stable privacy addresses
` [PATCH net-next 7/8] ipv6: introduce idgen_delay and idgen_retries knobs
` [PATCH net-next 8/8] ipv6: add documentation for stable_secret, "

[GIT] Networking
 2015-03-23 17:00 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).