netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-21 08:17:06 to 2015-11-23 15:41:35 UTC [more...]

[PATCHSET v3] netfilter, cgroup: implement cgroup2 path match in xt_cgroup
 2015-11-23 15:41 UTC  (28+ messages)
` [PATCH 1/9] cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using it
` [PATCH 2/9] kernfs: implement kernfs_walk_and_get()
` [PATCH 4/9] cgroups: Allow dynamically changing net_classid
` [PATCH 5/9] netprio_cgroup: limit the maximum css->id to USHRT_MAX
` [PATCH 6/9] net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct
` [PATCH 7/9] sock, cgroup: add sock->sk_cgroup
` [PATCH 8/9] netfilter: prepare xt_cgroup for multi revisions
` [PATCH 9/9] netfilter: implement xt_cgroup cgroup2 path match
` [PATCH 1/2 iptables] libxt_cgroup: prepare for multi revisions
    ` [PATCH 2/2 iptables] libxt_cgroup: add support for cgroup2 path matching
  ` [PATCH 3/9] cgroup: implement cgroup_get_from_path() and expose cgroup_put()

What's the benefit of large Rx rings?
 2015-11-23 15:16 UTC  (4+ messages)

[PATCH net-next v4] mpls: support for dead routes
 2015-11-23 14:15 UTC  (2+ messages)

severe regression in alx ethernet driver
 2015-11-23 14:00 UTC  (2+ messages)

pull request: bluetooth-next 2015-11-23
 2015-11-23 13:55 UTC 

[PATCH] net: fec: no need to test for the return type of of_property_read_u32
 2015-11-23 13:51 UTC 

[PATCH] drivers: net: xgene: optimizing the code
 2015-11-23 13:32 UTC 

[PATCH] net: cdc_ncm: fix NULL pointer deref in cdc_ncm_bind_common
 2015-11-23 13:32 UTC 

Asterisk deadlocks since Kernel 4.1
 2015-11-23 12:57 UTC  (16+ messages)

[PATCH net-next 0/6] kcm: Kernel Connection Multiplexor (KCM)
 2015-11-23 12:43 UTC  (7+ messages)
` [PATCH net-next 3/6] net: Add MSG_BATCH flag
` [PATCH net-next 4/6] kcm: Kernel Connection Multiplexor module

[PATCH] libertas: fix possible NULL dereference
 2015-11-23 12:32 UTC 

[PATCH V3 net-next 0/5] net:hns: Add support of Hip06 SoC to the Hislicon Network Subsystem
 2015-11-23 12:05 UTC  (10+ messages)
` [PATCH V3 net-next 1/5] "
` [PATCH V3 net-next 2/5] net:hns: Add Hip06 "RSS(Receive Side Scaling)" support to HNS Driver
` [PATCH V3 net-next 3/5] net:hns: Add Hip06 "TSO(TCP Segment Offload)" support "
` [PATCH V3 net-next 4/5] net:hns: Add support of ethtool TSO set option for Hip06 in HNS

Use-after-free in ppoll
 2015-11-23 12:02 UTC  (6+ messages)

yet another uninterruptable hang in sendfile
 2015-11-23 12:02 UTC  (2+ messages)

[PATCH net-next 00/18] Introducing ConnectX-4 Ethernet SRIOV
 2015-11-23 11:11 UTC  (19+ messages)
` [PATCH net-next 01/18] net/mlx5_core: Modify enable/disable hca functions
` [PATCH net-next 02/18] net/mlx5_core: Add base sriov support
` [PATCH net-next 03/18] net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
` [PATCH net-next 04/18] net/mlx5: Update access functions to Query/Modify vport MAC address
` [PATCH net-next 05/18] net/mlx5: Introduce access functions to modify/query vport mac lists
` [PATCH net-next 06/18] net/mlx5: Introduce access functions to modify/query vport state
` [PATCH net-next 07/18] net/mlx5: Introduce access functions to modify/query vport promisc mode
` [PATCH net-next 08/18] net/mlx5: Introduce access functions to modify/query vport vlans
` [PATCH net-next 09/18] net/mlx5e: Write UC/MC list and promisc mode into vport context
` [PATCH net-next 10/18] net/mlx5e: Write vlan list "
` [PATCH net-next 11/18] net/mlx5: Introducing E-Switch and l2 table
` [PATCH net-next 12/18] net/mlx5: E-Switch, Introduce FDB hardware capabilities
` [PATCH net-next 13/18] net/mlx5: E-Switch, Add SR-IOV (FDB) support
` [PATCH net-next 14/18] net/mlx5: E-Switch, Introduce Vport administration functions
` [PATCH net-next 15/18] net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
` [PATCH net-next 16/18] net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
` [PATCH net-next 17/18] net/mlx5: E-Switch, Introduce get vf statistics
` [PATCH net-next 18/18] net/mlx5e: Add support for SR-IOV ndos

[PATCHv2 2/2] net: add driver for Netronome NFP4000/NFP6000 NIC VFs
 2015-11-23 11:04 UTC  (4+ messages)
` [PATCH net-next v3 0/2] Netronome NFP4000/NFP6000 NIC VF driver
  ` [PATCH net-next v3 1/2] pci_ids: add Netronome Systems vendor
  ` [PATCH net-next v3 2/2] net: add driver for Netronome NFP4000/NFP6000 NIC VFs

