netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-21 13:42:52 to 2019-03-21 23:05:27 UTC [more...]

linux-next: build warning after merge of the net-next tree
 2019-03-21 23:05 UTC 

[pull request][net-next V2 00/15] Mellanox, mlx5 updates 2019-03-20
 2019-03-21 23:04 UTC  (19+ messages)
` [net-next V2 01/15] net/mlx5: Simplify sriov enable/disable flow
` [net-next V2 02/15] net/mlx5: Rename total_vfs to total_vports
` [net-next V2 03/15] net/mlx5: Simplify mlx5_sriov_is_enabled() by using pci core API
` [net-next V2 04/15] net/mlx5: Fix compilation warning in eq.c
` [net-next V2 05/15] net/mlx5e: Fix port buffer function documentation format
` [net-next V2 06/15] net/mlx5e: Fix compilation warning in en_tc.c
` [net-next V2 07/15] net/mlx5e: Remove redundant assignment
` [net-next V2 08/15] net/mlx5: E-Switch, Protect from invalid memory access in offload fdb table
` [net-next V2 09/15] net: Move the definition of the default Geneve udp port to public header file
` [net-next V2 10/15] net/mlx5e: Take SW parser code to a separate function
` [net-next V2 11/15] net/mlx5e: TX, Add geneve tunnel stateless offload support
` [net-next V2 12/15] net: Add IANA_VXLAN_UDP_PORT definition to vxlan header file
` [net-next V2 13/15] net/mlx5e: Add VLAN ID rewrite fields
` [net-next V2 14/15] net/mlx5e: Support VLAN modify action
` [net-next V2 15/15] net/mlx5e: Replace TC VLAN pop and push actions with VLAN modify

[PATCH net-next 1/1] net: dsa: qca8k: Fix internal PHY MDIO address
 2019-03-21 23:01 UTC  (6+ messages)

[PATCH net-next 0/3] tcp: add rx/tx cache to reduce lock contention
 2019-03-21 22:52 UTC  (6+ messages)
` [PATCH net-next 1/3] net: convert rps_needed and rfs_needed to new static branch api
` [PATCH net-next 2/3] tcp: add one skb cache for tx
` [PATCH net-next 3/3] tcp: add one skb cache for rx

[RFC 0/7] netlink/genetlink: stricter parsing
 2019-03-21 22:50 UTC  (8+ messages)
` [RFC 1/6] netlink: add nlmsg_validate_strict() & nla_validate_strict()
` [RFC 2/6] genetlink: add genlmsg_parse_strict()
` [RFC 3/6] netlink: add NLA_MIN_LEN
` [RFC 4/6] genetlink: optionally validate strictly/dumps
` [RFC 5/6] netlink: add strict parsing for future attributes
` [RFC 6/6] nl80211: tag policies with strict_start_type

[PATCH bpf-next] tools/bpf: generate pkg-config file for libbpf
 2019-03-21 22:43 UTC  (10+ messages)
` [PATCH bpf-next v4] "
` [PATCH bpf-next v5] "
` [PATCH bpf-next v6] "

[PATCH] fm10k: Fix a potential NULL pointer dereference
 2019-03-21 22:39 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ack
 2019-03-21 22:38 UTC  (2+ messages)
` [Intel-wired-lan] "

[summary] virtio network device failover writeup
 2019-03-21 22:33 UTC  (24+ messages)

[PATCH net] ixgbe: fix mdio bus registration
 2019-03-21 22:32 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH 0/7] net/core patches for kernel v5.2
 2019-03-21 22:25 UTC  (10+ messages)
` [PATCH 1/7] net/core: Document reuseport_add_sock() bind_inany argument
` [PATCH 2/7] net/core: Document all dev_ioctl() arguments
` [PATCH 3/7] net/core: Document __skb_flow_dissect() flags argument
` [PATCH 4/7] net/core: Fix rtnetlink kernel-doc headers
` [PATCH 5/7] net/core: Allow the compiler to verify declaration and definition consistency
` [PATCH 6/7] net/core: Declare a local function 'static'
` [PATCH 7/7] net/utils: Use strlcpy() instead of open-coding it

[PATCH net-next v4 00/22] ethtool netlink interface, part 1
 2019-03-21 21:58 UTC  (20+ messages)
` [PATCH net-next v4 01/22] rtnetlink: provide permanent hardware address in RTM_NEWLINK
` [PATCH net-next v4 02/22] netlink: introduce nla_put_bitfield32()
` [PATCH net-next v4 04/22] ethtool: move to its own directory
` [PATCH net-next v4 05/22] ethtool: introduce ethtool netlink interface
` [PATCH net-next v4 06/22] ethtool: helper functions for "
` [PATCH net-next v4 07/22] ethtool: netlink bitset handling
` [PATCH net-next v4 08/22] ethtool: support for netlink notifications
` [PATCH net-next v4 09/22] ethtool: implement EVENT notifications
` [PATCH net-next v4 11/22] ethtool: move string arrays into common file

