netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-09 20:39:27 to 2014-09-10 14:20:07 UTC [more...]

[PATCH net-next 0/5] net: Convert pr_warning to pr_warn
 2014-09-10 14:20 UTC  (9+ messages)
` [PATCH net-next 1/5] atm: "
` [PATCH net-next 2/5] ceph: "
` [PATCH net-next 3/5] pktgen: "
` [PATCH net-next 4/5] iucv: "
` [PATCH net-next 5/5] netfilter: "

[PATCH net] mlx4: Fix wrong endianess access with QP context flags
 2014-09-10 14:15 UTC 

[PATCH net-next v2 0/2] sunvnet: Reduce LDC message overhead
 2014-09-10 14:04 UTC  (4+ messages)

[PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT
 2014-09-10 13:51 UTC 

[PATCH net] ipv6: refresh rt6i_genid in ip6_pol_route()
 2014-09-10 13:42 UTC  (4+ messages)
` [PATCH net-next] ipv6: implement rt_genid_bump_ipv6 with fn_sernum and remove rt6i_genid

[PATCH net 0/4] mlx4 SRIOV fixes
 2014-09-10 13:41 UTC  (5+ messages)
` [PATCH net 1/4] net/mlx4: Correctly configure single ported VFs from the host
` [PATCH net 2/4] net/mlx4: Use the correct VSD mask in UPDATE_QP
` [PATCH net 3/4] net/mlx4: Avoid dealing with MAC index in UPDATE_QP wrapper if not needed
` [PATCH net 4/4] net/mlx4: Set vlan stripping policy by the right command

Multicast packets being lost (3.10 stable)
 2014-09-10 13:33 UTC  (3+ messages)

[RFC v2 3/6] kthread: warn on kill signal if not OOM
 2014-09-10 13:31 UTC  (35+ messages)
                          ` [systemd-devel] "

[Patch v2 net-next 00/12] net: fec: imx6sx multiqueue support
 2014-09-10 13:27 UTC  (11+ messages)
` [Patch v2 net-next 03/12] net: fec: change data structure to support multiqueue
` [Patch v2 net-next 05/12] net: fec: init multi queue date structure
` [Patch v2 net-next 06/12] net:fec: Disable enet-avb MAC instead of reset MAC
` [Patch v2 net-next 08/12] net:fec: Add fsl,imx6sx-fec compatible strings
` [Patch v2 net-next 09/12] net: fec: change FEC alignment according to i.mx6 sx requirement
` [Patch v2 net-next 11/12] ARM: Documentation: Update fec dts binding doc
` [Patch v2 net-next 12/12] ARM: dts: imx6sx: add multi-queue support enet

[PATCH ipvs v2] ipvs: Add simple weighted failover scheduler
 2014-09-10 13:22 UTC  (5+ messages)

[PATCH net-next v2 2/2] bonding: Simplify the xmit function for modes that use xmit_hash
 2014-09-10 13:20 UTC  (2+ messages)

Question about synchronize_net() in AF_PACKET close()
 2014-09-10 13:19 UTC  (3+ messages)

[PATCH net-next v2] net: bpf: only build bpf_jit_binary_{alloc,free}() when jit selected
 2014-09-10 13:01 UTC 

Trouble with Realtek Ethernet RTL8111/8168/8411 (rev 12)
 2014-09-10 12:47 UTC 

[PATCH net-next] net: bpf: only build bpf_jit_binary_{alloc,free}() when jit selected
 2014-09-10 12:45 UTC 

gcc 4.8.3 miscompiles drivers/net/ethernet/freescale/fec_main.c ?!
 2014-09-10 12:32 UTC  (2+ messages)

Wildcard destination address in SAs in SAD?
 2014-09-10 12:26 UTC 

[Patch net-next 0/5] ipv6: clean up locking in anycast and mcast
 2014-09-10 12:23 UTC  (7+ messages)
` [Patch net-next 1/5] ipv6: drop useless rcu_read_lock() in anycast
` [Patch net-next 2/5] ipv6: remove ipv6_sk_ac_lock
` [Patch net-next 3/5] ipv6: clean up ipv6_dev_ac_inc()
` [Patch net-next 4/5] ipv6: drop ipv6_sk_mc_lock in mcast
` [Patch net-next 5/5] ipv6: drop some rcu_read_lock "

[PATCH 09/28] Remove ATHEROS_AR231X
 2014-09-10 12:19 UTC  (15+ messages)
                    ` [PATCH] [RESEND] ath5k: Remove AHB bus support

[PATCH net-next 0/5] Allow FW size upto 1MB, support for S25FL032P flash and misc. fixes
 2014-09-10 12:14 UTC  (6+ messages)
