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

[PATCH net-next 00/18] ipv4: Enable support for IPv6 gateway with IPv4 routes
 2019-04-04 17:50 UTC  (16+ messages)
` [PATCH net-next 01/18] ipv6: Add fib6_nh_init and release to stubs
` [PATCH net-next 02/18] ipv6: Add neighbor helpers that use the ipv6 stub
` [PATCH net-next 04/18] ipv4: Prepare rtable for IPv6 gateway
` [PATCH net-next 07/18] ipv4: Add support to fib_config "
` [PATCH net-next 08/18] ipv4: Refactor fib_check_nh
` [PATCH net-next 09/18] ipv4: Add fib_check_nh_v6_gw
` [PATCH net-next 10/18] neighbor: Add skip_cache argument to neigh_output
` [PATCH net-next 11/18] ipv4: Add helpers for neigh lookup for nexthop
` [PATCH net-next 12/18] bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookup
` [PATCH net-next 13/18] ipv4: Handle ipv6 gateway in ipv4_confirm_neigh
` [PATCH net-next 14/18] ipv4: Handle ipv6 gateway in fib_detect_death
` [PATCH net-next 15/18] ipv4: Handle ipv6 gateway in fib_good_nh
` [PATCH net-next 16/18] ipv4: Flag fib_info with a fib_nh using IPv6 gateway
` [PATCH net-next 17/18] ipv4: Allow ipv6 gateway with ipv4 routes
` [PATCH net-next 18/18] selftests: fib_tests: Add tests for ipv6 gateway with ipv4 route

[PATCH net-next] net: bridge: update multicast stats from maybe_deliver()
 2019-04-04 17:50 UTC  (6+ messages)

[PATCH net-next] net: use kfree_skb_list() from ip_do_fragment()
 2019-04-04 17:50 UTC  (2+ messages)

[PATCH net] net/sched: act_sample: fix divide by zero in the traffic path
 2019-04-04 17:47 UTC  (3+ messages)

[PATCH bpf] bpf: report verifier bugs as warnings
 2019-04-04 17:45 UTC  (6+ messages)

[PATCH net] net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stop
 2019-04-04 17:45 UTC  (3+ messages)

[PATCH rdma-next 00/12] Move IB representors to single IB device multiple ports
 2019-04-04 17:42 UTC  (3+ messages)

[PATCH net-next 0/2] sctp: fully support memory accounting
 2019-04-04 17:38 UTC  (5+ messages)

[PATCH net 0/6] net: hns: bugfixes for HNS Driver
 2019-04-04 17:35 UTC  (8+ messages)
` [PATCH net 1/6] net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()
` [PATCH net 2/6] net: hns: Use NAPI_POLL_WEIGHT for hns driver
` [PATCH net 3/6] net: hns: Fix probabilistic memory overwrite when HNS driver initialized
` [PATCH net 4/6] net: hns: fix ICMP6 neighbor solicitation messages discard problem
` [PATCH net 5/6] net: hns: Fix WARNING when remove HNS driver with SMMU enabled
` [PATCH net 6/6] net: hns: Fix sparse: some warnings in HNS drivers

[PATCH v6 00/20] x86/split_lock: Enable split locked accesses detection
 2019-04-04 17:31 UTC  (14+ messages)
` [PATCH v6 01/20] x86/common: Align cpu_caps_cleared and cpu_caps_set to unsigned long
` [PATCH v6 04/20] x86/split_lock: Align x86_capability to unsigned long to avoid split locked access
` [PATCH v6 10/20] x86/split_lock: Handle #AC exception for split lock
` [PATCH v6 12/20] kvm/vmx: Emulate MSR TEST_CTL

[PATCH 0/6] stricter netlink validation
 2019-04-04 17:28 UTC  (8+ messages)
` [PATCH 1/6] netlink: add NLA_MIN_LEN
` [PATCH 2/6] netlink: make validation more configurable for future strictness
` [PATCH 3/6] netlink: re-add parse/validate functions in strict mode
` [PATCH 4/6] netlink: add strict parsing for future attributes
` [PATCH 5/6] genetlink: optionally validate strictly/dumps
` [PATCH 6/6] nl80211: tag policies with strict_start_type

[PATCH V2 net-next 00/12] code optimizations & bugfixes for HNS3 driver
 2019-04-04 17:20 UTC  (14+ messages)
` [PATCH V2 net-next 01/12] net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettings
` [PATCH V2 net-next 02/12] net: hns3: reduce resources use in kdump kernel
` [PATCH V2 net-next 03/12] net: hns3: modify the VF network port media type acquisition method
` [PATCH V2 net-next 04/12] net: hns3: return 0 and print warning when hit duplicate MAC
` [PATCH V2 net-next 05/12] net: hns3: minor optimization for ring_space
` [PATCH V2 net-next 06/12] net: hns3: minor optimization for datapath
` [PATCH V2 net-next 07/12] net: hns3: simplify hclgevf_cmd_csq_clean
` [PATCH V2 net-next 08/12] net: hns3: add protect when handling mac addr list
` [PATCH V2 net-next 09/12] net: hns3: check resetting status in hns3_get_stats()
` [PATCH V2 net-next 10/12] net: hns3: prevent change MTU when resetting
` [PATCH V2 net-next 11/12] net: hns3: modify HNS3_NIC_STATE_INITED flag in hns3_reset_notify_uninit_enet
` [PATCH V2 net-next 12/12] net: hns3: split function hnae3_match_n_instantiate()

[PATCH iproute2-next] ip xfrm: support setting/printing XFRMA_IF_ID attribute in states/policies
 2019-04-04 17:13 UTC  (2+ messages)

[PATCH][next] qtnfmac: replace qtnf_cmd_acl_data_size() with struct_size()
 2019-04-04 16:45 UTC  (7+ messages)

[PATCH RFC 0/4] vsock/virtio: optimizations to increase the throughput
 2019-04-04 16:47 UTC  (9+ messages)
` [PATCH RFC 1/4] vsock/virtio: reduce credit update messages
` [PATCH RFC 2/4] vhost/vsock: split packets to send using multiple buffers
` [PATCH RFC 3/4] vsock/virtio: change the maximum packet size allowed
` [PATCH RFC 4/4] vsock/virtio: increase RX buffer size to 64 KiB

[RFC 0/4] net/fib: Speed up trie rebalancing for full view
 2019-04-04 16:33 UTC  (6+ messages)
` [RFC 1/4] net/ipv4/fib: Remove run-time check in tnode_alloc()

