netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-16 15:05:12 to 2019-01-17 00:28:35 UTC [more...]

[PATCH bpf-next v4 0/9] tools: bpftool: add probes for system and device
 2019-01-17  0:28 UTC  (4+ messages)
` [PATCH bpf-next v4 1/9] tools: bpftool: add basic probe capability, probe syscall availability

[PATCH v2] lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamically
 2019-01-17  0:23 UTC 

[PATCH bpf-next 0/9] introduce bpf_spin_lock
 2019-01-17  0:21 UTC  (8+ messages)
` [PATCH bpf-next 1/9] bpf: "

[PATCH] sb1000: fix a couple of indentation issues
 2019-01-17  0:20 UTC  (2+ messages)

[PATCH] net: jme: fix indentation issues
 2019-01-17  0:03 UTC 

[PATCH] net: vxge: fix indentation issue
 2019-01-16 23:59 UTC 

[PATCH net-next 0/3] net: dsa: Split platform data to header file
 2019-01-16 23:50 UTC  (5+ messages)
` [PATCH net-next 1/3] "

[PATCH net] udp: with udp_segment release on error path
 2019-01-16 23:49 UTC  (2+ messages)

[PATCH net] net: bpfilter: change section name of bpfilter UMH blob
 2019-01-16 23:47 UTC  (2+ messages)

[PATCH net] net: phy: Add missing features to PHY drivers
 2019-01-16 23:45 UTC  (2+ messages)

[PATCH net-next] virtio_net: bulk free tx skbs
 2019-01-16 23:31 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the net-next tree
 2019-01-16 23:09 UTC  (3+ messages)

[PATCH net-next] svcrdma: Use struct_size() in kmalloc()
 2019-01-16 23:07 UTC  (3+ messages)

[PATCH net-next 00/13] vxlan: Allow vetoing FDB operations
 2019-01-16 23:07 UTC  (14+ messages)
` [PATCH net-next 01/13] vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()
` [PATCH net-next 02/13] vxlan: Split vxlan_fdb_update() in two
` [PATCH net-next 03/13] vxlan: Have vxlan_fdb_replace() save original rdst value
` [PATCH net-next 04/13] vxlan: Allow vetoing of FDB notifications
` [PATCH net-next 05/13] vxlan: changelink: Inline vxlan_dev_configure()
` [PATCH net-next 06/13] vxlan: changelink: Postpone vxlan_config_apply()
` [PATCH net-next 07/13] vxlan: changelink: Delete remote after update
` [PATCH net-next 08/13] net: Add extack argument to ndo_fdb_add()
` [PATCH net-next 09/13] mlxsw: Add extack to mlxsw_sp_nve_ops.fdb_replay
` [PATCH net-next 10/13] vxlan: Add extack to switchdev operations
` [PATCH net-next 11/13] switchdev: Add extack argument to call_switchdev_notifiers()
` [PATCH net-next 12/13] mlxsw: spectrum: Add extack messages to VXLAN FDB rejection
` [PATCH net-next 13/13] selftests: mlxsw: Test veto of unsupported VXLAN FDBs

[PATCH net-next 0/8] improving TCP behavior on host congestion
 2019-01-16 23:05 UTC  (9+ messages)
` [PATCH net-next 1/8] tcp: exit if nothing to retransmit on RTO timeout
` [PATCH net-next 2/8] tcp: always timestamp on every skb transmission
` [PATCH net-next 3/8] tcp: always set retrans_stamp on recovery
` [PATCH net-next 4/8] tcp: properly track retry time on passive Fast Open
` [PATCH net-next 5/8] tcp: create a helper to model exponential backoff
` [PATCH net-next 6/8] tcp: simplify window probe aborting on USER_TIMEOUT
` [PATCH net-next 7/8] tcp: retry more conservatively on local congestion
` [PATCH net-next 8/8] tcp: less aggressive window probing "

