netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-11 13:47:53 to 2016-01-12 02:15:05 UTC [more...]

linux-next: manual merge of the net-next tree with the net tree
 2016-01-12  2:15 UTC 

[PATCH net-next 0/4] batch calls to fib_flush and arp_ifdown
 2016-01-12  1:53 UTC  (4+ messages)

[PATCH net] net: reduce RECURSION_LIMIT to 8
 2016-01-12  1:48 UTC  (5+ messages)

[OOPS] In __netif_receive_skb_core
 2016-01-12  1:19 UTC  (8+ messages)

[PATCH iproute2 -next 0/2] BPF update
 2016-01-12  1:03 UTC  (3+ messages)
` [PATCH iproute2 -next 1/2] tc, bpf: check section names and type everywhere
` [PATCH iproute2 -next 2/2] tc, bpf: more header checks on loading elf

[PATCH] b43: Fix memory leaks in b43_bus_dev_ssb_init and b43_bus_dev_bcma_init
 2016-01-12  1:01 UTC 

[PATCH] net: preserve IP control block during GSO segmentation
 2016-01-12  0:58 UTC  (3+ messages)

[PATCH] net: phy: turn carrier off on phy attach
 2016-01-12  0:57 UTC  (3+ messages)

[PATCH iproute2 -next 0/2] clsact frontend
 2016-01-12  0:42 UTC  (3+ messages)
` [PATCH iproute2 -next 1/2] tc, ingress: clean up ingress handling a bit
` [PATCH iproute2 -next 2/2] tc, clsact: add clsact frontend

[PATCH net] openvswitch: compute needed headroom for internal vports
 2016-01-12  0:34 UTC  (6+ messages)

Rendszergazda
 2016-01-12  0:15 UTC 

[REGRESSION] tcp/ipv4: kernel panic because of (possible) division by zero
 2016-01-11 23:26 UTC  (6+ messages)

[Question/Bug] Should the priority of ip rule be unique?
 2016-01-11 23:01 UTC  (2+ messages)

[PATCH net v2] bonding: Prevent IPv6 link local address on enslaved devices
 2016-01-11 22:57 UTC  (5+ messages)

[PATCH V3 00/11] net/mlx5_core: Enhance flow steering support
 2016-01-11 22:49 UTC  (2+ messages)

[PATCH 0/9] Namespaceify more of the tcp sysctl knobs
 2016-01-11 22:46 UTC  (2+ messages)

[PATCH 1/1] smsc: Enabling SMSC LAN911 driver for ARM64 as well
 2016-01-11 22:45 UTC  (5+ messages)

[PATCH net] udp: disallow UFO for sockets with SO_NO_CHECK option
 2016-01-11 22:42 UTC  (2+ messages)

[PATCH] net: pktgen: fix null ptr deref in skb allocation
 2016-01-11 22:40 UTC  (2+ messages)

[PATCH 00/53] perf tools: Bugfix, BPF improvement and perf record flight record mode
 2016-01-11 22:39 UTC  (70+ messages)