[PATCH net-next v3 0/4] net: phy: add Amlogic g12a support
 2019-04-04 16:33 UTC  (7+ messages)
` [PATCH net-next v3 1/4] dt-bindings: net: phy: add g12a mdio mux documentation
` [PATCH net-next v3 2/4] net: phy: add amlogic g12a mdio mux support
` [PATCH net-next v3 3/4] net: phy: meson-gxl: add g12a support
` [PATCH net-next v3 4/4] net: phy: meson-gxl: clean-up gxl variant driver

[PATCH iproute2] ip: support for xfrm interfaces
 2019-04-04 16:25 UTC  (2+ messages)
` [iproute2] "

cellular modem driver APIs
 2019-04-04 15:52 UTC  (4+ messages)

FINANCE FACILITATOR
 2019-04-04 10:48 UTC 

[PATCH net-next] rxrpc: Mark expected switch fall-through
 2019-04-04 15:31 UTC  (3+ messages)

[PATCH net-next] selftests: Add debugging options to pmtu.sh
 2019-04-04 15:24 UTC  (3+ messages)

[PATCH v3 1/2] selftests/bpf: ksym_search won't check symbols exists
 2019-04-04 15:23 UTC  (2+ messages)

pull-request: bpf 2019-04-04
 2019-04-04 15:21 UTC 

NAT performance regression caused by vlan GRO support
 2019-04-04 15:17 UTC  (2+ messages)

[PATCH v4 net-next 0/5] net: More movement to fib_nh_common
 2019-04-04 15:07 UTC  (3+ messages)

[PATCH] tcp: remove redundant check on tskb
 2019-04-04 15:05 UTC  (2+ messages)

[PATCH bpf-next] selftests: bpf: add VRF test cases to lwt_ip_encap test
 2019-04-04 15:05 UTC  (4+ messages)

kernel BUG at arch/x86/mm/physaddr.c:LINE! (2)
 2019-04-04 14:54 UTC  (4+ messages)

[PATCH net] ipv6: sit: reset ip header pointer in ipip6_rcv
 2019-04-04 14:37 UTC 

[PATCH v2 bpf-next 00/21] bpf: Sysctl hook
 2019-04-04 14:37 UTC  (3+ messages)
` [PATCH v2 bpf-next 05/21] bpf: Introduce bpf_sysctl_{get,set}_new_value helpers

