netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-13 17:23:51 to 2019-02-14 09:35:01 UTC [more...]

[PATCH 2/2] net: Replace dev_kfree_skb_any by dev_consume_skb_any
 2019-02-14  9:34 UTC  (3+ messages)

[RFC PATCH] net act_vlan: use correct len in skb_pull
 2019-02-14  9:16 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] libbpf: adding AF_XDP support
 2019-02-14  8:25 UTC  (5+ messages)

[PATCH net-next 00/12] Refactor flower classifier to remove dependency on rtnl lock
 2019-02-14  7:47 UTC  (13+ messages)
` [PATCH net-next 01/12] net: sched: flower: don't check for rtnl on head dereference
` [PATCH net-next 02/12] net: sched: flower: refactor fl_change
` [PATCH net-next 03/12] net: sched: flower: introduce reference counting for filters
` [PATCH net-next 04/12] net: sched: flower: track filter deletion with flag
` [PATCH net-next 05/12] net: sched: flower: add reference counter to flower mask
` [PATCH net-next 06/12] net: sched: flower: handle concurrent mask insertion
` [PATCH net-next 07/12] net: sched: flower: protect masks list with spinlock
` [PATCH net-next 08/12] net: sched: flower: handle concurrent filter insertion in fl_change
` [PATCH net-next 09/12] net: sched: flower: handle concurrent tcf proto deletion
` [PATCH net-next 10/12] net: sched: flower: protect flower classifier state with spinlock
` [PATCH net-next 11/12] net: sched: flower: track rtnl lock state
` [PATCH net-next 12/12] net: sched: flower: set unlocked flag for flower proto ops

[Bug reporting] kernel panic during handle the dst unreach icmp msg
 2019-02-14  7:46 UTC 

[PATCH net-next 0/2] net: phy: add new led configuration for marvell m88e1510
 2019-02-14  7:25 UTC  (7+ messages)
` [PATCH net-next 1/2] net: phy: marvell: add new m88e1510 LED configuration
` [PATCH net-next 2/2] net: hns3: add fixup handle for hns3 driver

stmmac / meson8b-dwmac
 2019-02-14  7:21 UTC  (7+ messages)

[PATCH net-next] net/tls: Move protocol constants from cipher context to tls context
 2019-02-14  7:11 UTC 

[PATCH net-next 00/12] mlxsw: hwmon and thermal extensions
 2019-02-14  7:06 UTC  (6+ messages)