[PATCH net v2] failover: allow name change on IFF_UP slave interfaces
 2019-03-21 21:56 UTC  (5+ messages)

[PATCH] genetlink: make policy common to family
 2019-03-21 21:51 UTC 

[PATCH v2 net-next] net: phy: aquantia: add downshift support
 2019-03-21 21:48 UTC  (2+ messages)

[PATCH bpf] bpf: verifier: propagate liveness on all frames
 2019-03-21 21:34 UTC 

[PATCH net-next v3 00/12] Refactor flower classifier to remove dependency on rtnl lock
 2019-03-21 21:33 UTC  (18+ messages)
` [PATCH net-next v3 01/12] net: sched: flower: don't check for rtnl on head dereference
` [PATCH net-next v3 02/12] net: sched: flower: refactor fl_change
` [PATCH net-next v3 03/12] net: sched: flower: introduce reference counting for filters
` [PATCH net-next v3 04/12] net: sched: flower: track filter deletion with flag
` [PATCH net-next v3 09/12] net: sched: flower: handle concurrent tcf proto deletion
` [PATCH net-next v3 10/12] net: sched: flower: protect flower classifier state with spinlock
` [PATCH net-next v3 11/12] net: sched: flower: track rtnl lock state
` [PATCH net-next v3 12/12] net: sched: flower: set unlocked flag for flower proto ops

New ethtool sub-feature and ethtool-netlink
 2019-03-21 21:23 UTC 