[PATCH net-next v2 0/9] net: ipmr: cleanups and minor improvements
 2015-11-23 10:49 UTC  (16+ messages)
` [PATCH net-next v2 1/9] net: ipmr: move the tbl id check in ipmr_new_table
` [PATCH net-next v2 2/9] net: ipmr: always define mroute_reg_vif_num
` [PATCH net-next v2 3/9] net: ipmr: remove some pimsm ifdefs and simplify
` [PATCH net-next v2 4/9] net: ipmr: fix code and comment style
` [PATCH net-next v2 5/9] net: ipmr: make ip_mroute_getsockopt more understandable
` [PATCH net-next v2 6/9] net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLES
` [PATCH net-next v2 7/9] net: ipmr: drop ip_mr_init() mrt_cachep null check as we'll panic if it fails
` [PATCH net-next v2 8/9] net: ipmr: rearrange and cleanup setsockopt
` [PATCH net-next v2 9/9] net: ipmr: factor out common vif init code

[PATCH v2 00/27] wireless drivers vendor directories
 2015-11-23 10:36 UTC  (10+ messages)
` [PATCH v2 06/27] brcm80211: move under broadcom vendor directory

[PATCH] netfilter: avoid harmless unnitialized variable warnings
 2015-11-23 10:23 UTC  (2+ messages)

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy
 2015-11-23 10:00 UTC  (9+ messages)
` [PATCH 09/14] net: tcp_memcontrol: simplify linkage between socket and page counter
` [PATCH 13/14] mm: memcontrol: account socket memory in unified hierarchy memory controller

network card doesn't recovered itself after a SYN flooding attack
 2015-11-23  9:54 UTC 

Deadlock between bind and splice
 2015-11-23  9:21 UTC  (6+ messages)

pull-request: can-next 2015-11-23
 2015-11-23  8:54 UTC 

pull-request: can 2015-11-23
 2015-11-23  8:46 UTC  (4+ messages)
` [PATCH 1/3] can: sja1000: clear interrupts on start
` [PATCH 2/3] can: fix assignment of error location in CAN error messages
` [PATCH 3/3] can: remove obsolete assignment for CAN protocol error type

[RFC 1/8] Documentation: DT: net: add docs for ralink/mediatek SoC ethernet binding
 2015-11-23  6:47 UTC  (12+ messages)
` [RFC 2/8] net-next: phy: dont auto handle carrier state when multiple phys are attached
` [RFC 3/8] net-next: ralink: add the drivers core files
` [RFC 4/8] net-next: ralink: add support for rt2880
` [RFC 5/8] net-next: ralink: add support for rt3050 family
` [RFC 6/8] net-next: ralink: add support for rt3883
` [RFC 7/8] net-next: ralink: add support for mt7620 family
` [RFC 8/8] net-next: ralink: add Kconfig and Makefile

[PATCH net-next 1/2] net: l3mdev: Add master device lookup by index
 2015-11-23  4:35 UTC  (6+ messages)

[PATCH] wireless: change cfg80211 regulatory domain info as debug messages
 2015-11-23  1:37 UTC  (4+ messages)

r8169 regression: UDP packets dropped intermittantly
 2015-11-23  0:16 UTC  (14+ messages)

[PATCH] staging: rtl8712: Cleanup _io_ops wrappers
 2015-11-22 22:02 UTC 

[PATCH 00/13] mvneta Buffer Management and enhancements
 2015-11-22 21:55 UTC  (23+ messages)