[PATCH] iavf: Use printf instead of gnu_printf for iavf_debug_d
 2019-01-16 22:38 UTC  (2+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: Add suspend/resume callbacks
 2019-01-16 22:23 UTC  (4+ messages)

[PATCH 0/3] net: dsa: lantiq_gswip: probe fixes and remove cleanup
 2019-01-16 22:15 UTC  (10+ messages)
` [PATCH 1/3] net: dsa: lantiq_gswip: fix use-after-free on failed probe
` [PATCH 2/3] net: dsa: lantiq_gswip: fix OF child-node lookups
` [PATCH 3/3] net: dsa: lantiq_gswip: drop bogus drvdata check

[PATCH net] ipv6: route: remove duplicated string from error message
 2019-01-16 22:07 UTC  (3+ messages)
` [PATCH net v2] ipv6: route: place a warning with duplicated string with correct extack

[PATCH net] selftests: tc-testing: fix parsing of ife type
 2019-01-16 22:06 UTC  (2+ messages)

[PATCH] net: sungem: fix indentation, remove a tab
 2019-01-16 22:05 UTC  (2+ messages)

[PATCH] drivers: net: atp: fix various indentation issues
 2019-01-16 22:04 UTC  (2+ messages)

[PATCH] bnx2x: fix various indentation issues
 2019-01-16 22:03 UTC  (2+ messages)

[PATCH bpf v2 1/3] bpf: don't assume build-id length is always 20 bytes
 2019-01-16 22:03 UTC  (3+ messages)
` [PATCH bpf v2 2/3] bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
` [PATCH bpf v2 3/3] selftests/bpf: retry tests that expect build-id

[PATCH 0/3] doc: networking: integrate scaling document into doc tree
 2019-01-16 22:03 UTC  (3+ messages)
` [PATCH 1/3] doc: networking: prepare scaling document for conversion into RST

[PATCH bpf 1/3] bpf: don't assume build-id length is always 20 bytes
 2019-01-16 22:01 UTC  (11+ messages)
` [PATCH bpf 2/3] bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
` [PATCH bpf 3/3] selftests/bpf: retry tests that expect build-id
  ` [PATCH bpf v2 1/3] bpf: don't assume build-id length is always 20 bytes

[PATCH bpf-next 0/5] bpf: support __int128 in BTF
 2019-01-16 22:01 UTC  (2+ messages)

[PATCH bpf-next] libbpf: don't define CC and AR
 2019-01-16 22:00 UTC  (2+ messages)

[PATCH v2 net-next 0/3] net: phy: improve stopping PHY
 2019-01-16 22:00 UTC  (7+ messages)
` [PATCH v2 net-next 1/3] net: phy: check that PHY is stopped when entering phy_disconnect
` [PATCH v2 net-next 2/3] net: phy: ensure phylib state machine is stopped after calling phy_stop
` [PATCH v2 net-next 3/3] net: phy: remove phy_stop_interrupts

[PATCH] net/core/neighbour: fix kmemleak minimal reference count for hash tables
 2019-01-16 21:39 UTC  (2+ messages)

[PATCH net] sctp: allocate sctp_sockaddr_entry with kzalloc
 2019-01-16 21:38 UTC  (2+ messages)

[PATCH net] erspan: build the header with the right proto according to erspan_ver
 2019-01-16 21:37 UTC  (2+ messages)

[PATCH] openvswitch: Avoid OOB read when parsing flow nlattrs
 2019-01-16 21:35 UTC  (2+ messages)

[PATCH net] net: usb: aqc111: Extend HWID table by TRENDnet device
 2019-01-16 21:33 UTC  (2+ messages)

[PATCH net-next] net: phy: micrel: use phy_read_mmd and phy_write_mmd
 2019-01-16 21:32 UTC  (2+ messages)

[PATCH] networking: Documentation: fix snmp_counters.rst Sphinx warnings
 2019-01-16 21:30 UTC  (2+ messages)

[PATCH net-next] net, decnet: use struct_size() in kzalloc()
 2019-01-16 21:22 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: fix a (false) compiler warning
 2019-01-16 21:17 UTC  (2+ messages)

[PATCH] bpf: Make function btf_name_offset_valid static
 2019-01-16 21:16 UTC  (2+ messages)

[PATCH net-next] net: phy: improve stopping PHY
 2019-01-16 20:03 UTC  (3+ messages)

[PATCH net-next 00/14] net: dsa: management mode for bcm_sf2
 2019-01-16 20:01 UTC  (15+ messages)
` [PATCH net-next 01/14] net: bridge: multicast: Propagate br_mc_disabled_update() return
` [PATCH net-next 02/14] net: dsa: b53: Fix default VLAN ID
` [PATCH net-next 03/14] net: dsa: b53: Properly account for VLAN filtering
` [PATCH net-next 04/14] net: systemport: Fix reception of BPDUs
` [PATCH net-next 05/14] net: dsa: b53: Define registers for IGMP snooping
` [PATCH net-next 06/14] net: dsa: b53: Add support for MDB
` [PATCH net-next 07/14] net: dsa: Add ability to program multicast filter for CPU port
` [PATCH net-next 08/14] net: dsa: Add ndo_vlan_rx_{add,kill}_vid implementation
` [PATCH net-next 09/14] net: bridge: Propagate MC addresses with VID through switchdev
` [PATCH net-next 10/14] net: vlan: "
` [PATCH net-next 11/14] net: dsa: Make VLAN filtering use DSA notifiers
` [PATCH net-next 12/14] net: dsa: Wire up multicast IGMP snooping attribute notification
` [PATCH net-next 13/14] net: dsa: b53: Add support for toggling IGMP snooping
` [PATCH net-next 14/14] net: dsa: bcm_sf2: Enable management mode

[PATCH] davicom: Annotate implicit fall through in dm9000_set_io
 2019-01-16 19:49 UTC 

[PATCH v2 08/11] clk: renesas: r8a774c0: Add missing CANFD clock
 2019-01-16 19:45 UTC 

[PATCH 2/2] bpf: annotate implicit fall through
 2019-01-16 19:35 UTC  (2+ messages)
` [PATCH v2 2/2] bpf: Correctly annotate implicit fall through in bpf_base_func_proto

[PATCH 1/2] bpf: annotate implicit fall through
 2019-01-16 19:35 UTC  (3+ messages)
` [PATCH v2 1/2] bpf: Annotate implicit fall through in cgroup_dev_func_proto

[PATCH 00/11] Add basic EK874 support
 2019-01-16 19:24 UTC  (14+ messages)
` [PATCH 01/11] dt-bindings: Add vendor prefix for Silicon Linux
` [PATCH 02/11] dt-bindings: arm: renesas: Add si-linux cat87[45] boards
` [PATCH 03/11] arm64: dts: renesas: Add Si-Linux CAT874 board support
` [PATCH 04/11] arm64: dts: renesas: Add Si-Linux EK874 "
` [PATCH 05/11] arm64: dts: renesas: r8a774c0-cat874: Add pincontrol support to scif2
` [PATCH 06/11] arm64: dts: renesas: r8a774c0-cat874: Add uSD support
` [PATCH 07/11] arm64: dts: renesas: cat875: Add ethernet support
` [PATCH 08/11] clk: renesas: r8a774c0: Add missing CANFD clock
` [PATCH 09/11] dt-bindings: can: rcar_can: Fix RZ/G2 CAN clocks
` [PATCH 10/11] arm64: dts: renesas: r8a774c0: Add clkp2 clock to CAN nodes
` [PATCH 11/11] dt-bindings: can: rcar_canfd: document r8a774c0 support

[PATCH bpf-next v2 0/7] bpftool: support queue and stack
 2019-01-16 19:10 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] bpftool: make key and value optional in update command