[RFC bpf-next v2 0/9] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-03-21 21:13 UTC  (10+ messages)
` [RFC bpf-next v2 1/9] net: introduce __init_skb{,_data,_shinfo} helpers

[PATCH net-next] nfp: remove defines for unused control bits
 2019-03-21 21:02 UTC  (2+ messages)

[PATCH 0/2] Two clean-ups for rhashtable
 2019-03-21 21:01 UTC  (2+ messages)

[PATCH net] net: hns3: fix for not calculating tx bd num correctly
 2019-03-21 20:59 UTC  (2+ messages)

[v2 PATCH] rhashtable: Still do rehash when we get EEXIST
 2019-03-21 20:58 UTC  (5+ messages)
  ` [v3 "

[pull request][net-next 00/15] Mellanox, mlx5 updates 2019-03-20
 2019-03-21 20:47 UTC  (2+ messages)

[PATCH net-next] r8169: use netif_start_queue instead of netif_wake_qeueue in rtl8169_start_xmit
 2019-03-21 20:41 UTC 

[PATCH net-next 0/2] net: phy: Move Omega PHY entry to Cygnus PHY driver
 2019-03-21 20:41 UTC  (2+ messages)

[PATCH net-next] net: dst: remove gc leftovers
 2019-03-21 20:39 UTC  (2+ messages)

[PATCH v3] net-sysfs: Fix memory leak in netdev_register_kobject
 2019-03-21 20:39 UTC  (2+ messages)

[PATCH net 1/1] net: sched: fix cleanup NULL pointer exception in act_mirr
 2019-03-21 20:37 UTC  (6+ messages)

[PATCH net-next 0/3] net: broadcom: Remove print of base address
 2019-03-21 20:32 UTC  (2+ messages)

[PATCH net-next] ipv6: Remove fallback argument from ip6_hold_safe
 2019-03-21 20:30 UTC  (2+ messages)

[PATCH net] r8169: don't read interrupt mask register in interrupt handler
 2019-03-21 20:30 UTC  (2+ messages)

[PATCH net-next] ipv4: Allow amount of dirty memory from fib resizing to be controllable
 2019-03-21 20:30 UTC  (2+ messages)

[PATCH v5] ipvs: allow tunneling with gue encapsulation
 2019-03-21 20:28 UTC  (2+ messages)

[PATCH net v2 00/18] net/sched: validate the control action with all the other parameters
 2019-03-21 20:27 UTC  (2+ messages)

[PATCH] net: macb: Add null check for PCLK and HCLK
 2019-03-21 20:22 UTC  (2+ messages)

[PATCH v2] net: phy: Add DP83825I to the DP83822 driver
 2019-03-21 20:21 UTC  (2+ messages)

[PATCH 1/2] tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun device
 2019-03-21 20:19 UTC  (4+ messages)
` [PATCH 2/2] tun: Remove unused first parameter of tun_get_iff()

[PATCH bpf-next v1 1/7] tools: bpftool: fix infinite loop
 2019-03-21 20:16 UTC  (5+ messages)
` [PATCH bpf-next v1 4/7] tools: bpftool: implement map exec command

[PATCH net-next] fou: Support binding FoU socket
 2019-03-21 20:10 UTC  (2+ messages)

-Wsometimes-uninitialized Clang warning in net/tipc/node.c
 2019-03-21 19:49 UTC  (8+ messages)

r8169 driver from kernel 5.0 crashing
 2019-03-21 19:35 UTC  (17+ messages)
        ` r8169 driver from kernel 5.0 crashing - napi_consume_skb

[patch net-next 00/11] devlink: small spring cleanup
 2019-03-21 19:08 UTC  (8+ messages)
` [patch net-next 03/11] dsa: add missing net/devlink.h include
` [patch net-next 06/11] net: devlink: don't take devlink_mutex for devlink_compat_*
` [patch net-next 09/11] dsa: move devlink_port_attrs_set() call before register

linux-next: Fixes tag needs some work in the net-next tree
 2019-03-21 18:54 UTC 

[PATCH net-next] net: phy: aquantia: add downshift support
 2019-03-21 18:49 UTC  (5+ messages)

[PATCH ipsec/vti 0/2] Fragmentation of IPv4 in VTI
 2019-03-21 18:33 UTC  (3+ messages)

panic from iwl_mvm_vif_dbgfs_register with 5.0
 2019-03-21 18:19 UTC 

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-03-21 17:52 UTC  (3+ messages)
` [PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*

[PATCH net-next v2 4/7] devlink: allow subports on devlink PCI ports
 2019-03-21 17:42 UTC  (16+ messages)

general protection fault in rose_send_frame
 2019-03-21 17:39 UTC  (2+ messages)

general protection fault in prepare_to_wait
 2019-03-21 17:39 UTC  (2+ messages)

[PATCH net-next v2 4/7] devlink: allow subports on devlink PCI ports
 2019-03-21 17:34 UTC  (15+ messages)

[PATCH net-next 0/2] ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create
 2019-03-21 17:17 UTC  (2+ messages)

[PATCH net-next v2 1/1] net/tls: Replace kfree_skb() with consume_skb()
 2019-03-21 17:14 UTC  (2+ messages)

[PATCH net-next] openvswitch: add seqadj extension when NAT is used
 2019-03-21 16:52 UTC 

[PATCH 0/9] Netfilter fixes for net
 2019-03-21 17:07 UTC  (2+ messages)

[net-next v1 1/2] tipc: fix use-after-free in tipc_sk_filter_rcv
 2019-03-21 16:57 UTC  (4+ messages)
` [net-next v1 2/2] tipc: fix a null pointer deref

kernel tls interface with user space modification proposal
 2019-03-21 16:46 UTC  (2+ messages)

[net-next PATCH v3 0/8] Add busy poll support for epoll
 2019-03-21 16:43 UTC  (6+ messages)
` [net-next PATCH v3 4/8] net: Change return type of sk_busy_loop from bool to void

[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-03-21  8:40 UTC  (3+ messages)

[PATCH] genetlink: Fix a memory leak on error path
 2019-03-21 16:30 UTC  (2+ messages)

[net v2 1/1] tipc: fix cancellation of topology subscriptions
 2019-03-21 16:10 UTC  (2+ messages)

[PATCHv2 bpf-next 1/3] bpf, tests: tweak endianness selection
 2019-03-21 15:49 UTC  (4+ messages)

AF_XDP design flaws
 2019-03-21 15:46 UTC  (10+ messages)

[PATCH] can: flexcan: bump FLEXCAN_TIMEOUT_US to 250
 2019-03-21 15:30 UTC  (4+ messages)

[PATCH net] dpaa2-eth: Fix possible access beyond end of array
 2019-03-21 15:26 UTC  (3+ messages)

[PATCH net-next 0/2] net: dev: BYPASS for lockless qdisc
 2019-03-21 15:10 UTC  (4+ messages)
` [PATCH net-next 1/2] net: sched: add empty status flag for NOLOCK qdisc

[PATCH net-next] xfrm: gso partial offload support
 2019-03-21 14:41 UTC 

[PATCH v3 bpf-next 1/3] BPF: helpers: New helper to obtain namespace data from current task
 2019-03-21 14:40 UTC  (3+ messages)

[PATCH net-next v2] tls: Add SOL_TLS to uapi
 2019-03-21 14:29 UTC 

[PATCH 2/3] net: ethernet: add c45 PHY support in MDIO read/write functions
 2019-03-21 14:25 UTC  (4+ messages)
` [PATCH v2 2/3] net: ethernet: cadence: "

[PATCH] dccp: Fix memleak in __feat_register_sp
 2019-03-21 14:10 UTC 

[PATCH v9 perf,bpf 00/15] perf annotation of BPF programs
 2019-03-21 14:12 UTC  (3+ messages)

[PATCH bpf-next 00/13] bpf tc tunneling
 2019-03-21 14:00 UTC  (4+ messages)
` [PATCH bpf-next 08/13] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSO

general protection fault in fib6_purge_rt
 2019-03-21 13:55 UTC  (9+ 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).