netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-13 13:52:47 to 2015-04-14 07:54:23 UTC [more...]

[patch 4/5] net: hip04: Make tx coalesce timer actually work
 2015-04-14  7:53 UTC  (6+ messages)

[PATCH net-next v4 00/24] switchdev: spring cleanup
 2015-04-14  7:51 UTC  (19+ messages)
` [PATCH net-next v4 01/24] switchdev: introduce get/set attrs ops
` [PATCH net-next v4 03/24] switchdev: convert STP update to swdev attr set
` [PATCH net-next v4 07/24] switchdev: add port vlan obj
` [PATCH net-next v4 09/24] switchdev: add new swdev bridge setlink
` [PATCH net-next v4 13/24] switchdev: remove old netdev_switch_port_bridge_setlink
` [PATCH net-next v4 19/24] switchdev: add new swdev_port_bridge_getlink

[PATCH] hso: fix refcnt leak in recent patch
 2015-04-14  7:35 UTC  (4+ messages)

[PATCH v6 1/9] bgmac: simplify tx ring index handling
 2015-04-14  7:24 UTC  (16+ messages)
` [PATCH v6 2/9] bgmac: leave interrupts disabled as long as there is work to do
` [PATCH v6 3/9] bgmac: set received skb headroom to NET_SKB_PAD
` [PATCH v6 4/9] bgmac: simplify/optimize rx DMA error handling
` [PATCH v6 5/9] bgmac: add check for oversized packets
` [PATCH v6 6/9] bgmac: increase rx ring size from 511 to 512
` [PATCH v6 7/9] bgmac: simplify dma init/cleanup
` [PATCH v6 8/9] bgmac: fix DMA rx corruption
` [PATCH v6 9/9] bgmac: drop ring->num_slots

[PATCH/RFC net-next 0/4] Allow use of rocker ports without bridging
 2015-04-14  7:23 UTC  (5+ messages)

[PATCH net] cxgb4vf: Implement mailbox access locking and list management
 2015-04-14 12:30 UTC 

[PATCH net-next V1 00/11] net/mlx5: ConnectX-4 100G Ethernet driver
 2015-04-14  7:05 UTC  (3+ messages)

[PATCH] ip_forward: Drop frames with attached skb->sk
 2015-04-14  6:40 UTC  (5+ messages)

[PATCHv2 net-next 0/2] Exporting IGMP/MLD checking from bridge code
 2015-04-14  6:37 UTC  (3+ messages)
` [PATCHv2 net-next 1/2] bridge: multicast: call skb_checksum_{simple_, }validate
` [PATCHv2 net-next 2/2] net: Export IGMP/MLD message validation code

[patch net-next v2 0/2] switchdev: unify naming prefix
 2015-04-14  5:52 UTC  (4+ messages)
` [patch net-next v2 1/2] switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
` [patch net-next v2 2/2] switchdev: s/swdev_/switchdev_/

[PATCH v2 1/3] toshiba: Remove celleb from Kconfig options
 2015-04-14  5:28 UTC 

[PATCH resend] Renesas Ethernet AVB driver
 2015-04-14  5:27 UTC  (11+ messages)

[PATCH 1/3] toshiba: Remove celleb from Kconfig options
 2015-04-14  5:23 UTC 

linux-next: manual merge of the ftrace tree with the net-next tree
 2015-04-14  5:16 UTC 

[RFC PATCH 00/11] an introduction of library operating system for Linux (LibOS)
 2015-04-14  3:20 UTC  (17+ messages)

[PATCH net-next] tcp/dccp: get rid of central timewait timer
 2015-04-14  2:47 UTC  (5+ messages)