` [PATCH net-next 09/12] mlxsw: core: Extend hwmon interface with fan fault attribute

[PATCH v2 0/2] cleanup for iwlwifi
 2019-02-14  6:58 UTC  (5+ messages)
` [PATCH v2 1/2] iwlwifi: Use kmemdup instead of duplicating its function
` [PATCH v2 2/2] iwlwifi: Use struct_size() in kzalloc

[PATCH] atm: clean up vcc_seq_next()
 2019-02-14  6:56 UTC 

[PATCH 0/8] stmmac: add some fixes for stm32
 2019-02-14  6:46 UTC  (9+ messages)
` [PATCH 1/8] net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c
` [PATCH 2/8] net: ethernet: stmmac: update to support all PHY config "
` [PATCH 3/8] dt-bindings: net: stmmac: add phys config properties
` [PATCH 4/8] net: ethernet: stmmac: add management of clk_csr property
` [PATCH 5/8] net: ethernet: stmmac: update to be compatible with MCU family (stm32f4, stm32h7)
` [PATCH 6/8] dt-bindings: net: stmmac: add syscfg clock property
` [PATCH 7/8] ARM: dts: stm32: Add Ethernet support on stm32h7 SOC and activate it for eval and disco boards
` [PATCH 8/8] ARM: dts: stm32: add syscfg clock support for Ethernet on STM32F429 SoC

[PATCH] net: hns: Fix object reference leaks in hns_dsaf_roce_reset()
 2019-02-14  6:41 UTC 

[PATCH 1/2] net:ethernet:cadence: Replace dev_kfree_skb_any by dev_consume_skb_any
 2019-02-14  6:41 UTC 

[PATCH] net:dl2k: Replace dev_kfree_skb_irq by dev_consume_skb_irq
 2019-02-14  6:40 UTC 

[PATCH] net:dl2k: Modify the code style escaping the warning
 2019-02-14  6:40 UTC 

[PATCH] isdn:hisax: Replace dev_kfree_skb_any by dev_consume_skb_any
 2019-02-14  6:39 UTC 

[RFC bpf-next 0/7] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-02-14  6:38 UTC  (13+ messages)

[net:master 27/28] net/sctp/offload.c:39:33: sparse: warning: incorrect type in argument 2 (different base types)
 2019-02-14  6:31 UTC 

[PATCH 00/21] pull request for net-next: batman-adv 2019-02-13
 2019-02-14  6:28 UTC  (2+ messages)

r8169 Driver - Poor Network Performance Since Kernel 4.19
 2019-02-14  6:17 UTC  (12+ messages)

[PATCH 1/3 net-next] lib: objagg: Fix an error code in objagg_hints_get()
 2019-02-14  6:13 UTC  (6+ messages)
` [PATCH 2/3 net-next] test_objagg: Test the correct variable
` [PATCH 3/3 net-next] test_objagg: Uninitialized variable in error handling

[PATCH net] net: dsa: bcm_sf2: potential array overflow in bcm_sf2_sw_suspend()
 2019-02-14  6:13 UTC  (2+ messages)

[PATCH net-next] cxgb4vf: Few more link management changes
 2019-02-14  6:12 UTC  (2+ messages)

[PATCH bpf-next v11 0/7] bpf: add BPF_LWT_ENCAP_IP option to bpf_lwt_push_encap
 2019-02-14  6:11 UTC  (15+ messages)
` [PATCH bpf-next v11 1/7] bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encap
` [PATCH bpf-next v11 2/7] bpf: implement BPF_LWT_ENCAP_IP mode "
` [PATCH bpf-next v11 3/7] bpf: handle GSO "
` [PATCH bpf-next v11 4/7] ipv6_stub: add ipv6_route_input stub/proxy
` [PATCH bpf-next v11 5/7] bpf: add handling of BPF_LWT_REROUTE to lwt_bpf.c
` [PATCH bpf-next v11 6/7] bpf: sync <kdir>/include/.../bpf.h with tools/include/.../bpf.h
` [PATCH bpf-next v11 7/7] selftests: bpf: add test_lwt_ip_encap selftest

[PATCH net-next 0/2] cxgb4/cxgb4vf:Support for SGE doorbell queue timer
 2019-02-14  6:10 UTC  (3+ messages)
` [PATCH net-next 1/2] cxgb4/cxgb4vf: Add support "

[PATCH bpf-next] bpf: fix memory leak in bpf_lwt_xmit_reroute
 2019-02-14  6:09 UTC 

[PATCH net-next] net: sched: remove duplicated include from cls_api.c
 2019-02-14  6:04 UTC  (2+ messages)

[net-next PATCH V3 0/3] Fix page_pool API and dma address storage
 2019-02-14  6:02 UTC  (2+ messages)

[PATCH 2/2] mac80211: Free mpath object when rhashtable insertion fails
 2019-02-14  5:52 UTC  (2+ messages)

[PATCH net-next 1/1] flow_offload: fix block stats
 2019-02-14  5:08 UTC  (2+ messages)

[PATCH net-next] net: sched: flower: only return error from hw offload if skip_sw
 2019-02-14  5:07 UTC  (2+ messages)

[PATCH net] net: fix possible overflow in __sk_mem_raise_allocated()
 2019-02-14  5:05 UTC  (2+ messages)

[PATCH] qlge: fix some indentation issues
 2019-02-14  5:04 UTC  (2+ messages)

[PATCH] qed: fix indentation issue with statements in an if-block
 2019-02-14  5:04 UTC  (2+ messages)

[PATCH net] net: ixp4xx_eth: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-14  5:02 UTC  (2+ messages)

[PATCH net] net: macb: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-14  5:02 UTC  (2+ messages)

[PATCH net] net: sis: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-14  5:02 UTC  (2+ messages)

[PATCH net] net: moxa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-14  5:01 UTC  (2+ messages)

[PATCH net] net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-14  5:01 UTC  (2+ messages)

[PATCH net] net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-14  5:01 UTC  (2+ messages)

[PATCH net] net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-14  5:01 UTC  (2+ messages)

[PATCH net] net: neterion: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-14  5:00 UTC  (2+ messages)

net: phylink: dsa: mv88e6xxx: flaky link detection on switch ports with internal PHYs
 2019-02-14  4:50 UTC  (13+ messages)
            ` [PATCH] net: phylink: dsa: mv88e6xxx: Revise irq setup ordering
              ` [PATCH v2] net: "
                ` [PATCH net] dsa: mv88e6xxx: Ensure all pending interrupts are handled prior to exit