` [PATCH bpf-next v2 2/7] bpftool: make key optional in lookup command
` [PATCH bpf-next v2 3/7] bpftool: don't print empty key/value for maps
` [PATCH bpf-next v2 4/7] bpftool: add peek command
` [PATCH bpf-next v2 5/7] bpftool: add push and enqueue commands
` [PATCH bpf-next v2 6/7] bpftool: add pop and dequeue commands
` [PATCH bpf-next v2 7/7] bpftool: add bash completion for peek/push/enqueue/pop/dequeue

[RFC PATCH 0/3] RV64G eBPF JIT
 2019-01-16 19:06 UTC  (6+ messages)
` [RFC PATCH 3/3] bpf, riscv: added eBPF JIT for RV64G

[RFC net-next 0/6] devlink: add device (driver) information API
 2019-01-16 19:00 UTC  (4+ messages)

[PATCH] igb: fix various indentation issues
 2019-01-16 18:53 UTC 

[PATCH net-next] net: phy: improve get_phy_id
 2019-01-16 18:52 UTC 

[PATCH net-next] net: phy: remove state PHY_CHANGELINK
 2019-01-16 18:47 UTC 

[PATCH net-next] net: ip6_gre: remove gre_hdr_len from ip6erspan_rcv
 2019-01-16 18:38 UTC 

[PATCH bpf-next] bpf: fix a (false) compiler warning
 2019-01-16 18:13 UTC  (2+ messages)

[PATCH bpf-next] bpf: bpf_setsockopt: reset sock dst on SO_MARK changes
 2019-01-16 18:09 UTC  (2+ messages)

Fw: [Bug 202297] New: No longer able to add multiple tc filters. RTNETLINK answers: No space left on device
 2019-01-16 18:01 UTC 

[PATCH 2/4] selftests: net: use LDLIBS instead of LDFLAGS
 2019-01-16 17:43 UTC 

[PATCH net v3] net: bridge: Fix ethernet header pointer before check skb forwardable
 2019-01-16 17:33 UTC  (2+ messages)

[PATCH net] net: ip6_gre: use erspan key field for tunnel lookup
 2019-01-16 17:30 UTC  (4+ messages)

[PATCH] libertas: fix indentation issue
 2019-01-16 17:25 UTC 

[PATCH lora-next 1/4] dt-bindings: lora: sx130x: add basic documentation
 2019-01-16 17:22 UTC  (6+ messages)
` [PATCH lora-next 2/4] dt-bindings: lora: sx125x: "

