netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-05 21:16:24 to 2015-10-06 18:53:06 UTC [more...]

[PATCH next 0/30] Passing net through the netfilter hooks
 2015-10-06 18:53 UTC  (10+ messages)
` [PATCH next 0/14] netfilter: Stop guessing net
  ` [PATCH next 0/15] netfilter: Stop guessing net (take 2)
    ` [PATCH next 0/5] netfilter: Pass net into ip_route_me_harder
      ` [PATCH net-next 0/6] net: Pass net through ip fragmention
        ` [PATCH net-next 00/15] net: Pass net through the output path
          ` [PATCH net-next 01/15] ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_sk
          ` [PATCH net-next 03/15] net: Pass net into dst_output and remove dst_output_okfn
          ` [PATCH net-next 05/15] ipv4: Merge __ip_local_out and __ip_local_out_sk
          ` [PATCH net-next 06/15] ipv4: Merge ip_local_out and ip_local_out_sk

[PATCH net-next v2 1/2] mpls: multipath support
 2015-10-06 18:46 UTC 

[PATCH net-next v2 2/2] mpls: flow-based multipath selection
 2015-10-06 18:46 UTC 

[PATCH net-next v2 0/2] mpls: multipath support
 2015-10-06 18:46 UTC 

[PATCH net] openvswitch: Fix egress tunnel info
 2015-10-06 18:45 UTC  (8+ messages)

[PATCH] ipvs: Remove possibly unused net variable from ip_vs_out
 2015-10-06 18:24 UTC  (2+ messages)

[PATCH 1/1] net: ipv4: tcp.c Fixed an assignment coding style issue
 2015-10-06 18:08 UTC 

[PATCH net-next 0/2] bpf: unprivileged
 2015-10-06 18:05 UTC  (19+ messages)
` [PATCH net-next 1/2] bpf: enable non-root eBPF programs

[PATCHv3 net 0/6] OVS conntrack fixes for net
 2015-10-06 18:01 UTC  (9+ messages)
` [PATCHv3 net 1/6] openvswitch: Fix typos in CT headers
` [PATCHv3 net 2/6] openvswitch: Fix skb leak in ovs_fragment()
` [PATCHv3 net 3/6] openvswitch: Ensure flow is valid before executing ct
` [PATCHv3 net 4/6] openvswitch: Reject ct_state unsupported bits
` [PATCHv3 net 5/6] openvswitch: Extend ct_state match field to 32 bits
` [PATCHv3 net 6/6] openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMIT

[PATCHv4 net 0/6] OVS conntrack fixes for net
 2015-10-06 18:00 UTC  (7+ messages)
` [PATCHv4 net 1/6] openvswitch: Fix typos in CT headers
` [PATCHv4 net 2/6] openvswitch: Fix skb leak in ovs_fragment()
` [PATCHv4 net 3/6] openvswitch: Ensure flow is valid before executing ct
` [PATCHv4 net 4/6] openvswitch: Reject ct_state unsupported bits
` [PATCHv4 net 5/6] openvswitch: Extend ct_state match field to 32 bits
` [PATCHv4 net 6/6] openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMIT

[patch net-next v2 00/13] rocker: add support for multiple worlds
 2015-10-06 17:14 UTC  (15+ messages)
` [patch net-next v2 01/13] rocker: remove unused rocker_port param from alloc funcs and shorten their names
` [patch net-next v2 02/13] rocker: rename rocker.h to rocker_hw.h
` [patch net-next v2 03/13] rocker: rename rocker.c to rocker_main.c
` [patch net-next v2 04/13] rocker: push tlv processing into separate files
` [patch net-next v2 06/13] rocker: introduce worlds infrastructure

[patch net-next v3 00/14] rocker: add support for multiple worlds
 2015-10-06 17:08 UTC  (21+ messages)
` [patch net-next v3 01/14] rocker: remove unused rocker_port param from alloc funcs and shorten their names
` [patch net-next v3 02/14] rocker: rename rocker.h to rocker_hw.h
` [patch net-next v3 03/14] rocker: rename rocker.c to rocker_main.c
` [patch net-next v3 04/14] rocker: push tlv processing into separate files
` [patch net-next v3 05/14] rocker: implement set settings mode command
` [patch net-next v3 06/14] rocker: introduce worlds infrastructure
  ` [Linux Kernel Dev- OSI lvls 2-3 Networking modules] assistance needed in Pacific Northwest US