[RFC PATCH net-next 0/5] net: allow hw addresses for virtual devices
 2019-02-14  4:49 UTC  (12+ messages)
` [RFC PATCH net-next 2/5] net: 8021q: vlan_dev: add vid tag for uc and mc address lists

[PATCH net] net: phy: fix interrupt handling in non-started states
 2019-02-14  4:44 UTC  (4+ messages)

[PATCH 2/2] doc: add phylink documentation to the networking book
 2019-02-14  4:39 UTC  (4+ messages)

[PATCH net 0/2] net: phy: fix locking issue
 2019-02-14  4:13 UTC  (5+ messages)
` [PATCH net 1/2] net: phy: don't use locking in phy_is_started
` [PATCH net 2/2] net: phy: fix potential race in the phylib state machine

[PATCH net-next v5] ipmr: ip6mr: Create new sockopt to clear mfc cache or vifs
 2019-02-14  2:44 UTC  (2+ messages)

[PATCH net-next v2] bonding: check slave set command firstly
 2019-02-11 18:49 UTC 

[PATCH] tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem
 2019-02-14  1:12 UTC 

[PATCH iproute2] ss: Render buffer to output every time a number of chunks are allocated
 2019-02-14  0:58 UTC 

[PATCH bpf-next 0/4] libbpf: Add support for 32-bit static data
 2019-02-14  0:35 UTC  (5+ messages)
` [PATCH bpf-next 4/4] selftests/bpf: Test static data relocation

[PATCH net] sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrate
 2019-02-14  0:34 UTC  (2+ messages)

[PATCH net] sctp: call gso_reset_checksum when computing checksum in sctp_gso_segment
 2019-02-14  0:33 UTC  (2+ messages)

[PATCH iproute2-next v2 0/3] Improve batch and dump times by caching link lookups
 2019-02-14  0:22 UTC  (4+ messages)
` [PATCH iproute2-next v2 1/3] ll_map: Add function to remove link cache entry by index
` [PATCH iproute2-next v2 2/3] ip link: Drop cache entry on any changes
` [PATCH iproute2-next v2 3/3] Improve batch and dump times by caching link lookups

[PATCH net-next 0/4] net: phy: Add 2.5G/5GBASET PHYs support
 2019-02-14  0:19 UTC  (2+ messages)

[PATCH 0/3] Netfilter/IPVS fixes for net
 2019-02-14  0:15 UTC  (5+ messages)
` [PATCH 1/3] netfilter: compat: initialize all fields in xt_init
` [PATCH 2/3] ipvs: fix dependency on nf_defrag_ipv6
` [PATCH 3/3] netfilter: nft_compat: use-after-free when deleting targets

[pull request][net 0/4] Mellanox, mlx5 fixes 2019-02-13
 2019-02-14  0:10 UTC  (6+ messages)
` [net 1/4] net/mlx5e: Fix NULL pointer derefernce in set channels error flow
` [net 2/4] net/mlx5: No command allowed when command interface is not ready
` [net 3/4] net/mlx5: Fix a compilation warning in events.c
` [net 4/4] net/mlx5e: XDP, fix redirect resources availability check

[PATCH iproute2 net-next v2 0/4] Abstract columns, properly space and wrap fields
 2019-02-13 23:47 UTC  (15+ messages)
