netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-03 14:02:08 to 2015-08-04 13:20:09 UTC [more...]

[PATCH V2 net-next 0/6] test_bpf improvements
 2015-08-04 13:19 UTC  (7+ messages)
` [PATCH V2 net-next 1/6] test_bpf: avoid oopsing the kernel when generate_test_data() fails
` [PATCH V2 net-next 2/6] test_bpf: allow tests to specify an skb fragment
` [PATCH V2 net-next 3/6] test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs
` [PATCH V2 net-next 4/6] test_bpf: add module parameters to filter the tests to run
` [PATCH V2 net-next 5/6] test_bpf: add more tests for LD_ABS and LD_IND
` [PATCH V2 net-next 6/6] test_bpf: add tests checking that JIT/interpreter sets A and X to 0

[PATCH] xen/netback: Wake dealloc thread after completing zerocopy work
 2015-08-04 13:11 UTC  (2+ messages)

[PATCH net-next 0/4] net: dsa: support switchdev FDB objects
 2015-08-04 12:18 UTC  (5+ messages)
` [PATCH net-next 1/4] net: switchdev: change fdb addr for a byte array
` [PATCH net-next 2/4] net: switchdev: support static FDB addresses
` [PATCH net-next 3/4] net: dsa: add support for switchdev FDB objects

[PATCH 1/2] iwlwifi: convert hex_dump_to_buffer() to %*ph
 2015-08-04 11:52 UTC  (4+ messages)

RX overrun errors building on several of our hosts
 2015-08-04 11:39 UTC  (2+ messages)

[PATCH net] virtio-net: drop NETIF_F_FRAGLIST
 2015-08-04 11:11 UTC  (3+ messages)

[PATCH net-next 0/8] net/mlx5e: Driver updates 04-Aug-2015
 2015-08-04 11:05 UTC  (9+ messages)
` [PATCH net-next 1/8] net/mlx5e: Unify the RX flow
` [PATCH net-next 2/8] net/mlx5e: Introduce the "Drop RQ"
` [PATCH net-next 3/8] net/mlx5_core: Introduce access function to modify RSS/LRO params
` [PATCH net-next 4/8] net/mlx5e: Light-weight netdev open/stop
` [PATCH net-next 5/8] net/mlx5e: Rename/move functions following the ndo_stop flow change
` [PATCH net-next 6/8] net/mlx5e: Disable async events before unregister_netdev()
` [PATCH net-next 7/8] net/mlx5e: Take advantage of the light-weight netdev open/stop
` [PATCH net-next 8/8] net/mlx5_core: Support physical port counters

[net-next PATCH v2 0/3] CPSW interrupt handling cleanup and performance improvement
 2015-08-04 10:36 UTC  (4+ messages)
` [net-next PATCH v2 1/3] drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from cpsw itself
` [net-next PATCH v2 2/3] drivers: net: cpsw: dual_emac: simplify napi usage
` [net-next PATCH v2 3/3] drivers: net: cpsw: add separate napi for tx

[PATCH 00/18] Netfilter updates for net-next
 2015-08-04 10:02 UTC  (19+ messages)
` [PATCH 01/18] netfilter: kill nf_hooks_active
` [PATCH 02/18] netfilter: Simply the tests for enabling and disabling the ingress queue hook
` [PATCH 03/18] netfilter: Factor out the hook list selection from nf_register_hook
` [PATCH 04/18] netfilter: Per network namespace netfilter hooks
` [PATCH 05/18] netfilter: nftables: Only run the nftables chains in the proper netns
` [PATCH 06/18] netfilter: xtables: compute exact size needed for jumpstack
` [PATCH 07/18] netfilter: move tee_active to core
` [PATCH 08/18] netfilter: xtables: don't save/restore jumpstack offset
` [PATCH 09/18] netfilter: add and use jump label for xt_tee
` [PATCH 10/18] netfilter: xtables: remove __pure annotation
` [PATCH 11/18] netfilter: Fix memory leak in nf_register_net_hook
` [PATCH 12/18] netfilter: nf_queue: fix nf_queue_nf_hook_drop()
` [PATCH 13/18] netfilter: fix possible removal of wrong hook
` [PATCH 14/18] netfilter: rename local nf_hook_list to hook_list
` [PATCH 15/18] netfilter: nf_ct_sctp: minimal multihoming support
` [PATCH 16/18] netfilter: bridge: reduce nf_bridge_info to 32 bytes again
` [PATCH 17/18] netfilter: bridge: do not initialize statics to 0 or NULL
` [PATCH 18/18] netfilter: ip6t_REJECT: Remove debug messages from reject_tg6()

BUG: null dereference in __skb_recv_datagram
 2015-08-04  9:50 UTC  (7+ messages)
  ` net: Fix skb_set_peeked use-after-free bug
    `  "

[PATCH v6 0/4] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter
 2015-08-04  8:58 UTC  (5+ messages)
` [PATCH v6 1/4] bpf: Make the bpf_prog_array_map more generic
` [PATCH v6 2/4] bpf: Add new bpf map type to store the pointer to struct perf_event
` [PATCH v6 3/4] bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
` [PATCH v6 4/4] samples/bpf: example of get selected PMU counter value