` [PATCH 01/13] net: mvneta: add configuration for MBUS windows access protection
` [PATCH 02/13] net: mvneta: enable IP checksum with jumbo frames for Armada 38x on Port0
` [PATCH 03/13] net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REG
` [PATCH 04/13] net: mvneta: enable suspend/resume support
` [PATCH 05/13] net: mvneta: add xmit_more support
` [PATCH 06/13] net: mvneta: enable mixed egress processing using HR timer
` [PATCH 07/13] bus: mvebu-mbus: provide api for obtaining IO and DRAM window information
` [PATCH 08/13] ARM: mvebu: enable SRAM support in mvebu_v7_defconfig
` [PATCH 09/13] net: mvneta: bm: add support for hardware buffer management
` [PATCH 10/13] ARM: mvebu: add buffer manager nodes to armada-38x.dtsi
` [PATCH 11/13] ARM: mvebu: enable buffer manager support on Armada 38x boards
` [PATCH 12/13] ARM: mvebu: add buffer manager nodes to armada-xp.dtsi
` [PATCH 13/13] ARM: mvebu: enable buffer manager support on Armada XP boards

Use-after-free in ep_remove_wait_queue
 2015-11-22 21:43 UTC  (11+ messages)
            ` [PATCH] unix: avoid use-after-free "
                  ` alternate queueing mechanism (was: [PATCH] unix: avoid use-after-free in ep_remove_wait_queue)

[PATCH net-next] bnx2x: Utilize FW 7.13.1.0
 2015-11-22 17:19 UTC  (2+ messages)

[PATCH net-next] net: IPv6 fib lookup tracepoint
 2015-11-22 17:11 UTC  (2+ messages)

[PATCH] packet: Allow packets with only a header (but no payload)
 2015-11-22 16:46 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH V4 net-next 0/5] net:hns: Add support of Hip06 SoC to the Hislicon Network Subsystem
 2015-11-22 11:17 UTC  (3+ messages)
` [PATCH V4 net-next 4/5] net:hns: Add support of ethtool TSO set option for Hip06 in HNS

Kernel 4.1.12 crash
 2015-11-22 10:45 UTC  (5+ messages)

[PATCH RFC 00/15] net: The beginning of the end for NETIF_F_IP_CSUM and NETIF_F_IPV6_CSUM
 2015-11-22 10:14 UTC  (3+ messages)
` [PATCH 07/15] net: Add driver helper functions to determine checksum offloadability

MULTIPLE_TABLES and IP_ADVANCED_ROUTER
 2015-11-22 10:03 UTC 

[RFC PATCH v1] Trying to fix the stmmac memory leak during suspend/resume
 2015-11-22  8:44 UTC  (2+ messages)
` [PATCH v1] net: stmmac: Free rx_skbufs before realloc

[PATCH] tipc: avoid packets leaking on socket receive queue
 2015-11-22  7:46 UTC 

[PATCH] tipc: fix error handling of expanding buffer headroom
 2015-11-22  7:38 UTC 

Dear: Account User,
 2015-11-21 23:21 UTC 

[PATCH net-next] bpf: add show_fdinfo handler for maps
 2015-11-21 23:18 UTC  (7+ messages)

[PATCH] broadcom: fix PHY_ID_BCM5481 entry in the id table
 2015-11-21 23:08 UTC 

[PATCH net] vrf: fix double free and memory corruption on register_netdevice failure
 2015-11-21 22:55 UTC  (2+ messages)

[PATCH 0/3] batman-adv: Deletion of a few unnecessary checks
 2015-11-21 21:51 UTC  (10+ messages)
  ` [PATCH 1/3] batman-adv: Delete an unnecessary check before the function call "batadv_softif_vlan_free_ref"
    ` [B.A.T.M.A.N.] "
  ` [PATCH 2/3] batman-adv: Split a condition check
    ` [B.A.T.M.A.N.] "
` [PATCH 0/2] batman-adv: Deletion of some unnecessary checks
  ` [PATCH 1/2] batman-adv: Delete unnecessary checks before the function call "kfree_skb"
    ` [B.A.T.M.A.N.] "
  ` [PATCH 2/2] batman-adv: Less checks in batadv_tvlv_unicast_send()
    ` [B.A.T.M.A.N.] "

Foreign Investment Partnership
 2015-11-21  4:47 UTC 

[PATCH] net: atm: constify in_cache_ops and eg_cache_ops structures
 2015-11-21 17:28 UTC 

[PATCH] VSOCK: constify vmci_transport_notify_ops structures
 2015-11-21 17:39 UTC 

[PATCH net-next 0/9] net: ipmr: cleanups and minor improvements
 2015-11-21 14:27 UTC  (12+ messages)
` [PATCH net-next 1/9] net: ipmr: move the tbl id check in ipmr_new_table
` [PATCH net-next 2/9] net: ipmr: always define mroute_reg_vif_num
` [PATCH net-next 3/9] net: ipmr: remove some pimsm ifdefs and simplify
` [PATCH net-next 4/9] net: ipmr: fix code and comment style
` [PATCH net-next 5/9] net: ipmr: make ip_mroute_getsockopt more understandable
` [PATCH net-next 6/9] net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLES
` [PATCH net-next 7/9] net: ipmr: remove SLAB_PANIC
` [PATCH net-next 8/9] net: ipmr: rearrange and cleanup setsockopt
` [PATCH net-next 9/9] net: ipmr: factor out common vif init code

Linux 3.16.7: WARNING at kernfs_get+0x2a/0x30() and ida_remove+0xdd/0x120() in loop
 2015-11-21 12:34 UTC 

[patch] net/hsr: fix a warning message
 2015-11-21 10:34 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).