` [PATCH iproute2 net-next v2 3/4] ss: Buffer raw fields first, then render them as a table

[ISSUE][4.20.6] mlx5 and checksum failures
 2019-02-13 23:36 UTC  (16+ messages)

[PATCH 0/3] Add gup fast + longterm and use it in HFI1
 2019-02-13 23:04 UTC  (9+ messages)
` [PATCH V2 0/7] Add FOLL_LONGTERM to GUP fast and use it
  ` [PATCH V2 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
  ` [PATCH V2 2/7] mm/gup: Change write parameter to flags in fast walk
  ` [PATCH V2 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
  ` [PATCH V2 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
  ` [PATCH V2 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
  ` [PATCH V2 6/7] IB/qib: "
  ` [PATCH V2 7/7] IB/mthca: "

[PATCH] mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs
 2019-02-13 22:42 UTC  (5+ messages)

[PATCH iproute2] iplink: document XDP subcommand to force the XDP mode
 2019-02-13 22:07 UTC  (3+ messages)

[PATCH net-next 0/9] net: Get rid of switchdev_port_attr_get()
 2019-02-13 22:06 UTC  (10+ messages)
` [PATCH net-next 1/9] Documentation: networking: switchdev: Update port parent ID section
` [PATCH net-next 2/9] net: switchdev: Add PORT_PRE_BRIDGE_FLAGS
` [PATCH net-next 3/9] mlxsw: spectrum: Check bridge flags during prepare phase
` [PATCH net-next 4/9] staging: fsl-dpaa2: ethsw: Check bridge port flags during prepare
` [PATCH net-next 5/9] net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS
` [PATCH net-next 6/9] rocker: Check bridge flags during prepare phase
` [PATCH net-next 7/9] net: bridge: Stop calling switchdev_port_attr_get()
` [PATCH net-next 8/9] net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORT
` [PATCH net-next 9/9] net: Get rid of switchdev_port_attr_get()

[PATCH -next] net: ipvlan_l3s: fix kconfig dependency warning
 2019-02-13 22:03 UTC  (2+ messages)

[PATCH iproute2] ss: add option --tos for requesting ipv4 tos and ipv6 tclass
 2019-02-13 22:00 UTC  (2+ messages)

[PATCH iproute2] lib/libnetlink: ensure a minimum of 32KB for the buffer used in rtnl_recvmsg()
 2019-02-13 21:59 UTC  (5+ messages)

[RESEND PATCH net] mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs
 2019-02-13 21:45 UTC 

Kernel memory corruption in CIPSO labeled TCP packets processing
 2019-02-13 21:41 UTC  (22+ messages)
                                          ` [PATCH] NETWORKING: avoid use IPCB in cipso_v4_error

[PATCH] net: phy: at803x: disable delay only for RGMII mode
 2019-02-13 21:38 UTC  (8+ messages)

[PATCH bpf-next v10 0/7] bpf: add BPF_LWT_ENCAP_IP option to bpf_lwt_push_encap
 2019-02-13 20:41 UTC  (6+ messages)
` [PATCH bpf-next v10 5/7] bpf: add handling of BPF_LWT_REROUTE to lwt_bpf.c

[RFC iproute2] ip route: get: allow zero-length subnet mask
 2019-02-13 20:37 UTC  (2+ messages)

[PATCH net-next] net: ip6_gre: Give ERSPAN a fill_info link op of its own
 2019-02-13 19:31 UTC 

Fw: [Bug 202561] BUG: Null pointer dereference in __skb_unlink()
 2019-02-13 19:30 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] tools/bpf: smaller clean ups
 2019-02-13 18:36 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] tools/bpf: replace bzero with memset
` [PATCH v2 bpf-next 2/2] tools: sync uapi/linux/if_link.h header

[PATCH net] selftests: fix timestamping Makefile
 2019-02-13 18:17 UTC  (2+ messages)

[PATCH net-next 0/3] enetc: Add mdio support and device tree nodes
 2019-02-13 18:15 UTC  (5+ messages)
` [PATCH net-next 2/3] arm64: dts: fsl: ls1028a-rdb: Add ENETC external eth ports for the LS1028A RDB board
` [PATCH net-next 3/3] enetc: Add ENETC PF level external MDIO support

general protection fault in tc_ctl_chain
 2019-02-13 17:56 UTC 

WARNING: locking bug in try_to_grab_pending
 2019-02-13 17:56 UTC 

[PATCH rdma-next 0/2] Followup changes to mlx5-next branch
 2019-02-13 17:53 UTC  (2+ messages)

[PATCH bpf-next 0/2] tools/bpf: smaller clean ups
 2019-02-13 17:39 UTC  (5+ messages)
` [PATCH bpf-next 1/2] tools/bpf: replace bzero with memset
` [PATCH bpf-next 2/2] tools: sync uapi/linux/if_link.h header

[PATCH net] sctp: make sctp_setsockopt_events() less strict about the option length
 2019-02-13 17:23 UTC  (7+ 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).