[PATCH net-next] net_sched: act_bpf: remove spinlock in fast path
 2015-08-04  8:55 UTC  (2+ messages)

[PATCH v3] MIPS: Remove all the uses of custom gpio.h
 2015-08-04  8:50 UTC 

[PATCHv2 net-next 0/4] add meminfo, bist status and misc. fixes
 2015-08-04  9:06 UTC  (6+ messages)
` [PATCHv2 net-next 1/4] cxgb4: Add debugfs support to dump meminfo
` [PATCHv2 net-next 2/4] cxgb4: Add support to dump edc bist status
` [PATCHv2 net-next 3/4] cxgb4/cxgb4vf: read the correct bits of PL Who Am I register
` [PATCHv2 net-next 4/4] cxgb4: Update T6 register ranges

[PATCH] net: fec: fix initial runtime PM refcount
 2015-08-04  8:11 UTC  (8+ messages)

[PATCH ethtool ] Add new interrupt bit FEmp
 2015-08-04  7:52 UTC 

af_mpls: fix undefined reference to ip6_route_output
 2015-08-04  7:44 UTC 

[PATCH 1/1] net/ipv4: Enable flow-based ECMP
 2015-08-04  7:37 UTC  (3+ messages)

[patch] mpls: small cleanup in inet/inet6_fib_lookup_dev()
 2015-08-04  7:44 UTC 

[PATCH v2 net-next 0/4] bnx2x, cnic, bnx2fc: add support for BD
 2015-08-04  6:37 UTC  (5+ messages)
` [PATCH v2 net-next 1/4] cnic: Populate upper layer driver state in MFW
` [PATCH v2 net-next 2/4] cnic: Add the interfaces to get FC-NPIV table
` [PATCH v2 net-next 3/4] bnx2x: Add BD support for storage
` [PATCH v2 net-next 4/4] bnx2fc: Read npiv table from nvram and create vports

[PATCH net] net: dsa: fix EDSA frame from hwaccel frame
 2015-08-04  6:35 UTC 

[PATCH net-next 4/4] net: dsa: mv88e6xxx: refactor FDB routines
 2015-08-04  6:33 UTC 

[PATCH] net: dsa: fix EDSA frame from hwaccel frame
 2015-08-04  6:27 UTC  (4+ messages)

net: dsa: support switchdev FDB objects
 2015-08-04  6:13 UTC  (5+ messages)
` [PATCH 1/4] net: switchdev: change fdb addr for a byte array
` [PATCH 2/4] net: switchdev: support static FDB addresses
` [PATCH 3/4] net: dsa: add support for switchdev FDB objects

[PATCH net-next v2 1/2] openvswitch: Use regular GRE net_device instead of vport
 2015-08-04  6:01 UTC  (8+ messages)

[PATCH net-next] mpls: Use definition for reserved label checks
 2015-08-04  5:35 UTC  (3+ messages)

[PATCH v2 net-next 0/2] RDS-TCP: Network namespace support
 2015-08-04  5:29 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_net
` [PATCH v2 net-next 2/2] RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns

[PATCH net-next 1/2] rocker: NULL port if port probe fails
 2015-08-04  5:31 UTC  (2+ messages)
` [PATCH net-next 2/2] rocker: use netdev_err after register_netdev

[PATCH net-next 0/2] lwtunnel: encap locally-generated ipv4 packets
 2015-08-04  5:26 UTC  (5+ messages)
` [PATCH net-next 1/2] lwtunnel: set skb protocol and dev
` [PATCH net-next 2/2] ipv4: apply lwtunnel encap for locally-generated packets

[PATCH] xen-netback: Allocate fraglist early to avoid complex rollback
 2015-08-04  5:23 UTC  (2+ messages)

Panic with demuxed ipv4 multicast udp sockets on 4.0.4
 2015-08-04  5:20 UTC  (9+ messages)
          ` [PATCH net] udp: fix dst races with multicast early demux

[PATCH] net_dbg_ratelimited: turn into no-op when !DEBUG
 2015-08-04  4:59 UTC  (4+ messages)

[PATCH net-next v2] openvswitch: Make 100 percents packets sampled when sampling rate is 1
 2015-08-04  4:07 UTC 

[PATCH net-next v2 2/2] gre: Remove support for sharing GRE protocol hook
 2015-08-04  0:27 UTC 

[PATCH net-next v2 0/2] GRE: Use flow based tunneling for OVS GRE vport
 2015-08-04  0:27 UTC 

(unknown),
 2015-08-04  0:17 UTC  (2+ messages)
` 

[net-next:master 173/173] net/bridge/br_mdb.c:493:8: error: 'struct net_bridge' has no member named 'vlan_enabled'
 2015-08-03 23:21 UTC  (3+ messages)
` [PATCH net-next] bridge: mdb: fix vlan_enabled access when vlans are not configured

[PATCH] fddi: Use a more more typical logging style
 2015-08-03 23:20 UTC  (3+ messages)