` [PATCH 02/53] perf tools: Fix phony build target for build-test
` [PATCH 03/53] perf tools: Set parallel making options build-test
` [PATCH 04/53] perf tools: Pass O option to Makefile.perf in build-test
` [PATCH 05/53] perf tools: Test correct path of perf "
` [PATCH 06/53] perf tools: Fix PowerPC native building
` [PATCH 07/53] tools: Move Makefile.arch from perf/config to tools/scripts
` [PATCH 08/53] perf tools: Add missing sources in perf's MANIFEST
` [PATCH 09/53] perf: bpf: Fix build breakage due to libbpf
` [PATCH 10/53] tools build: Add BPF feature check to test-all
` [PATCH 11/53] perf test: Fix false TEST_OK result for 'perf test hist'
` [PATCH 12/53] perf test: Reset err after using it hold errcode in hist testcases
` [PATCH 13/53] perf tools: Prevent calling machine__delete() on non-allocated machine
` [PATCH 14/53] perf test: Check environment before start real BPF test
` [PATCH 15/53] perf tools: Fix symbols searching for offline module in buildid-cache
` [PATCH 16/53] perf tools: Fix mmap2 event allocation in synthesize code
` [PATCH 17/53] perf test: Improve bp_signal
` [PATCH 18/53] perf tools: Add API to config maps in bpf object
` [PATCH 19/53] perf tools: Enable BPF object configure syntax
` [PATCH 20/53] perf record: Apply config to BPF objects before recording
` [PATCH 21/53] perf tools: Enable passing event to BPF object
` [PATCH 22/53] perf tools: Support perf event alias name
` [PATCH 23/53] perf tools: Support setting different slots in a BPF map separately
` [PATCH 24/53] perf tools: Enable indices setting syntax for BPF maps
` [PATCH 25/53] perf tools: Introduce bpf-output event
` [PATCH 26/53] perf data: Support converting data from bpf_perf_event_output()
` [PATCH 27/53] perf/core: Put size of a sample at the end of it by PERF_SAMPLE_TAILSIZE
` [PATCH 28/53] perf tools: Move timestamp creation to util
` [PATCH 29/53] perf tools: Make ordered_events reusable
` [PATCH 30/53] perf record: Extract synthesize code to record__synthesize()
` [PATCH 31/53] perf tools: Add perf_data_file__switch() helper
` [PATCH 32/53] perf record: Turns auxtrace_snapshot_enable into 3 states
` [PATCH 33/53] perf record: Introduce record__finish_output() to finish a perf.data
` [PATCH 34/53] perf record: Use OPT_BOOLEAN_SET for buildid cache related options
` [PATCH 35/53] perf record: Add '--timestamp-filename' option to append timestamp to output filename
` [PATCH 36/53] perf record: Split output into multiple files via '--switch-output'
` [PATCH 37/53] perf record: Force enable --timestamp-filename when --switch-output is provided
` [PATCH 38/53] perf record: Disable buildid cache options by default in switch output mode
` [PATCH 39/53] perf record: Re-synthesize tracking events after output switching
` [PATCH 40/53] perf record: Generate tracking events for process forked by perf
` [PATCH 41/53] perf record: Ensure return non-zero rc when mmap fail
` [PATCH 42/53] perf record: Prevent reading invalid data in record__mmap_read
` [PATCH 43/53] perf tools: Add evlist channel helpers
` [PATCH 44/53] perf tools: Automatically add new channel according to evlist
` [PATCH 45/53] perf tools: Operate multiple channels
` [PATCH 46/53] perf tools: Squash overwrite setting into channel
` [PATCH 47/53] perf record: Don't read from and poll overwrite channel
` [PATCH 48/53] perf tools: Enable overwrite settings
` [PATCH 49/53] perf tools: Consider TAILSIZE bit when caclulate is_pos
` [PATCH 50/53] perf tools: Set tailsize attribut bit for overwrite events
` [PATCH 51/53] perf record: Read from tailsize ring buffer
` [PATCH 52/53] perf record: Toggle tailsize ring buffer for reading
` [PATCH 53/53] perf record: Allow generate tracking events at the end of output

[PATCH net-next 0/4] bpf: bpf_htab: Add BPF_MAP_TYPE_PERCPU_HASH
 2016-01-11 22:35 UTC  (7+ messages)

[PATCH net-next 0/2] BPF update
 2016-01-11 22:33 UTC  (2+ messages)

[PATCH 0/2] Fix some dubious code in the Renesas Ethernet drivers
 2016-01-11 22:31 UTC  (2+ messages)

[net-next PATCH 1/1] sched,cls_flower: set key address type when present
 2016-01-11 22:28 UTC  (2+ messages)

[PATCH] Remove line over 80 characters and unnecessary braces
 2016-01-11 22:26 UTC  (5+ messages)
  ` [PATCH] Multiple blank lines removed
  ` [PATCH] Removed: block comments trailing without separate line, missing blanks after decarations, comparasion to NULL, assignment in if condition, not necessary spaces after casts, multiple assignments, line over 80 characters, alignment not matched to open parenthesis, kmalloc with multiplying instead kmalloc_array
  ` [PATCH] Removed: missing blank after decaration, line over 80 characters

[PATCH net] tcp_yeah: don't set ssthresh below 2
 2016-01-11 22:25 UTC  (2+ messages)

[PATCH net-next] bonding: make mii_status sysfs node consistent
 2016-01-11 22:16 UTC  (2+ messages)

use-after-free in sctp_do_sm
 2016-01-11 22:13 UTC  (4+ messages)
` [PATCH] sctp: fix use-after-free in pr_debug statement

[PATCH 01/14] Bluetooth: use list_for_each_entry*
 2016-01-11 22:06 UTC  (3+ messages)
` [PATCH 06/14] libceph: use list_for_each_entry_safe

Kernel 4.1 hang, apparently in __inet_lookup_established
 2016-01-11 21:47 UTC  (8+ messages)

[PATCH net-next v6 0/7] openvswitch: NAT support
 2016-01-11 21:37 UTC  (3+ messages)

[PATCH net-next 0/5] sctp: use transport hashtable to replace association's with rhashtable
 2016-01-11 21:35 UTC  (12+ messages)
` [PATCH net-next 1/5] sctp: add the rhashtable apis for sctp global transport hashtable
  ` [PATCH net-next 2/5] sctp: apply rhashtable api to send/recv path

[PATCH net-next v4 00/10] net: break dependency of drivers on geneve and vxlan
 2016-01-11 21:09 UTC  (11+ messages)
` [PATCH net-next v4 06/10] netdev: add netdevice notifier type to trigger a reprogramming of offloads