` [PATCH net-next 1/5] cxgb4: Allow T4/T5 firmware sizes up to 1MB
` [PATCH net-next 2/5] cxgb4: Add support to S25FL032P flash
` [PATCH net-next 3/5] cxgb4: Fix t4_flash_erase_sectors() to throw an error when requested to erase sectors which aren't in the FLASH
` [PATCH net-next 4/5] cxgb4: Add warning msg when attaching to adapters which have FLASHes smaller than 2Mb
` [PATCH net-next 5/5] cxgb4/cxgb4vf: Add device ID for new adapter and remove for dbg adapter

[PATCH net-next] tipc: fix sparse warnings
 2014-09-10 12:02 UTC 

[PATCH v11 net-next 00/12] eBPF syscall, verifier, testsuite
 2014-09-10 11:35 UTC  (19+ messages)
` [PATCH v11 net-next 01/12] bpf: introduce BPF syscall and maps
` [PATCH v11 net-next 02/12] bpf: enable bpf syscall on x64 and i386
` [PATCH v11 net-next 03/12] bpf: add lookup/update/delete/iterate methods to BPF maps
` [PATCH v11 net-next 04/12] bpf: expand BPF syscall with program load/unload
` [PATCH v11 net-next 05/12] bpf: handle pseudo BPF_CALL insn
` [PATCH v11 net-next 06/12] bpf: verifier (add docs)
` [PATCH v11 net-next 07/12] bpf: verifier (add ability to receive verification log)
` [PATCH v11 net-next 08/12] bpf: handle pseudo BPF_LD_IMM64 insn
` [PATCH v11 net-next 09/12] bpf: verifier (add branch/goto checks)
  ` [PATCH v11 net-next 10/12] bpf: verifier (add verifier core)
` [PATCH v11 net-next 11/12] net: filter: move eBPF instruction macros
` [PATCH v11 net-next 12/12] bpf: mini eBPF library, test stubs and verifier testsuite

[PATCH v2 0/3] net: Add Keystone NetCP ethernet driver support
 2014-09-10 11:33 UTC  (7+ messages)

[net PATCH v2 1/1] drivers: net: cpsw: dual_emac: fix reducing of rx descriptor during ifdown
 2014-09-10 11:08 UTC 

[PATCH net] ipv6: clean up anycast when an interface is destroyed
 2014-09-10 10:27 UTC 

[PATCH net-next v2] r8169:add support for RTL8168H and RTL8107E
 2014-09-10  9:32 UTC  (6+ messages)

[GIT] Networking
 2014-09-10  9:32 UTC  (7+ messages)
` Macvlan WARNiNGS about duplicate sysfs filenames (Was [GIT] Networking)

pull request: wireless-next 2014-09-08
 2014-09-10  9:23 UTC  (9+ messages)
` iwlwifi no authentication with AP - "

[PATCH V2 net] core: Don't attempt to load the "" driver
 2014-09-10  8:50 UTC  (5+ messages)

linux-next: manual merge of the net-next tree with the arm-soc tree
 2014-09-10  8:06 UTC  (2+ messages)

[PATCH v1] net: ethernet: arc: Don't free Rockchip resources before disconnect from phy
 2014-09-10  7:51 UTC 

3.17-rc1 oops during network interface configuration
 2014-09-10  7:42 UTC  (4+ messages)

[PATCH net-next 00/20] Support v6 real servers in v4 pools and vice versa
 2014-09-10  6:22 UTC  (23+ messages)
` [PATCH net-next 01/20] ipvs: Add destination address family to netlink interface
` [PATCH net-next 02/20] ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}
` [PATCH net-next 03/20] ipvs: Pass destination address family to ip_vs_trash_get_dest
` [PATCH net-next 04/20] ipvs: Supply destination address family to ip_vs_conn_new
` [PATCH net-next 05/20] ipvs: prevent mixing heterogeneous pools and synchronization
` [PATCH net-next 06/20] ipvs: Pull out crosses_local_route_boundary logic
` [PATCH net-next 07/20] ipvs: Pull out update_pmtu code
` [PATCH net-next 08/20] ipvs: Add generic ensure_mtu_is_adequate to handle mixed pools
` [PATCH net-next 09/20] ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwarding
` [PATCH net-next 10/20] ipvs: address family of LBLC entry depends on svc family
` [PATCH net-next 11/20] ipvs: address family of LBLCR "
` [PATCH net-next 12/20] ipvs: use correct address family in DH logs
` [PATCH net-next 13/20] ipvs: use correct address family in LC logs
` [PATCH net-next 14/20] ipvs: use correct address family in NQ logs
` [PATCH net-next 15/20] ipvs: use correct address family in RR logs
` [PATCH net-next 16/20] ipvs: use correct address family in SED logs
` [PATCH net-next 17/20] ipvs: use correct address family in SH logs
` [PATCH net-next 18/20] ipvs: use correct address family in WLC logs
` [PATCH net-next 19/20] ipvs: use the new dest addr family field
` [PATCH net-next 20/20] ipvs: Allow heterogeneous pools now that we support them

[net-next PATCH v3 00/15] net/sched use rcu filters
 2014-09-10  4:53 UTC  (4+ messages)
` [net-next PATCH v3 09/15] net: sched: make cls_u32 lockless

[PATCH net-next 0/3] net: enable GRO for IPIP and SIT
 2014-09-10  4:32 UTC  (4+ messages)