[PATCH] ath6kl: remove redundant check of status != 0
 2019-04-04 14:33 UTC  (2+ messages)

r8169 driver from kernel 5.0 crashing
 2019-04-04 14:28 UTC  (18+ messages)
    ` r8169 driver from kernel 5.0 crashing - napi_consume_skb

bnx2x - odd behaviour
 2019-04-04 14:27 UTC  (2+ messages)

[PATCH v3 iproute2] ip: support for xfrm interfaces
 2019-04-04 14:08 UTC 

[PATCH net-next v2] tcp: Ensure DCTCP reacts to losses
 2019-04-04 13:59 UTC  (5+ messages)

[PATCH] v2 Check for SKBTX_HW_TSTAMP in macb driver
 2019-04-04 13:52 UTC  (5+ messages)

[PATCH bpf] flow_dissector: rst'ify documentation
 2019-04-04 13:27 UTC  (3+ messages)

[PATCH iproute2] q_cake: Add support for setting the fwmark option
 2019-04-04 13:09 UTC 

[PATCH net 0/2] sched: A few small fixes for sch_cake
 2019-04-04 13:01 UTC  (3+ messages)
` [PATCH net 1/2] sch_cake: Use tc_skb_protocol() helper for getting packet protocol
` [PATCH net 2/2] sch_cake: Make sure we can write the IP header before changing DSCP bits

[PATCH net] team: set slave to promisc if team is already in promisc mode
 2019-04-04 12:47 UTC 

[PATCH net] netdevice: Fix promiscuity and allmulti negative overflow
 2019-04-04 12:45 UTC 

[PATCH] bpf:sample: fix field 'lock' has incomplete type in hbm.h
 2019-04-04 12:24 UTC  (3+ messages)

[PATCH net] net: vrf: Fix ping failed when vrf mtu is set to 0
 2019-04-04 12:01 UTC 

[pull request][net-next 00/15] Mellanox, mlx5 updates 2019-04-02
 2019-04-04 11:46 UTC  (5+ messages)
` [net-next 07/15] net/mlx5e: Use helpers to get headers criteria and value pointers
` [net-next 13/15] net/mlx5: A write memory barrier is sufficient in EQ ci update

[PATCH net-next] net: phy: improve handling link_change_notify callback
 2019-04-04 11:04 UTC  (3+ messages)

[RFC net-next 1/1] net: sched: fix hw filter offload in tc flower
 2019-04-04 11:03 UTC  (3+ messages)

VSOCK benchmark and optimizations
 2019-04-04 10:47 UTC  (3+ messages)

[PATCH 0/3] locking/static_key: improve rate limited labels
 2019-04-04 10:29 UTC  (3+ messages)

[PATCH] net:rtlwifi:move spin_lock_bh to spin_lock in tasklet
 2019-04-04 10:27 UTC  (2+ messages)
` [PATCH] rtlwifi: move "

[PATCH] net: rtlwifi: fix a potential NULL pointer dereference
 2019-04-04 10:25 UTC  (2+ messages)
` [PATCH] "

[PATCH 3/4] mwifiex: Flag wake-up interrupt as IRQ_NOAUTOEN rather than disabling it too late
 2019-04-04 10:22 UTC  (2+ messages)

iproute2: Issue with link type link/generic for NETROM links
 2019-04-04 10:21 UTC 

[PATCH] mwifiex: Fix potential NULL pointer dereference
 2019-04-04 10:20 UTC  (2+ messages)

[PATCH] mwifiex: Fix mem leak in mwifiex_tm_cmd
 2019-04-04 10:19 UTC  (2+ messages)

[PATCH v2] net: mwifiex: fix a NULL pointer dereference
 2019-04-04 10:18 UTC  (2+ messages)

[PATCH] iwlegacy: remove redundant assignment to *res
 2019-04-04 10:15 UTC  (2+ messages)

[PATCH] b43: shut up clang -Wuninitialized variable warning
 2019-04-04 10:14 UTC  (2+ messages)

[PATCH v3] brcmfmac: fix missing checks for kmemdup
 2019-04-04 10:13 UTC  (2+ messages)

[PATCH net-next,RFC 0/8] connection tracking support for bridge
 2019-04-04 10:13 UTC  (3+ messages)
` [PATCH net-next,RFC 1/8] net: use kfree_skb_list() from ip_do_fragment()