[PATCH v3 net-next 0/8] Local Checksum Offload
 2016-01-11 21:00 UTC  (16+ messages)
` [PATCH net-next 6/8] net: gre: Implement LCO for GRE over IPv4
` [PATCH net-next 7/8] net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads

[next PATCH 0/4] Add support for generic Tx checksums to igb, ixgbe, igbvf, ixgbevf
 2016-01-11 20:49 UTC  (8+ messages)
` [next PATCH 1/4] ixgbe: Add support for generic Tx checksums
    ` [Intel-wired-lan] "
` [next PATCH 2/4] ixgbevf: "
` [next PATCH 3/4] igb: "
` [next PATCH 4/4] igbvf: "

[PATCHv2 net-next 0/3] cxgb4/cxgb4i: add iscsi LRO support for chelsio t4/t5 adapters
 2016-01-11 20:41 UTC  (2+ messages)

net/netlink: memory leak in netlink_sendmsg
 2016-01-11 20:03 UTC  (4+ messages)
` [PATCH] connector: bump skb->users before callback invocation

[PATCH 1/5] net: can: Sort the Kconfig includes
 2016-01-11 19:33 UTC  (7+ messages)
` [PATCH 2/5] net: can: Sort the Makefile
` [PATCH 3/5] of: Add vendor prefix for I/F/I
` [PATCH 4/5] net: can: ifi: Add DT bindings for ifi,canfd
` [PATCH 5/5] net: can: ifi: Add IFI CANFD IP support

[PATCH 0/9] bpf: support percpu ARRAY map
 2016-01-11 19:14 UTC  (14+ messages)
` [PATCH 1/9] bpf: prepare for moving map common stuff into one place
` [PATCH 2/9] bpf: array map: use pre-defined nop map function
` [PATCH 3/9] bpf: introduce percpu verion of lookup/update in bpf_map_ops
` [PATCH 4/9] bpf: add percpu version of lookup/update element helpers
` [PATCH 5/9] bpf: syscall: add percpu version of lookup/update elem
` [PATCH 6/9] bpf: arraymap: introduce BPF_MAP_TYPE_ARRAY_PERCPU
` [PATCH 7/9] sample/bpf: introduces helpers for percpu array example
` [PATCH 8/9] sample/bpf: sockex1: user percpu array map
` [PATCH 9/9] samples/bpf: test "

[PATCH v2 net-next 0/5] Local Checksum Offload
 2016-01-11 18:43 UTC  (14+ messages)
` [PATCH v2 net-next 3/5] net: vxlan: enable local checksum offload
` [RFC PATCH 0/2] Rework of "net: local checksum offload for encapsulation"
  ` [RFC PATCH 1/2] net: local checksum offload for encapsulation
  ` [RFC PATCH 2/2] net: Add support for UDP local checksum offload as a part of tunnel segmentation

[PATCH net-next] perf/core: Put size of a sample at the end of it by PERF_SAMPLE_TAILSIZE
 2016-01-11 18:27 UTC  (4+ messages)

[PATCH net-next] net: Fix typo in netdev_intersect_features
 2016-01-11 18:24 UTC  (2+ messages)

[PATCH net-next 1/5] sctp: add the rhashtable apis for sctp global transport hashtable
 2016-01-11 18:19 UTC  (5+ messages)

[PATCH v2 0/3] can: sja1000: support for technologic version
 2016-01-11 16:58 UTC  (2+ messages)

[ANNOUNCE] iproute2 4.4.0
 2016-01-11 16:50 UTC 

[PATCH] b43: Fix a memory leak in b43_bus_dev_ssb_init
 2016-01-11 16:42 UTC  (3+ messages)

[PATCH for-net V2 00/12] net/mlx5_core: Enhance flow steering support
 2016-01-11 13:06 UTC  (4+ messages)
` [PATCH net-next V2 09/12] net/mlx5_core: Make ipv4/ipv6 location more clear

[PATCH iproute2] tc: fix compilation with old gcc (< 4.6)
 2016-01-11 16:28 UTC  (2+ messages)

[PATCH iproute2] iplink: replace exit with return
 2016-01-11 16:27 UTC  (2+ messages)

[iproute2 1/1] tc: flower no need to specify the ethertype
 2016-01-11 16:27 UTC  (2+ messages)

[PATCH -next 1/2] net: bfin_mac: Fix error handling in probe function
 2016-01-11 16:23 UTC  (7+ messages)

[RFC PATCH 0/2] Crypto kernel TLS socket
 2016-01-11 15:12 UTC  (2+ messages)

[PATCH] vhost: move is_le setup to the backend
 2016-01-11 14:39 UTC 

[PATCH v2] iwl4965: Fix a null pointer dereference in il_tx_queue_free and il_cmd_queue_free
 2016-01-11 14:04 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).