netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-14 01:49:30 to 2019-04-15 17:01:01 UTC [more...]

[PATCH 00/22] Netfilter/IPVS updates for net-next
 2019-04-15 17:00 UTC  (9+ messages)
` [PATCH 01/22] time: Introduce jiffies64_to_msecs()
` [PATCH 12/22] kselftests: extend nft_nat with inet family based nat hooks
` [PATCH 15/22] netfilter: nf_nat: merge ip/ip6 masquerade headers
` [PATCH 17/22] netfilter: nf_nat_masquerade: unify ipv4/6 notifier registration
` [PATCH 18/22] selftests: netfilter: add ebtables broute test case
` [PATCH 20/22] bridge: netfilter: unroll NF_HOOK helper in bridge input path
` [PATCH 21/22] bridge: broute: make broute a real ebtables table
` [PATCH 22/22] bridge: only include nf_queue.h if needed

[PATCH v2 net-next] ravb: Avoid unsupported internal delay mode for R-Car E3/D3
 2019-04-15 16:49 UTC  (9+ messages)

Per-queue XDP programs, thoughts
 2019-04-15 16:32 UTC 

[PATCH bpf-next] selftests/bpf: make flow dissector tests more extensible
 2019-04-15 16:25 UTC  (2+ messages)

[PATCH net] route: Avoid crash from dereferencing NULL rt->from
 2019-04-15 16:17 UTC  (5+ messages)

[PATCH] bnx2x: fix spelling mistake "dicline" -> "decline"
 2019-04-15 15:47 UTC 

[patch net-next rfc 00/15] netdevsim: impement proper device model
 2019-04-15 15:39 UTC  (9+ messages)
` [patch net-next rfc 02/15] netdevsim: create devlink instance per netdevsim instance
` [patch net-next rfc 04/15] netdevsim: put netdevsim bus code into separate file

unregister_netdevice: waiting for DEV to become free (2)
 2019-04-15 15:35 UTC  (4+ messages)

[net-next PATCH v2 0/3] net: hsr: updates from internal tree
 2019-04-15 15:36 UTC  (4+ messages)
` [net-next PATCH v2 1/3] net: hsr: fix naming of file and functions
` [net-next PATCH v2 2/3] net: hsr: fix debugfs path to support multiple interfaces
` [net-next PATCH v2 3/3] net: hsr: add tx stats for master interface

Query regarding IPV6 multipath (ECMP) routes in Linux
 2019-04-15 15:28 UTC  (3+ messages)

Potential kernel address leakage in driver/atm
 2019-04-15 15:04 UTC 

[PATCH] wil6210: fix potential out-of-bounds read
 2019-04-15 14:56 UTC 

[PATCH net-next 00/11] Flower flow merging
 2019-04-15 14:56 UTC  (12+ messages)
` [PATCH net-next 01/11] nfp: flower: turn on recirc and merge hint support in firmware
` [PATCH net-next 02/11] nfp: flower: allow offloading of matches on 'internal' ports
` [PATCH net-next 03/11] nfp: allow fallback packets from non-reprs
` [PATCH net-next 04/11] nfp: flower: support fallback packets from internal ports
` [PATCH net-next 05/11] nfp: flower: allow tunnels to output to internal port
` [PATCH net-next 06/11] nfp: flower: get flows by host context
` [PATCH net-next 07/11] nfp: flower: handle merge hint messages
` [PATCH net-next 08/11] nfp: flower: validate merge hint flows
` [PATCH net-next 09/11] nfp: flower: generate merge flow rule
` [PATCH net-next 10/11] nfp: flower: support stats update for merge flows
` [PATCH net-next 11/11] nfp: flower: offload "

[PATCH] wimax/i2400m: fix spelling mistake "accesibility" -> "accessibility"
 2019-04-15 14:53 UTC  (2+ messages)

[PATCH] mwifiex: fix spelling mistake "capabilties" -> "capabilities"
 2019-04-15 14:26 UTC 

[PATCH] net: Fix missing meta data in skb with vlan packet
 2019-04-15 14:21 UTC  (9+ messages)
      ` [PATCH v2] "

[PATCH net-next v2 0/8] openvswitch: load and reference the NAT helper
 2019-04-15 14:05 UTC  (6+ messages)
` [PATCH net-next v2 2/8] netfilter: add API to manage NAT helpers

[PATCH net-next 0/2] net: hns3: fixes sparse: warning and type error
 2019-04-15 13:48 UTC  (3+ messages)
` [PATCH net-next 1/2] net: hns3: fix sparse: warning when calling hclge_set_vlan_filter_hw()
` [PATCH net-next 2/2] net: hns3: fix for vport->bw_limit overflow problem