[PATCH 0/3] kbuild: Clean up makefiles and then drop obj-n an obj-n
 2014-09-10  3:40 UTC  (5+ messages)
` [PATCH 1/3] kbuild: remove unnecessary "obj- := dummy.o" trick

[PATCH] RxRPC: Fix missing __user annotation
 2014-09-10  3:40 UTC  (2+ messages)

[PATCH] net:bonding: Add missing space in bonding driver parameter description
 2014-09-10  3:38 UTC  (2+ messages)

[PATCH net-next] drivers/net: Convert remaining uses of pr_warning to pr_warn
 2014-09-10  3:37 UTC  (2+ messages)

[PATCH net-next v5 11/13] net: dsa: add Broadcom SF2 switch driver
 2014-09-10  3:33 UTC  (2+ messages)

[PATCH next] net: use kfree_skb_list() helper in more places
 2014-09-10  3:15 UTC  (2+ messages)

[PATCH net-next] ipv4: udp4_gro_complete() is static
 2014-09-10  3:15 UTC  (2+ messages)

[PATCH net-next] netns: remove one sparse warning
 2014-09-10  3:15 UTC  (2+ messages)

[PATCH net-next] ipv6: udp6_gro_complete() is static
 2014-09-10  3:15 UTC  (2+ messages)

[PATCH net-next] ipv4: rcu cleanup in ip_ra_control()
 2014-09-10  3:15 UTC  (2+ messages)

[PATCH net-next] ipv6: mcast: remove dead debugging defines
 2014-09-10  3:11 UTC  (2+ messages)

[PATCH v3] irda: vlsi_ir: use %*ph specifier
 2014-09-10  3:11 UTC  (2+ messages)

[PATCH net-next] r8152: use usleep_range
 2014-09-10  3:11 UTC  (2+ messages)

[PATCH v10 net-next 0/2] load imm64 insn and uapi/linux/bpf.h
 2014-09-10  1:42 UTC  (3+ messages)

[PATCH net-next v2 1/2] bonding: display xmit_hash_policy for non-dynamic-tlb mode
 2014-09-10  0:46 UTC 

[PATCH 1/1] net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr struct from userland
 2014-09-10  0:36 UTC  (3+ messages)

[PATCH net-next v2] net-timestamp: optimize sock_tx_timestamp default path
 2014-09-10  0:35 UTC  (2+ messages)

[PATCH next] net_sched: sfq: remove unused macro
 2014-09-10  0:35 UTC  (2+ messages)

[PATCH net-next] sfc: Convert the normal transmit complete path to dev_consume_skb_any()
 2014-09-10  0:34 UTC  (6+ messages)

[PATCH net-next v2 0/7] bonding: get rid of bond->lock
 2014-09-10  0:32 UTC  (9+ messages)
` [PATCH net-next v2 1/7] cxgb4: remove bond->lock
` [PATCH net-next v2 2/7] bonding: 3ad: use curr_slave_lock instead of bond->lock
` [PATCH net-next v2 3/7] bonding: alb: clean bond->lock
` [PATCH net-next v2 4/7] bonding: convert primary_slave to use RCU
` [PATCH net-next v2 5/7] bonding: procfs: clean bond->lock usage and "
` [PATCH net-next v2 6/7] bonding: options: remove bond->lock usage
` [PATCH net-next v2 7/7] bonding: remove last users of bond->lock and bond->lock itself

[PATCH v6 1/4] ethernet: arc: Add support for Rockchip SoC layer device tree bindings
 2014-09-10  0:30 UTC  (8+ messages)
` [PATCH v2 2/4] dt-bindings: Document EMAC Rockchip
` [PATCH v2 3/4] ARM: dts: Add emac nodes to the rk3188 device tree
` [PATCH v2 4/4] ARM: dts: Enable emac node on the rk3188-radxarock boards

[PATCH net-next] skb: Add documentation for skb_clone_sk
 2014-09-10  0:20 UTC  (2+ messages)

[PATCH net-next v2 0/3] BPF updates
 2014-09-10  0:00 UTC  (2+ messages)

[PATCH v2 net-next] tcp: remove dst refcount false sharing for prequeue mode
 2014-09-09 23:56 UTC  (4+ messages)

linux-next: build failure after merge of the wireless-next tree
 2014-09-09 23:37 UTC  (2+ messages)

randconfig build error with next-20140909, in drivers/net/ethernet/broadcom/cnic.c
 2014-09-09 23:36 UTC  (8+ messages)

[PATCH net-next v1 2/2] bonding: Simplify the xmit function for modes that use xmit_hash
 2014-09-09 22:41 UTC  (4+ messages)

[PATCH net-next 0/6] bonding: get rid of bond->lock
 2014-09-09 21:41 UTC  (4+ messages)

[patch net-next 00/13] introduce rocker switch driver with openvswitch hardware accelerated datapath
 2014-09-09 21:09 UTC  (3+ messages)

[PATCH] rtlwifi: btcoexist: Fix "always true" warning from commit ed364abffd6e
 2014-09-09 20:57 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).