[PATCH 4.19 049/187] mt76: fix a leaked reference by adding a missing of_node_put
 2019-04-04  8:46 UTC 

[PATCH net-next] tcp: Ensure DCTCP reacts to losses
 2019-04-04  9:07 UTC  (3+ messages)

[PATCH 5.0 060/246] mt76: fix a leaked reference by adding a missing of_node_put
 2019-04-04  8:46 UTC 

[PATCH v2] net: mwifiex: fix a NULL pointer dereference
 2019-04-04  9:28 UTC  (2+ messages)

[PATCH net-next 00/17] NXP SJA1105 DSA driver
 2019-04-04  9:19 UTC  (3+ messages)
` [PATCH net-next 01/17] lib: Add support for generic packing operations

KASAN: use-after-free Read in __dev_map_entry_free
 2019-04-04  8:47 UTC  (4+ messages)

[PATCH bpf-next] kbuild: add ability to generate BTF type info for vmlinux
 2019-04-04  8:47 UTC  (6+ messages)

[Patch net v2 0/3] bluetooth: validate packet boundary carefully
 2019-04-04  8:34 UTC  (3+ messages)
` [Patch net v2 2/3] bluetooth: validate HCI_EV_LE_META packet carefully

[PATCH -next] ehea: remove set but not used variables 'epa' and 'cq_handle_ref'
 2019-04-04  7:28 UTC  (2+ messages)

[PATCH -next] net: pasemi: remove set but not used variable 'cpyhdr'
 2019-04-04  7:26 UTC  (2+ messages)

[PATCH -next] ehea: Fix a copy-paste err in ehea_init_port_res
 2019-04-04  7:23 UTC  (2+ messages)

[PATCH v3 bpf-next 0/7] bpf: Fix indirect var_off stack access support
 2019-04-04  6:22 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/7] bpf: Reject indirect var_off stack access in raw mode
` [PATCH v3 bpf-next 2/7] selftests/bpf: Test "
` [PATCH v3 bpf-next 3/7] bpf: Reject indirect var_off stack access in unpriv mode
` [PATCH v3 bpf-next 4/7] selftests/bpf: Test "
` [PATCH v3 bpf-next 5/7] bpf: Sanity check max value for var_off stack access
` [PATCH v3 bpf-next 6/7] selftests/bpf: Test unbounded "
` [PATCH v3 bpf-next 7/7] bpf: Add missed newline in verifier verbose log

[PATCH] net: ax25: replace bh_lock_sock with lock_sock_fast in ax25_rt_autobind
 2019-04-04  6:13 UTC  (3+ messages)
  ` 答复: "

[PATCH] mwifiex: Make resume actually do something useful again on SDIO cards
 2019-04-04  5:20 UTC  (2+ messages)

[PATCH] net: socket: Always initialize family field at move_addr_to_kernel()
 2019-04-04  4:49 UTC  (4+ messages)

[PATCH net-next] net: phy: fix autoneg mismatch case in genphy_read_status
 2019-04-04  4:48 UTC  (2+ messages)

[PATCH net-next v4 0/2] net: phy: marvell10g: implement suspend/resume callbacks
 2019-04-04  4:46 UTC  (2+ messages)

[PATCH v4 net] ipv6: Fix dangling pointer when ipv6 fragment
 2019-04-04  4:43 UTC  (2+ messages)

[PATCH] net-gro: Fix GRO flush when receiving a GSO packet
 2019-04-04  4:41 UTC  (2+ messages)

[PATCH net-next] net: dsa: microchip: mark expected switch fall-through
 2019-04-04  4:39 UTC  (2+ messages)

[net-next 0/3] tipc: improve TIPC unicast link throughput
 2019-04-04  4:09 UTC  (4+ messages)
` [net-next 1/3] tipc: improve TIPC throughput by Gap ACK blocks
` [net-next 2/3] tipc: reduce duplicate packets for unicast traffic
` [net-next 3/3] tipc: adapt link failover for new Gap-ACK algorithm


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