[PATCH net-next] mlxsw: spectrum_nve: Use struct_size() in kzalloc()
 2019-01-16 17:12 UTC  (2+ messages)

[PATCH net-next] mlxsw: spectrum_acl_bloom_filter: use struct_size() in kzalloc()
 2019-01-16 17:12 UTC  (2+ messages)

[PATCH] wan: dscc4: fix various indentation issues
 2019-01-16 17:08 UTC 

INFO: rcu detected stall in tipc_disc_timeout
 2019-01-16 17:01 UTC 

[PATCH bpf-next 0/6] bpftool: support queue and stack
 2019-01-16 16:52 UTC  (6+ messages)
` [PATCH bpf-next 6/6] bpftool: add pop and dequeue commands

[PATCH net-next] dpaa2-eth: Fix ndo_stop routine
 2019-01-16 16:51 UTC 

[PATCH net-next] net: add a route cache full diagnostic message
 2019-01-16 16:50 UTC 

[RFC PATCH 0/5] net: lorawan: Refine the lorawan protocol module
 2019-01-16 16:35 UTC  (9+ messages)
` [RFC PATCH 1/5] net: lorawan: Refine the coding style
` [RFC PATCH 5/5] net: lorawan: Split skb definitions into another header

[PATCH net 1/2] udp: add missing rehash callback to udplite
 2019-01-16 16:34 UTC  (4+ messages)
` [PATCH net 2/2] udp6: "

[PATCH v10 perf, bpf-next 0/9] reveal invisible bpf programs
 2019-01-16 16:29 UTC  (10+ messages)
` [PATCH v10 perf, bpf-next 1/9] perf, bpf: Introduce PERF_RECORD_KSYMBOL
` [PATCH v10 perf, bpf-next 2/9] sync tools/include/uapi/linux/perf_event.h
` [PATCH v10 perf, bpf-next 3/9] perf, bpf: introduce PERF_RECORD_BPF_EVENT
` [PATCH v10 perf, bpf-next 4/9] sync tools/include/uapi/linux/perf_event.h
` [PATCH v10 perf, bpf-next 5/9] perf util: handle PERF_RECORD_KSYMBOL
` [PATCH v10 perf, bpf-next 6/9] perf util: handle PERF_RECORD_BPF_EVENT
` [PATCH v10 perf, bpf-next 7/9] perf tools: synthesize PERF_RECORD_* for loaded BPF programs
` [PATCH v10 perf, bpf-next 8/9] perf top: Synthesize BPF events for pre-existing "
` [PATCH v10 perf, bpf-next 9/9] bpf: add module name [bpf] to ksymbols for bpf programs

[PATCH] rt61pci: Work around a firmware bug with shared keys
 2019-01-16 16:29 UTC  (3+ messages)

[PATCHv2 0/4]: net: dsa: mt7530: support MT7530 in the MT7621 So
 2019-01-16 16:12 UTC  (7+ messages)
` [PATCHv2 4/4] dt-bindings: net: dsa: add new MT7530 binding to support MT7621

[PATCH] mac80211-next: remove set but not used variable 'w_priv'
 2019-01-16 16:09 UTC  (3+ messages)

[PATCH] mac80211-next: remove duplicated include from virt_wifi.c
 2019-01-16 16:09 UTC  (3+ messages)

[PATCH net-next] net: phy: Add helpers to determine if PHY driver is generic
 2019-01-16 16:06 UTC  (2+ messages)

Question about default m88e1510 LED configuration of marvell phy
 2019-01-16 16:04 UTC  (4+ messages)

[PATCH v2] can: bcm: check timer values before ktime conversion
 2019-01-16 15:54 UTC  (3+ messages)

[PATCH net v2] net/sched: cls_flower: allocate mask dynamically in fl_change()
 2019-01-16 15:53 UTC 

[PATCH net] net/sched: cls_flower: allocate mask dynamically in fl_change()
 2019-01-16 15:49 UTC  (3+ messages)

[PATCH] net: phy: mdio_bus: add missing device_del() in mdiobus_register() error handling
 2019-01-16 15:44 UTC  (4+ messages)

[PATCH net-next] xprtrdma: Fix error return code in rpcrdma_buffer_create()
 2019-01-16 15:18 UTC  (2+ messages)

[PATCH] net: dsa: realtek-smi: fix OF child-node lookup
 2019-01-16 15: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).