messages from 2019-04-14 22:32:59 to 2019-04-15 19:27:24 UTC [more...]
[patch net-next rfc 00/15] netdevsim: impement proper device model
2019-04-15 19:27 UTC (10+ 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
[PATCH net] route: Avoid crash from dereferencing NULL rt->from
2019-04-15 19:16 UTC (6+ messages)
[PATCH 00/22] Netfilter/IPVS updates for net-next
2019-04-15 19:14 UTC (24+ messages)
` [PATCH 01/22] time: Introduce jiffies64_to_msecs()
` [PATCH 02/22] netfilter: nf_tables: remove unused parameter ctx
` [PATCH 03/22] netfilter: nft_redir: Make nft_redir_dump static
` [PATCH 04/22] netfilter: nf_flowtable: skip device lookup from interface index
` [PATCH 05/22] ipvs: allow tunneling with gue encapsulation
` [PATCH 06/22] netfilter: optimize nf_inet_addr_cmp
` [PATCH 07/22] netfilter: nat: add inet family nat support
` [PATCH 08/22] netfilter: nf_tables: merge route type into core
` [PATCH 09/22] netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)
` [PATCH 10/22] netfilter: nft_masq: add inet support
` [PATCH 11/22] netfilter: nft_redir: "
` [PATCH 12/22] kselftests: extend nft_nat with inet family based nat hooks
` [PATCH 13/22] netfilter: nft_osf: Add version option support
` [PATCH 14/22] netfilter: make two functions static
` [PATCH 15/22] netfilter: nf_nat: merge ip/ip6 masquerade headers
` [PATCH 16/22] netfilter: x_tables: merge ip and ipv6 masquerade modules
` [PATCH 17/22] netfilter: nf_nat_masquerade: unify ipv4/6 notifier registration
` [PATCH 18/22] selftests: netfilter: add ebtables broute test case
` [PATCH 19/22] bridge: reduce size of input cb to 16 bytes
` [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 net] net: vrf: remove redundant vrf neigh entry
2019-04-15 19:05 UTC (4+ messages)
[PATCH bpf-next] bpftool: Exit early when it's not possible to dump a REUSEPORT_SOCKARRAY map
2019-04-15 18:38 UTC (12+ 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
[PATCH v10 0/7] Add Fieldbus subsystem + support HMS Profinet card
2019-04-15 18:31 UTC (3+ messages)
[PATCH v3 bpf-next 00/19] bpf: eliminate zero extensions for sub-register writes
2019-04-15 18:21 UTC (10+ 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] arm64: do_csum: implement accelerated scalar version
2019-04-15 18:18 UTC (4+ messages)
Per-queue XDP programs, thoughts
2019-04-15 17:58 UTC (3+ messages)
[PATCH] ipv4: set the tcp_min_rtt_wlen range from 0 to u32_max_div_HZ
2019-04-15 17:53 UTC (2+ messages)
[PATCH v3 net-next 0/7] exthdrs: Make ext. headers & options useful - Part I
2019-04-15 17:52 UTC (8+ messages)
` [PATCH v3 net-next 1/7] exthdrs: Create exthdrs_options.c
` [PATCH v3 net-next 2/7] exthdrs: Move generic EH functions to exthdrs_core.c
` [PATCH v3 net-next 3/7] ipv6: Consolidate option cases in ip6_datagram_send_ctl
` [PATCH v3 net-next 4/7] exthdrs: Registration of TLV handlers and parameters
` [PATCH v3 net-next 5/7] exthdrs: Add TX parameters
` [PATCH v3 net-next 6/7] ip6tlvs: Add netlink interface
` [PATCH v3 net-next 7/7] ip6tlvs: Validation of TX Destination and Hop-by-Hop options
[PATCH] wil6210: fix potential out-of-bounds read
2019-04-15 17:29 UTC (3+ messages)
[PATCH bpf-next v5 0/6] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
2019-04-15 17:38 UTC (7+ messages)
` [PATCH bpf-next v5 1/6] flow_dissector: switch kernel context to struct bpf_flow_dissector
` [PATCH bpf-next v5 2/6] bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode
` [PATCH bpf-next v5 3/6] net: plumb network namespace into __skb_flow_dissect
` [PATCH bpf-next v5 4/6] flow_dissector: handle no-skb use case
` [PATCH bpf-next v5 5/6] net: pass net argument to the eth_get_headlen
` [PATCH bpf-next v5 6/6] selftests/bpf: add flow dissector bpf_skb_load_bytes helper test
[PATCH v4 bpf-next 00/15] bpf: eliminate zero extensions for sub-register writes
2019-04-15 17:26 UTC (16+ messages)
` [PATCH v4 bpf-next 01/15] bpf: split read liveness into REG_LIVE_READ64 and REG_LIVE_READ32
` [PATCH v4 bpf-next 02/15] bpf: mark lo32 writes that should be zero extended into hi32
` [PATCH v4 bpf-next 03/15] bpf: reduce false alarm by refining helper call arg types
` [PATCH v4 bpf-next 04/15] bpf: insert explicit zero extension insn when hardware doesn't do it implicitly
` [PATCH v4 bpf-next 05/15] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH v4 bpf-next 06/15] bpf: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [PATCH v4 bpf-next 07/15] libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
` [PATCH v4 bpf-next 08/15] selftests: enable hi32 randomization for all tests
` [PATCH v4 bpf-next 09/15] arm: bpf: eliminate zero extension code-gen
` [PATCH v4 bpf-next 10/15] powerpc: "
` [PATCH v4 bpf-next 11/15] s390: "
` [PATCH v4 bpf-next 12/15] sparc: "
` [PATCH v4 bpf-next 13/15] x32: "
` [PATCH v4 bpf-next 14/15] riscv: "
` [PATCH v4 bpf-next 15/15] nfp: "
[PATCH 0/1] net/core: work around section mismatch warning for ptp_classifier
2019-04-15 17:14 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v2 net-next] ravb: Avoid unsupported internal delay mode for R-Car E3/D3
2019-04-15 17:10 UTC (10+ messages)
[PATCH 1/3] dt-bindings: net: add PHY reset controller binding
2019-04-15 17:04 UTC (6+ messages)
` [PATCH 2/3] net: phy: add support for reset-controller
` [PATCH 3/3] net: mdio: rename mdio_device reset to reset_gpio
[PATCH bpf-next] selftests/bpf: make flow dissector tests more extensible
2019-04-15 16:25 UTC (2+ messages)
[PATCH] bnx2x: fix spelling mistake "dicline" -> "decline"
2019-04-15 15:47 UTC
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 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 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 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 (4+ messages)
[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)
[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 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 (11+ messages)
` [PATCH v3 net-next 18/24] net: dsa: sja1105: Add support for traffic through standalone ports
[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 (3+ messages)
` [PATCH net-next 2/3] mlxsw: spectrum_router: "
[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 (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).