` [PATCH v2 "

[PATCH 00/21] Netfilter updates for net-next
 2015-04-14  2:18 UTC  (23+ messages)
` [PATCH 01/21] netfilter: nf_tables: validate len in nft_validate_data_load()
` [PATCH 02/21] netfilter: nf_tables: rename nft_validate_data_load()
` [PATCH 03/21] netfilter: nft_lookup: use nft_validate_register_store() to validate types
` [PATCH 04/21] netfilter: nf_tables: kill nft_validate_output_register()
` [PATCH 05/21] netfilter: nf_tables: introduce nft_validate_register_load()
` [PATCH 06/21] netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
` [PATCH 07/21] netfilter: nf_tables: use struct nft_verdict within struct nft_data
` [PATCH 08/21] netfilter: nf_tables: convert expressions to u32 register pointers
` [PATCH 09/21] netfilter: nf_tables: kill nft_data_cmp()
` [PATCH 10/21] netfilter: nf_tables: convert sets to u32 data pointers
` [PATCH 11/21] netfilter: nf_tables: add register parsing/dumping helpers
` [PATCH 12/21] netfilter: nf_tables: switch registers to 32 bit addressing
` [PATCH 13/21] netfilter: nf_tables: support variable sized data in nft_data_init()
` [PATCH 14/21] netfilter: nf_tables: variable sized set element keys / data
` [PATCH 15/21] uapi: ebtables: don't include linux/if.h
` [PATCH 16/21] netfilter: nf_tables: add helper functions for expression handling
` [PATCH 17/21] netfilter: nf_tables: prepare for expressions associated to set elements
` [PATCH 18/21] netfilter: nf_tables: mark stateful expressions
` [PATCH 19/21] netfilter: nf_tables: add flag to indicate set contains expressions
` [PATCH 20/21] netfilter: nft_dynset: dynamic stateful expression instantiation
` [PATCH 21/21] netfilter: nf_tables: get rid of the expression example code

Please let me know if you need to print color box, display box and labels
 2015-04-14  1:57 UTC 

[PATCH v4 net-next 2/2] tc: add 'needs_l2' flag to ingress qdisc
 2015-04-14  0:57 UTC  (4+ messages)

[PATCH v3] Renesas Ethernet AVB driver
 2015-04-14  0:49 UTC  (3+ messages)

[PATCH] mlx4: Fix tx ring affinity_mask creation
 2015-04-14  0:22 UTC  (3+ messages)

[PATCH v5 1/9] bgmac: simplify tx ring index handling
 2015-04-14  0:05 UTC  (13+ messages)
` [PATCH v5 2/9] bgmac: leave interrupts disabled as long as there is work to do
` [PATCH v5 3/9] bgmac: set received skb headroom to NET_SKB_PAD
` [PATCH v5 4/9] bgmac: simplify rx DMA error handling
` [PATCH v5 5/9] bgmac: add check for oversized packets
` [PATCH v5 6/9] bgmac: increase rx ring size from 511 to 512
` [PATCH v5 7/9] bgmac: simplify dma init/cleanup
` [PATCH v5 8/9] bgmac: fix DMA rx corruption
` [PATCH v5 9/9] bgmac: drop ring->num_slots

[PATCH net 0/4] Fixes for sh_eth #4 v2
 2015-04-13 22:32 UTC  (4+ messages)
` [PATCH net 1/4] sh_eth: Ensure proper ordering of descriptor active bit write/read

[PATCH net-next] hv_netvsc: Implement partial copy into send buffer
 2015-04-13 23:34 UTC 

[RFC PATCH net-next 00/10] ipv6: Only create RTF_CACHE route after encountering pmtu exception
 2015-04-13 21:46 UTC  (8+ messages)
` [RFC PATCH net-next 08/10] ipv6: Do not use inetpeer when creating RTF_CACHE route for /128 via gateway entry
` [RFC PATCH net-next 10/10] ipv6: Create percpu rt6_info

[PATCH v2] Renesas Ethernet AVB driver
 2015-04-13 20:49 UTC  (3+ messages)

[PATCH 1/5 v4] netlink: Fix portid type in netlink_notify
 2015-04-13 20:35 UTC  (13+ messages)
` [PATCH 2/5 v4] nfc: Fix portid type in urelease_work
` [PATCH 3/5 v4] netfilter: Fix portid types
` [PATCH 4/5 v4] netfilter: Fix format string of nfnetlink_queue proc file
` [PATCH 5/5 v4] netfilter: Fix format string of nfnetlink_log "

[PATCH -next 0/3] net: cap size to original frag size when refragmenting
 2015-04-13 20:33 UTC  (6+ messages)

[PATCH 0/7 RFC] Netfilter/nf_tables ingress support
 2015-04-13 20:19 UTC  (5+ messages)

[patch net-next 0/2] switchdev: unify naming prefix
 2015-04-13 20:18 UTC  (13+ messages)
` [patch net-next 1/2] switchdev: s/netdev_switch_/switchdev_/
` [patch net-next 2/2] switchdev: s/swdev_/switchdev_/

Re:salve
 2015-04-13 19:59 UTC 

e1000e max frame calculation
 2015-04-13 18:26 UTC  (12+ messages)
` [PATCH] e1000e: Cleanup handling of VLAN_HLEN as a part of max frame size
                ` [Intel-wired-lan] "

[PATCH net-next v2 0/4] cxgb4: add FCoE DDP and RSS
 2015-04-13 18:13 UTC  (8+ messages)
` [PATCH net-next v2 1/4] cxgb4/iw_cxgb4/cxgb4i: remove duplicate definitions
` [PATCH net-next v2 2/4] cxgb4: add structure and macro definitions for FCoE DDP
` [PATCH net-next v2 3/4] cxgb4: add DDP support for FCoE target
` [PATCH net-next v2 4/4] cxgb4: enable RSS for FCoE frames

Looking for extensible kernel database format
 2015-04-13 18:09 UTC  (2+ messages)

[PATCH v4 1/9] bgmac: simplify tx ring index handling
 2015-04-13 18:05 UTC  (15+ messages)
` [PATCH v4 2/9] bgmac: leave interrupts disabled as long as there is work to do
` [PATCH v4 3/9] bgmac: set received skb headroom to NET_SKB_PAD
` [PATCH v4 4/9] bgmac: simplify rx DMA error handling
` [PATCH v4 9/9] bgmac: drop ring->num_slots

[PATCH net-next] tcp: fix bogus RTT for CC when retransmissions are acked
 2015-04-13 17:55 UTC  (2+ messages)

[PATCH v4 net-next 1/2] net: introduce skb_postpush_rcsum() helper
 2015-04-13 17:37 UTC  (4+ messages)
` [PATCH v4 net-next 2/2] tc: add 'needs_l2' flag to ingress qdisc