` [patch net-next v3 07/14] rocker: introduce OF-DPA world skeleton
` [patch net-next v3 08/14] rocker: set default world on port probe and clean world on remove
` [patch net-next v3 09/14] rocker: pass "learning" value as a parameter to rocker_port_set_learning
` [patch net-next v3 10/14] rocker: pre-allocate wait structures during cmd ring init
` [patch net-next v3 11/14] rocker: remove trans parameter to rocker_cmd_exec function
` [patch net-next v3 12/14] rocker: call rocker_cmd_exec function with "nowait" boolean instead of flags
` [patch net-next v3 13/14] rocker: move OF-DPA stuff into separate file
` [patch net-next v3 14/14] rocker: return -EOPNOTSUPP for undefined world ops

[PATCH RFC 0/3] net: Add driver helper function to determine if checksum is offloadable
 2015-10-06 16:54 UTC  (10+ messages)
` [PATCH RFC 1/3] net: Add skb_inner_transport_offset function
` [PATCH RFC 2/3] net: Add driver helper function to determine checksum offloadability
` [PATCH RFC 3/3] mlx4: Call skb_csum_offload_check to check offloadability

[RFC PATCH] net: mvneta: add ethtool statistics
 2015-10-06 16:52 UTC  (2+ messages)

[PATCH net-next v3 1/2] regmap: Allow installing custom reg_update_bits function
 2015-10-06 16:30 UTC  (2+ messages)

[PATCH net-next v2] bridge: allow adding of fdb entries pointing to the bridge device
 2015-10-06 16:06 UTC 

[PATCH net-next] bridge: allow adding of fdb entries pointing to the bridge device
 2015-10-06 15:55 UTC  (3+ messages)

[PATCH net-next v2 1/2] regmap: Allow installing custom reg_update_bits function
 2015-10-06 15:07 UTC  (7+ messages)

HW communication debugging interface - ideas?
 2015-10-06 15:02 UTC  (14+ messages)

linux-next: Tree for Oct 6
 2015-10-06 14:46 UTC  (3+ messages)

[PATCH v3 5/5] net: dsa: exit probe if no switch were found
 2015-10-06 14:40 UTC 

[PATCH v3 4/5] net: dsa: switch to devm_ calls and remove kfree calls
 2015-10-06 14:40 UTC 

[PATCH v3 3/5] net: dsa: complete dsa_switch_destroy
 2015-10-06 14:40 UTC 

[PATCH v3 2/5] net: dsa: add missing dsa_switch mdiobus remove
 2015-10-06 14:40 UTC 

[PATCH v3 1/5] net: dsa: add missing kfree on remove
 2015-10-06 14:39 UTC 

[PATCH v3 0/5] net: dsa: complete and fix the dsa unbinding
 2015-10-06 14:39 UTC 

[PATCH 1/2] regmap: only call custom reg_update_bits() if reg is marked volatile
 2015-10-06 14:31 UTC  (9+ messages)

Xmas Loan Offer@2%
 2015-10-06 16:29 UTC 

[PATCH] netfilter: fix bad checksum on IPv6 when NAT is performed
 2015-10-06 14:23 UTC 

[PATCH] netfilter: fix bad checksum on IPv6 when NAT is performed
 2015-10-06 14:28 UTC  (2+ messages)

[PATCH RFC v1 0/7] NCSI Support
 2015-10-06 14:19 UTC  (9+ messages)
` [PATCH RFC v1 1/7] net/ncsi: Resource management
` [PATCH RFC v1 2/7] net/ncsi: Packet handler
` [PATCH RFC v1 3/7] net/ncsi: Manage NCSI device
` [PATCH RFC v1 4/7] net/ncsi: Netlink support
` [PATCH RFC v1 5/7] net/faraday: Replace use_nc_si with use_ncsi
` [PATCH RFC v1 6/7] net/faraday: Enable NCSI interface
` [PATCH RFC v1 7/7] net/faraday: Enable offload checksum according to device-tree

[PATCH net-next 0/3] s390: qeth patches for net-next
 2015-10-06 13:12 UTC  (4+ messages)
` [PATCH net-next 1/3] Subject: s390/qeth: switch to napi_gro_receive
` [PATCH net-next 2/3] s390/qeth: optimize MAC handling in rx_mode callback
` [PATCH net-next 3/3] s390/qdio: fix WARN_ON_ONCE condition

[PATCH net-next 0/8] bridge: netlink: complete port attribute support
 2015-10-06 12:43 UTC  (12+ messages)
` [PATCH net-next 1/8] bridge: netlink: export port's root id
` [PATCH net-next 2/8] bridge: netlink: export port's bridge id
` [PATCH net-next 3/8] bridge: netlink: export port's designated cost and port
` [PATCH net-next 4/8] bridge: netlink: export port's id and number
` [PATCH net-next 5/8] bridge: netlink: export port's topology_change_ack and config_pending
` [PATCH net-next 6/8] bridge: netlink: export port's timer values
` [PATCH net-next 7/8] bridge: netlink: allow to flush port's fdb
` [PATCH net-next 8/8] bridge: netlink: add support for port's multicast_router attribute

[PATCH v2 1/5] net: dsa: add missing kfree on remove
 2015-10-06 11:15 UTC  (6+ messages)

[PATCH 2/2] Convert smsc911x to use ACPI as well as DT
 2015-10-06 11:08 UTC  (14+ messages)

Segmentation fault in iproute2 ss -p (versions 4.0.0, 4.1.0 and 4.1.1)
 2015-10-06 10:09 UTC  (3+ messages)
` "ss -p" segfaults
  ` "ss -p" segfaults (updated to 4.2)

[PATCH net] ppp: don't override sk->sk_state in pppoe_flush_dev()
 2015-10-06  9:46 UTC  (10+ messages)

[PATCH 00/12] net: assorted y2038 changes
 2015-10-06  9:37 UTC  (7+ messages)
` [PATCH 12/12] [RFC] can: avoid using timeval for uapi