[PATCH net-next]r8169: Serialise some operations from open close
 2015-08-03 23:07 UTC  (3+ messages)
` [PATCH net-next 1/1] e1000: remove dead e1000_init_eeprom_params calls

[PATCH net-next] act_bpf: properly support late binding of bpf action to a classifier
 2015-08-03 23:06 UTC  (3+ messages)

[PATCH net-next 0/9] OVS conntrack support
 2015-08-03 22:58 UTC  (4+ messages)
` [PATCH net-next 5/9] openvswitch: Add conntrack action

[PATCH 2/2] gre: Remove support for sharing GRE protocol hook
 2015-08-03 22:58 UTC 

[PATCH 1/2] openvswitch: Use regular GRE net_device instead of vport
 2015-08-03 22:58 UTC 

[PATCH 0/2] igb/ixgbe: Fix ordering of SR-IOV teardown
 2015-08-03 22:51 UTC  (5+ messages)

[PATCH] net: dsa: mv88e6xxx: call _mv88e6xxx_stats_wait with SMI lock held
 2015-08-03 22:46 UTC  (3+ messages)

[PATCH net-next] bridge: mdb: add/del entry on all vlans if vlan_filter is enabled and vid is 0
 2015-08-03 22:44 UTC  (2+ messages)

[PATCH] 3c59x: Fix resource leaks in vortex_open
 2015-08-03 22:21 UTC  (2+ messages)

[patch] rds: fix an integer overflow test in rds_info_getsockopt()
 2015-08-03 22:20 UTC  (2+ messages)

[PATCH] Add BQL support for 3c59x, based on patch from Tino Reichardt
 2015-08-03 22:08 UTC  (2+ messages)

[PATCH] r8169: Permit users to change transmit and receive max pachet size
 2015-08-03 21:56 UTC 

[PATCH net-next 0/4] Stacked vlan TSO for virtual devices
 2015-08-03 21:25 UTC  (2+ messages)

[PATCH net-next] virtio_net: add gro capability
 2015-08-03 21:23 UTC  (4+ messages)

[patch net-next 1/2] rocker: enable support for scattered packets
 2015-08-03 21:22 UTC  (6+ messages)
` [patch net-next 2/2] rocker: linearize skb in case frags would not fit into tx descriptor

[PATCH net-next] vxlan: expose COLLECT_METADATA flag to user space
 2015-08-03 21:14 UTC  (4+ messages)

[Patch net] act_mirred: avoid calling tcf_hash_release() when binding
 2015-08-03 21:13 UTC  (2+ messages)

[PATCH] r8169: Permit users to change transmit and receive max pachet size
 2015-08-03 21:12 UTC 

[PATCH v2] openvswitch: Fix L4 checksum handling when dealing with IP fragments
 2015-08-03 21:03 UTC  (3+ messages)

[PATCH v2 net-next 0/6] tcp: better handling of memory pressure
 2015-08-03 20:53 UTC  (3+ messages)
` [PATCH v2 net-next 1/6] net: fix sk_mem_reclaim_partial()

[patch -master] netfilter: xt_CT: checking for IS_ERR() instead of NULL
 2015-08-03 20:34 UTC  (6+ messages)

[PATCH v1] netdev: Make 100 percents packets sampled when sampling rate is 1
 2015-08-03 18:30 UTC  (3+ messages)
    ` [ovs-dev] "

[PATCH net-next 0/4] bnx2x, cnic, bnx2fc: add support for BD
 2015-08-03 17:56 UTC  (2+ messages)

[PATCH 0/6] test_bpf improvements
 2015-08-03 17:37 UTC  (17+ messages)
` [PATCH 1/6] test_bpf: avoid oopsing the kernel when generate_test_data() fails
` [PATCH 2/6] test_bpf: allow tests to specify an skb fragment
` [PATCH 3/6] test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs
` [PATCH 4/6] test_bpf: add module parameters to filter the tests to run
` [PATCH 5/6] test_bpf: add more tests for LD_ABS and LD_IND
` [PATCH 6/6] test_bpf: add tests checking that JIT/interpreter sets A and X to 0

[PATCH v2 net-next 0/4] gro: Fixes for tunnels and GRO
 2015-08-03 17:11 UTC  (5+ messages)
` [PATCH v2 net-next 1/4] gro: Fix remcsum offload to deal with frags in GRO
` [PATCH v2 net-next 2/4] vxlan: GRO support at tunnel layer
` [PATCH v2 net-next 3/4] ipv6: Add gro functions to sit_offloads
` [PATCH v2 net-next 4/4] fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacks

[PATCH] openvswitch: Fix L4 checksum handling when dealing with IP fragments
 2015-08-03 16:53 UTC  (2+ messages)

[PATCH 08/15] drivers: net: Drop unlikely before IS_ERR(_OR_NULL)
 2015-08-03 15:52 UTC  (4+ messages)

[PATCHv6 RFT] net: fec: Ensure clocks are enabled while using mdio bus
 2015-08-03 15:02 UTC  (4+ 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).