netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-15 09:15:17 to 2019-04-15 23:04:05 UTC [more...]

[PATCH v4 bpf-next 00/15] bpf: eliminate zero extensions for sub-register writes
 2019-04-15 23:03 UTC  (17+ 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: "

Per-queue XDP programs, thoughts
 2019-04-15 22:49 UTC  (4+ messages)

[PATCH bpf] bpf: allow clearing all sock_ops callback flags
 2019-04-15 22:46 UTC  (2+ messages)

[PATCH net-next 00/11] Flower flow merging
 2019-04-15 22:45 UTC  (13+ 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 1/2] stmmac: introduce flag to dynamically disable TX offload for rockchip devices
 2019-04-15 22:19 UTC  (23+ messages)

[PATCH bpf-next] kbuild: handle old pahole more gracefully when generating BTF
 2019-04-15 21:58 UTC 

[PATCH net-next 00/10] connection tracking support for bridge
 2019-04-15 21:36 UTC  (11+ messages)
` [PATCH net-next 01/10] net: ipv4: add skbuff fraglist split iterator
` [PATCH net-next 02/10] net: ipv6: "
` [PATCH net-next 03/10] net: ipv4: split skbuff into fragments transformer
` [PATCH net-next 04/10] net: ipv6: "
` [PATCH net-next 05/10] net: ipv4: place cb handling away from fraglist iterator
` [PATCH net-next 06/10] net: ipv4: place cb handling away from fragment transformer
` [PATCH net-next 07/10] netfilter: nf_conntrack: allow to register bridge support
` [PATCH net-next 08/10] netfilter: bridge: add support for conntrack support
` [PATCH net-next 09/10] netfilter: nf_conntrack_bridge: add support for IPv6
` [PATCH net-next 10/10] netfilter: nf_conntrack_bridge: register inet conntrack for bridge

[PATCH net-next] xen-netfront: mark expected switch fall-through
 2019-04-15 21:11 UTC 

[PATCH] net: atm: Fix potential Spectre v1 vulnerabilities
 2019-04-15 20:57 UTC 

[patch net-next rfc 00/15] netdevsim: impement proper device model
 2019-04-15 20:49 UTC  (9+ messages)
` [patch net-next rfc 02/15] netdevsim: create devlink instance per netdevsim instance
` [patch net-next rfc 10/15] netdevsim: merge sdev into dev

[PATCH -next 0/3] netfilter: header cleanup
 2019-04-15 20:43 UTC  (4+ messages)
` [PATCH -next 1/3] netfilter: nf_tables: relocate header content to consumer
` [PATCH -next 2/3] netfilter: nf_tables: fix implicit include of module.h
` [PATCH -next 3/3] netfilter: nf_tables: drop include of module.h from nf_tables.h

[PATCH net-next 0/2] net: hns3: fixes sparse: warning and type error
 2019-04-15 20:39 UTC  (4+ 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

[PATCHv2 net-next 0/2] sctp: fully support memory accounting
 2019-04-15 20:37 UTC  (4+ 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

[PATCH net] route: Avoid crash from dereferencing NULL rt->from
 2019-04-15 20:35 UTC  (6+ messages)

[PATCH net-next 0/3] mlxsw: Add neighbour offload indication
 2019-04-15 20:29 UTC  (2+ messages)

[PATCH 2/6] ARM: ks8695, net: use disable_irq/enable_irq
 2019-04-15 20:24 UTC  (2+ messages)
` [PATCH 3/6] ARM: ks8695: net: move machine header contents

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

Request for net merge into net-next
 2019-04-15 20:24 UTC  (2+ messages)

[PATCH net] bonding: fix event handling for stacked bonds
 2019-04-15 20:23 UTC  (2+ messages)

[PATCH 0/2] net-sysfs: revert wrong bugfix and re-fix
 2019-04-15 20:10 UTC  (3+ messages)
` [PATCH 1/2] Revert "net-sysfs: Fix memory leak in netdev_register_kobject"

[PATCH 1/4] ARM: ep93xx: move network platform data to separate header
 2019-04-15 19:31 UTC  (2+ messages)

[PATCH v3 bpf-next 00/19] bpf: eliminate zero extensions for sub-register writes
 2019-04-15 19:28 UTC  (7+ messages)
` [PATCH v3 bpf-next 08/19] bpf: insert explicit zero extension insn when hardware doesn't do it implicitly

pull-request: wireless-drivers 2019-04-15
 2019-04-15 19:03 UTC  (2+ 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 v2 bpf-next 1/2] bpftool: Use print_entry_error() in case of ENOENT when dumping
 2019-04-15 18:38 UTC  (7+ messages)
` [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] arm64: do_csum: implement accelerated scalar version
 2019-04-15 18:18 UTC  (4+ 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 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] 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  (7+ 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

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

[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  (2+ messages)

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

[crypto 0/4] Inline TLS client and v6 support
 2019-04-15  9:36 UTC  (5+ 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).