Fw: [Bug 105441] New: r8152: Autonegotiation does not detect link
 2015-10-06  9:31 UTC 

[PATCH] ipvs: Remove possibly unused variables from ip_vs_conn_net_{init,cleanup}
 2015-10-06  8:14 UTC 

[PATCH] ethtool: fix typo in man page
 2015-10-06  8:07 UTC 

[patch net-next v3 00/14] rocker: add support for multiple worlds
 2015-10-06  8:02 UTC  (5+ messages)
` [patch net-next v3 01/14] rocker: remove unused rocker_port param from alloc funcs and shorten their names
` [patch net-next v3 02/14] rocker: rename rocker.h to rocker_hw.h
` [patch net-next v3 03/14] rocker: rename rocker.c to rocker_main.c

[PATCH net-next] net/mlx4_core: Test interrupts fail if not all comp vectors called request_irq
 2015-10-06  7:28 UTC  (2+ messages)

[patch net-next 00/14] rocker: add support for multiple worlds
 2015-10-06  7:34 UTC  (8+ messages)
` [patch net-next 05/14] rocker: implement set settings mode command

[PATCH] ipvs: Remove unused net variable from ip_vs_out
 2015-10-06  7:33 UTC  (3+ messages)

[PATCH v2 3/5] net: dsa: complete dsa_switch_destroy
 2015-10-06  7:23 UTC  (3+ messages)

[PATCH v2 5/5] net: dsa: exit probe if no switch were found
 2015-10-06  7:20 UTC  (3+ messages)

[PATCH 18/23] spear13xx_pcie_gadget: use per-attribute show and store methods
 2015-10-06  7:01 UTC 

[PATCH v2 net-next] ipv4: Fix compilation errors in fib_rebalance
 2015-10-06  6:48 UTC  (2+ messages)

[net-next:master 647/682] fib_semantics.c:undefined reference to `__divdi3'
 2015-10-06  6:42 UTC  (5+ messages)

[PATCH net-next v2] net: Fix unused variable compile warning
 2015-10-06  6:35 UTC  (3+ messages)

[PATCH] amd-xgbe: Check for successful buffer allocation before use
 2015-10-06  6:31 UTC  (2+ messages)

[PATCH net-next] net/mlx4_core: Test interrupts fail if not all comp vectors called request_irq
 2015-10-06  6:24 UTC  (4+ messages)

linux-next: build failure after merge of the net-next tree
 2015-10-06  5:34 UTC 

[PATCH net-next] Fixes: 0e884c7 ipv4: L3 hash-based multipath: tag
 2015-10-06  5:21 UTC  (4+ messages)

remove dma_supported and pci_dma_supported as public APIs
 2015-10-06  3:57 UTC  (3+ messages)
` [PATCH 01/15] pcnet32: use pci_set_dma_mask insted of pci_dma_supported

[PATCH net-next V14 0/3] openvswitch: Add support for 802.1ad
 2015-10-06  0:27 UTC  (3+ messages)
` [PATCH net-next V14 3/3] openvswitch: 802.1ad: Flow handling, actions, vlan parsing and netlink attributes

linux-next: manual merge of the net-next tree with the ipsec tree
 2015-10-06  0:24 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2015-10-06  0:16 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2015-10-06  0:11 UTC 

[MM PATCH V4 5/6] slub: support for bulk free with SLUB freelists
 2015-10-05 23:53 UTC  (10+ messages)
` [MM PATCH V4.1 "

Glibc recvmsg from kernel netlink socket hangs forever
 2015-10-05 23:30 UTC  (6+ messages)

my subject
 2015-10-05 22:43 UTC 

[PATCH 3.19 and earlier] fib_rules: Fix dump_rules() not to exit early
 2015-10-05 21:50 UTC  (2+ messages)

simplify configfs attributes V2
 2015-10-05 21:37 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).