linux-next: manual merge of the bpf-next tree with the jc_docs tree
 2019-04-15 13:45 UTC  (3+ messages)

pull-request: wireless-drivers 2019-04-15
 2019-04-15 13:37 UTC 

[net-next PATCH 0/3] net: hsr: updates from internal tree
 2019-04-15 12:53 UTC  (4+ messages)
` [net-next PATCH 3/3] net: hsr: add tx stats for master interface

[PATCH 1/3] dt-bindings: net: add PHY reset controller binding
 2019-04-15 12:38 UTC  (3+ messages)
` [PATCH 2/3] net: phy: add support for reset-controller
` [PATCH 3/3] net: mdio: rename mdio_device reset to reset_gpio

[PATCH v5.1-rc] iwlwifi: make locking in iwl_mvm_tx_mpdu() BH-safe
 2019-04-15 12:08 UTC  (6+ messages)

[PATCH] [NETFILTER]: nf_conntrack_h323: fix spelling mistake "authenticaton" -> "authentication"
 2019-04-15 11:44 UTC 

[PATCH v3 bpf-next 00/19] bpf: eliminate zero extensions for sub-register writes
 2019-04-15 11:24 UTC  (9+ messages)
` [PATCH v3 bpf-next 04/19] bpf: refactor "check_reg_arg" to eliminate code redundancy
` [PATCH v3 bpf-next 08/19] bpf: insert explicit zero extension insn when hardware doesn't do it implicitly

[PATCH 0/4] Hexdump enhancements
 2019-04-15 11:12 UTC  (22+ messages)
` [PATCH 1/4] lib/hexdump.c: Allow 64 bytes per line
` [PATCH 2/4] lib/hexdump.c: Optionally suppress lines of filler bytes
` [PATCH 3/4] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags

bug#35275: spelling mistake manual pages
 2019-04-15 11:08 UTC  (2+ messages)

gsmtap design/extensions?
 2019-04-15 10:41 UTC  (15+ messages)

[PATCH] iwlegacy: fix spelling mistake "acumulative" -> "accumulative"
 2019-04-15 10:37 UTC 

