netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-04 08:20:40 to 2019-04-05 00:18:43 UTC [more...]

[PATCH net] ipv6: un-do: defrag: drop non-last frags smaller than min mtu
 2019-04-05  0:18 UTC 

pull-request: bpf 2019-04-04
 2019-04-05  0:05 UTC  (2+ messages)

[next-queue PATCH v1] igb: Fix limiting the number of queues to number of cpus
 2019-04-05  0:04 UTC  (2+ messages)

[PATCH net] ibmvnic: Fix completion structure initialization
 2019-04-04 23:58 UTC 

[PATCH v6 00/20] x86/split_lock: Enable split locked accesses detection
 2019-04-04 22:49 UTC  (23+ 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 v6 13/20] x86/split_lock: Enable split lock detection by default
` [PATCH v6 14/20] x86/split_lock: Add a sysfs interface to enable/disable split lock detection during run time

r8169 driver from kernel 5.0 crashing
 2019-04-04 22:11 UTC  (20+ messages)
    ` r8169 driver from kernel 5.0 crashing - napi_consume_skb

[PATCH net 0/2] sched: A few small fixes for sch_cake
 2019-04-04 21:55 UTC  (8+ 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 ghak90 V5 00/10] audit: implement container identifier
 2019-04-04 21:40 UTC  (5+ messages)
` [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

[PATCH bpf-next] samples/bpf: fix build with new clang
 2019-04-04 21:37 UTC 

cellular modem driver APIs
 2019-04-04 21:00 UTC  (7+ messages)

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

[PATCH v4 net-next 0/5] net: More movement to fib_nh_common
 2019-04-04 20:30 UTC  (4+ messages)

NAT performance regression caused by vlan GRO support
 2019-04-04 20:22 UTC  (3+ messages)

[PATCH 0/6] stricter netlink validation
 2019-04-04 20:20 UTC  (3+ messages)

[PATCH RFC 0/4] vsock/virtio: optimizations to increase the throughput
 2019-04-04 19:15 UTC  (11+ 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

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

[PATCH bpf-next 1/3] bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
 2019-04-04 18:51 UTC  (3+ messages)
` [PATCH bpf-next 2/3] libbpf: add support for ctx_{size,}_{in,out} "
` [PATCH bpf-next 3/3] selftests: bpf: add selftest for __sk_buff context "

[PATCH v2 0/2] Support runtime changes of vendor mac passthu policy
 2019-04-04 18:46 UTC  (3+ messages)
` [PATCH v2 1/2] r8152: remove extra action copying ethernet address
` [PATCH v2 2/2] r8152: Refresh MAC address during USBDEVFS_RESET

[PATCH net] team: set slave to promisc if team is already in promisc mode
 2019-04-04 18:35 UTC  (2+ messages)

[RFC 0/4] net/fib: Speed up trie rebalancing for full view
 2019-04-04 18:31 UTC  (9+ messages)
` [RFC 1/4] net/ipv4/fib: Remove run-time check in tnode_alloc()
` [RFC 2/4] net/fib: Provide fib_balance_budget sysctl

[PATCH net] net: vrf: Fix ping failed when vrf mtu is set to 0
 2019-04-04 18:05 UTC  (3+ messages)

[PATCH net-next 00/18] ipv4: Enable support for IPv6 gateway with IPv4 routes
 2019-04-04 17:50 UTC  (19+ 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 03/18] net: Replace nhc_has_gw with nhc_gw_family
` [PATCH net-next 04/18] ipv4: Prepare rtable for IPv6 gateway
` [PATCH net-next 05/18] ipv4: Prepare fib_config "
` [PATCH net-next 06/18] ipv4: Add support to rtable for ipv6 gateway
` [PATCH net-next 07/18] ipv4: Add support to fib_config for IPv6 gateway
` [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 V2 net-next 00/12] code optimizations & bugfixes for HNS3 driver
 2019-04-04 17:20 UTC  (3+ messages)
` [PATCH V2 net-next 02/12] net: hns3: reduce resources use in kdump kernel

[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 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] "

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)

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

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

[PATCH iproute2] q_cake: Add support for setting the fwmark option
 2019-04-04 13:09 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)

[pull request][net-next 00/15] Mellanox, mlx5 updates 2019-04-02
 2019-04-04 11:46 UTC  (3+ messages)
` [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


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