[PATCH net-next] net: use jump label patching for ingress qdisc in __netif_receive_skb_core
 2015-04-13 17:35 UTC  (2+ messages)

[PATCH 1/2] bridge: multicast: call skb_checksum_{simple_,}validate
 2015-04-13 17:32 UTC  (3+ messages)
` [PATCH 2/2] net: Export IGMP/MLD message validation code

[FYI] xfrm: Don't lookup sk_policy for timewait sockets
 2015-04-13 17:25 UTC  (11+ messages)

[PATCH 0/2 net-next v2] Bring sizeof(net_device) down to < 2K bytes
 2015-04-13 17:15 UTC  (2+ messages)

[PATCH net-next] selinux/nlmsg: add a build time check for rtnl/xfrm cmds
 2015-04-13 17:10 UTC  (2+ messages)

kernel WARNING on skb_complete_tx_timestamp
 2015-04-13 16:41 UTC  (4+ messages)

[ANNOUNCE] iproute2 4.0.0
 2015-04-13 16:38 UTC 

ipv4: add hash-based multipath routing
 2015-04-13 16:34 UTC  (2+ messages)

[PATCH v3 net-next 1/2] net: introduce skb_postpush_rcsum() helper
 2015-04-13 16:13 UTC  (10+ messages)
` [PATCH v3 net-next 2/2] tc: add 'needs_l2' flag to ingress qdisc

[PATCH iproute2] configure: add missing INCLUDE to netnsid detection
 2015-04-13 15:53 UTC  (3+ messages)
` [PATCH iproute2 1/3] Revert "configure: add missing INCLUDE to netnsid detection"
    ` [PATCH iproute2 3/3] ipnetns: add a runtime check for RTM_GETNSID support

[PATCH RFC] tcp: Allow sk_wmem_alloc to exceed sysctl_tcp_limit_output_bytes
 2015-04-13 15:03 UTC  (6+ messages)
    ` [Xen-devel] "

[patch net-next v3] tc: introduce OpenFlow classifier
 2015-04-13 14:34 UTC  (7+ messages)

[PATCH 2/7] turn Makefile more distribution friendly
 2015-04-13 14:01 UTC  (6+ messages)
` [PATCH 3/7] ip-xfrm: support 'proto any' with 'sport' and 'dport'
` [PATCH 4/7] cbq: fix find syntax in example
` [PATCH 5/7] ip-route: don't hide routes with RTM_F_CLONED by default
` [PATCH 6/7] lnstat: dump to stdout, not stderr
` [PATCH 7/7] lnstat: run indefinitely by default

[PATCH 1/7] docs: improve manual pages and help
 2015-04-13 14:05 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).