[PATCH 1/2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-04-15 10:12 UTC  (5+ messages)
` [PATCH 2/2] include: linux: Remove unused macros and their defination

[PATCH net-next] ipv6: Add rate limit mask for ICMPv6 messages
 2019-04-15  9:56 UTC  (2+ messages)

[PATCH bpf] bpf: allow clearing all sock_ops callback flags
 2019-04-15  9:54 UTC 

[crypto 0/4] Inline TLS client and v6 support
 2019-04-15  9:36 UTC  (5+ messages)

[PATCH bpf-next] bpftool: Exit early when it's not possible to dump a REUSEPORT_SOCKARRAY map
 2019-04-15  9:20 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/2] bpftool: Use print_entry_error() in case of ENOENT when dumping
  ` [PATCH v3 "
    ` [PATCH v3 bpf-next 2/2] bpftool: Improve handling of ENOSPC on reuseport_array map dumps

[PATCHv2 net-next 0/2] sctp: fully support memory accounting
 2019-04-15  9:15 UTC  (3+ messages)
` [PATCHv2 net-next 1/2] sctp: implement memory accounting on tx path
` [PATCHv2 net-next 2/2] sctp: implement memory accounting on rx path

BUG: sleeping function called from invalid context at crypto/skcipher.c:LINE
 2019-04-15  8:56 UTC  (6+ messages)
` crypto: xts - Fix atomic sleep when walking skcipher
  ` [v2 PATCH] "

cellular modem driver APIs
 2019-04-15  8:27 UTC  (12+ messages)

[PATCH 1/2] stmmac: introduce flag to dynamically disable TX offload for rockchip devices
 2019-04-15  8:15 UTC  (21+ messages)

[PATCH v4 0/9] Add support for Orange Pi 3
 2019-04-15  7:50 UTC  (3+ messages)
` [PATCH v4 9/9] arm64: dts: allwinner: h6: Add MMC1 pins

[PATCH] ipv4: set the tcp_min_rtt_wlen range from 0 to u32_max_div_HZ
 2019-04-15  7:15 UTC 

[PATCH bpf] libbpf: add binary to gitignore
 2019-04-15  6:06 UTC  (3+ messages)

[PATCH bpf-next v1] bpf: add map helper functions push,pop,peek in more BPF programs
 2019-04-15  6:06 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: two scale tests
 2019-04-15  5:59 UTC  (4+ messages)

[net-next:master 709/723] drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c:6975:63: sparse: incorrect type in argument 2 (different base types)
 2019-04-15  3:45 UTC 

[PATCH v3 net-next 00/24] NXP SJA1105 DSA driver
 2019-04-15  3:07 UTC  (22+ messages)
` [PATCH v3 net-next 17/24] net: dsa: sja1105: Add support for ethtool port counters
` [PATCH v3 net-next 18/24] net: dsa: sja1105: Add support for traffic through standalone ports
` [PATCH v3 net-next 20/24] net: dsa: sja1105: Error out if RGMII delays are requested in DT

[PATCH] MAINTAINERS: normalize Woojung Huh's email address
 2019-04-15  1:57 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2019-04-15  0:54 UTC 

[PATCH net-next 0/3] mlxsw: Add neighbour offload indication
 2019-04-15  0:37 UTC  (5+ messages)
` [PATCH net-next 1/3] mlxsw: spectrum_router: Propagate neighbour update errors
` [PATCH net-next 2/3] mlxsw: spectrum_router: Add neighbour offload indication
` [PATCH net-next 3/3] selftests: mlxsw: Test "

[PATCH net] ipv4: ensure rcu_read_lock() in ipv4_link_failure()
 2019-04-14 22:32 UTC  (3+ messages)

WARNING in compat_copy_entries (2)
 2019-04-14 22:32 UTC  (4+ messages)

[pull request][net 00/10] Mellanox, mlx5 fixes 2019-04-09
 2019-04-14 22:12 UTC  (2+ messages)

Realtek r8822be kernel module does not negotiate 802.11ac connection
 2019-04-14 21:39 UTC  (9+ messages)
              ` rtlwifi-new v0.6 and dkms failures

[PATCH net] rtnetlink: fix rtnl_valid_stats_req() nlmsg_len check
 2019-04-14 21:11 UTC  (2+ messages)

[PATCH net 0/4] qed: Fix the Doorbell Overflow Recovery mechanism
 2019-04-14 21:03 UTC  (6+ messages)
` [PATCH net 1/4] qed: Delete redundant doorbell recovery types
` [PATCH net 2/4] qed: Fix the doorbell address sanity check
` [PATCH net 3/4] qed: Fix missing DORQ attentions
` [PATCH net 4/4] qed: Fix the DORQ's attentions handling

[PATCH net-next] r8169: change irq handler to always trigger NAPI polling
 2019-04-14 20:58 UTC  (2+ messages)

[PATCH net-next 0/2] r8169: create function pointer arrays for PHY and chip hw init functions
 2019-04-14 20:50 UTC  (4+ messages)
` [PATCH net-next 1/2] r8169: create function pointer array for PHY "
` [PATCH net-next 2/2] r8169: create function pointer array for chip hw "

[PATCH V2 net-next 00/12] code optimizations & bugfixes for HNS3 driver
 2019-04-14 20:47 UTC  (11+ messages)
` [PATCH V2 net-next 02/12] net: hns3: fix VLAN offload handle for VLAN inserted by port
` [PATCH V2 net-next 03/12] net: hns3: fix set port based VLAN for PF
` [PATCH V2 net-next 04/12] net: hns3: fix set port based VLAN issue for VF
` [PATCH V2 net-next 05/12] net: hns3: minor refactor for hns3_rx_checksum
` [PATCH V2 net-next 06/12] net: hns3: add hns3_gro_complete for HW GRO process
` [PATCH V2 net-next 08/12] net: hns3: divide shared buffer between TC
` [PATCH V2 net-next 10/12] net: hns3: do not initialize MDIO bus when PHY is inexistent
` [PATCH V2 net-next 11/12] net: hns3: free the pending skb when clean RX ring
` [PATCH V2 net-next 12/12] net: hns3: code optimization for command queue' spin lock

kTLS broken somewhere between 4.18 and 5.0
 2019-04-14 20:40 UTC  (3+ messages)

[PATCH v2 net-next 0/3] net: phy: shrink PHY settings array and add 200Gbps support
 2019-04-14 20:37 UTC  (2+ messages)

[PATCH net-next 0/2] net: phy: shrink PHY settings array and add 200Gbps support
 2019-04-14 20:30 UTC  (3+ messages)

KASAN: stack-out-of-bounds Read in hfcsusb_probe
 2019-04-14 20:06 UTC 

WARNING: ODEBUG bug in rsi_probe
 2019-04-14 19:56 UTC 

[PATCH 0/1] mwifiex: add support for SD8987 chipset
 2019-04-14 18:36 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 4.19 stable 0/3] net: ip6 defrag: backport fixes
 2019-04-14 18:28 UTC  (2+ messages)

BUG: corrupted list in hsr_prune_nodes
 2019-04-14 16:48 UTC 

general protection fault in ieee80211_debugfs_rename_netdev
 2019-04-14 16:47 UTC 

WARNING: locking bug in lock_sock_nested
 2019-04-14 11:29 UTC 


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).