netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-08 22:46:30 to 2019-11-10 02:52:27 UTC [more...]

[PATCH AUTOSEL 4.4 36/40] net: smsc: fix return type of ndo_start_xmit function
 2019-11-10  2:50 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 38/40] Bluetooth: L2CAP: Detect if remote is not able to use the whole MPS

[PATCH AUTOSEL 4.9 11/66] net: toshiba: fix return type of ndo_start_xmit function
 2019-11-10  2:48 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 26/66] bnx2x: Ignore bandwidth attention in single function mode
` [PATCH AUTOSEL 4.9 49/66] net: smsc: fix return type of ndo_start_xmit function

[PATCH AUTOSEL 4.14 020/109] net: xilinx: fix return type of ndo_start_xmit function
 2019-11-10  2:44 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 021/109] net: broadcom: "
` [PATCH AUTOSEL 4.14 022/109] net: amd: "
` [PATCH AUTOSEL 4.14 026/109] nfp: provide a better warning when ring allocation fails
` [PATCH AUTOSEL 4.14 029/109] mlxsw: spectrum: Init shaper for TCs 8..15

[PATCH AUTOSEL 4.19 040/191] net: marvell: fix return type of ndo_start_xmit function
 2019-11-10  2:40 UTC  (15+ messages)
` [PATCH AUTOSEL 4.19 041/191] net: toshiba: "
` [PATCH AUTOSEL 4.19 042/191] net: xilinx: "
` [PATCH AUTOSEL 4.19 043/191] net: broadcom: "
` [PATCH AUTOSEL 4.19 046/191] net: hns3: Fix for setting speed for phy failed problem
` [PATCH AUTOSEL 4.19 048/191] net: hns3: Clear client pointer when initialize client failed or unintialize finished
` [PATCH AUTOSEL 4.19 058/191] brcmfmac: increase buffer for obtaining firmware capabilities
` [PATCH AUTOSEL 4.19 060/191] mlxsw: spectrum: Init shaper for TCs 8..15
` [PATCH AUTOSEL 4.19 082/191] samples/bpf: fix compilation failure
` [PATCH AUTOSEL 4.19 084/191] net: micrel: fix return type of ndo_start_xmit function
` [PATCH AUTOSEL 4.19 091/191] mlxsw: Make MLXSW_SP1_FWREV_MINOR a hard requirement
` [PATCH AUTOSEL 4.19 154/191] Bluetooth: L2CAP: Detect if remote is not able to use the whole MPS
` [PATCH AUTOSEL 4.19 161/191] iwlwifi: fix non_shared_ant for 22000 devices
` [PATCH AUTOSEL 4.19 162/191] iwlwifi: pcie: read correct prph address for newer devices
` [PATCH AUTOSEL 4.19 190/191] net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unused

[PATCH] net: core: fix unbalanced qdisc_run_begin/qdisc_run_end
 2019-11-10  2:01 UTC 

objtool: skb_push.cold()+0x15: unreachable instruction
 2019-11-09 23:05 UTC 

[PATCH net 1/2] openvswitch: support asymmetric conntrack
 2019-11-09 22:15 UTC  (2+ messages)

[PATCH] ARM: dts: ls1021a-tsn: Use interrupts for the SGMII PHYs
 2019-11-09 21:56 UTC  (8+ messages)

[PATCH net-next 0/5] r8169: improve PHY configuration
 2019-11-09 21:02 UTC  (6+ messages)
` [PATCH net-next 1/5] r8169: add helper r8168g_phy_param
` [PATCH net-next 2/5] r8169: add helper r8168d_phy_param
` [PATCH net-next 3/5] r8169: switch to phylib functions in more places
` [PATCH net-next 4/5] r8169: add helper r8168d_modify_extpage
` [PATCH net-next 5/5] r8169: remove rtl8168c_4_hw_phy_config

[PATCH bpf-next v4 0/6] libbpf: Fix pinning and error message bugs and add new getters
 2019-11-09 20:37 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] libbpf: Unpin auto-pinned maps if loading fails
` [PATCH bpf-next v4 2/6] selftests/bpf: Add tests for automatic map unpinning on load failure
` [PATCH bpf-next v4 3/6] libbpf: Propagate EPERM to caller on program load
` [PATCH bpf-next v4 4/6] libbpf: Use pr_warn() when printing netlink errors
` [PATCH bpf-next v4 5/6] libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
` [PATCH bpf-next v4 6/6] libbpf: Add getter for program size

pull-request: mac80211-next next-2019-11-08
 2019-11-08 19:37 UTC  (2+ messages)

[PATCH net-next] cxgb4: Use match_string() helper to simplify the code
 2019-11-08 19:33 UTC  (2+ messages)

[PATCH net-next] cxgb4: fix 64-bit division on i386
 2019-11-08 19:41 UTC  (2+ messages)

[PATCH net-next] net/sched: annotate lockless accesses to qdisc->empty
 2019-11-08 20:22 UTC  (2+ messages)

pull-request: can 2019-11-05
 2019-11-09 20:28 UTC  (3+ messages)
` request: merge net/master into net-next/master
  ` request: merge net/master into net-next/master,request: "

net --> net-next merge
 2019-11-09 20:29 UTC 

pull-request: mac80211 2019-11-08
 2019-11-08 19:37 UTC  (2+ messages)

[PATCH] vsock/virtio: fix sock refcnt holding during the shutdown
 2019-11-08 20:19 UTC  (2+ messages)

[PATCH bpf-next v3 0/6] libbpf: Fix pinning and error message bugs and add new getters
 2019-11-09 20:18 UTC  (13+ messages)
` [PATCH bpf-next v3 1/6] libbpf: Unpin auto-pinned maps if loading fails
` [PATCH bpf-next v3 2/6] selftests/bpf: Add tests for automatic map unpinning on load failure
` [PATCH bpf-next v3 3/6] libbpf: Propagate EPERM to caller on program load
` [PATCH bpf-next v3 4/6] libbpf: Use pr_warn() when printing netlink errors
` [PATCH bpf-next v3 5/6] libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
` [PATCH bpf-next v3 6/6] libbpf: Add getter for program size

[PATCH 0/2] Intel IFC VF driver for VDPA
 2019-11-09 20:07 UTC  (6+ messages)
` [PATCH 1/2] IFC hardware operation layer
` [PATCH 2/2] IFC VDPA layer

[PATCH iproute2-next] man: remove ppp from list of devices not allowed to change netns
 2019-11-09 20:02 UTC  (4+ messages)

[PATCH 00/16] drivers: y2038 updates
 2019-11-09 19:09 UTC  (5+ messages)
` [PATCH 03/16] net: sock: use __kernel_old_timespec instead of timespec
` [PATCH 09/16] netfilter: nft_meta: use 64-bit time arithmetic

[PATCH 00/23] y2038 cleanups
 2019-11-09 19:03 UTC  (3+ messages)
` [PATCH 13/23] y2038: socket: remove timespec reference in timestamping

[PATCH V3 net-next 0/7] ARM: Enable GENET support for RPi 4
 2019-11-09 19:00 UTC  (8+ messages)
` [PATCH V3 net-next 1/7] net: bcmgenet: Avoid touching non-existent interrupt
` [PATCH V3 net-next 2/7] net: bcmgenet: Fix error handling on IRQ retrieval
` [PATCH V3 net-next 3/7] dt-bindings: net: bcmgenet: Add BCM2711 support
` [PATCH V3 net-next 4/7] "
` [PATCH V3 net-next 5/7] net: bcmgenet: Refactor register access in bcmgenet_mii_config
` [PATCH V3 net-next 6/7] net: bcmgenet: Add RGMII_RXID and RGMII_ID support
` [PATCH V3 net-next 7/7] ARM: dts: bcm2711-rpi-4: Enable GENET support

[PATCH net-next v2 00/10] devlink subdev
 2019-11-09 18:13 UTC  (5+ messages)
` [PATCH net-next v2 04/10] devlink: Support subdev HW address get

[PATCH net-next 0/2] Implement get_link_ksettings for VXLAN and bridge
 2019-11-09 17:54 UTC  (3+ messages)
` [PATCH net-next 1/2] vxlan: implement get_link_ksettings ethtool method
` [PATCH net-next 2/2] bridge: "

[PATCH net-next 00/19] Mellanox, mlx5 sub function support
 2019-11-09 17:41 UTC  (21+ messages)

[net-next v1 PATCH 0/2] Change XDP lifetime guarantees for page_pool objects
 2019-11-09 17:34 UTC  (5+ messages)
` [net-next v1 PATCH 1/2] xdp: revert forced mem allocator removal for page_pool

[PATCH] ethtool: Add QSFP-DD support
 2019-11-09 15:33 UTC  (2+ messages)

[PATCH net-next 0/3] Unlock new potential in SJA1105 with PTP system timestamping
 2019-11-09 15:19 UTC  (5+ messages)
` [PATCH net-next 1/3] net: dsa: sja1105: Implement the .gettimex64 system call for PTP
` [PATCH net-next 2/3] net: dsa: sja1105: Restore PTP time after switch reset
` [PATCH net-next 3/3] net: dsa: sja1105: Disallow management xmit during "

[PATCH v6 net-next 00/13] net: ethernet: ti: introduce new cpsw switchdev based driver
 2019-11-09 15:15 UTC  (14+ messages)
` [PATCH v6 net-next 01/13] net: ethernet: ti: ale: clean ale tbl on init and intf restart
` [PATCH v6 net-next 02/13] net: ethernet: ti: cpsw: allow untagged traffic on host port
` [PATCH v6 net-next 03/13] net: ethernet: ti: ale: modify vlan/mdb api for switchdev
` [PATCH v6 net-next 04/13] net: ethernet: ti: cpsw: resolve build deps of cpsw drivers
` [PATCH v6 net-next 05/13] net: ethernet: ti: cpsw: move set of common functions in cpsw_priv
` [PATCH v6 net-next 06/13] dt-bindings: net: ti: add new cpsw switch driver bindings
` [PATCH v6 net-next 07/13] net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emac
` [PATCH v6 net-next 08/13] net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switch
` [PATCH v6 net-next 09/13] phy: ti: phy-gmii-sel: dependency from ti cpsw-switchdev driver
` [PATCH v6 net-next 10/13] Documentation: networking: add cpsw switchdev based driver documentation
` [PATCH v6 net-next 11/13] ARM: dts: dra7: add dt nodes for new cpsw switch dev driver
` [PATCH v6 net-next 12/13] ARM: dts: am571x-idk: enable "
` [PATCH v6 net-next 13/13] arm: omap2plus_defconfig: enable new cpsw switchdev driver

[PATCH v5 net-next 00/12] net: ethernet: ti: introduce new cpsw switchdev based driver
 2019-11-09 15:15 UTC  (3+ messages)

Investment opportunity
 2019-11-09 15:10 UTC 

WARNING: refcount bug in igmp_start_timer
 2019-11-09 14:32 UTC  (2+ messages)

[PATCH v3 0/6] Add namespace awareness to Netlink methods
 2019-11-09 14:17 UTC  (6+ messages)
` [PATCH v3 1/6] rtnetlink: allow RTM_SETLINK to reference other namespaces

[PATCH net-next 00/15] Accomodate DSA front-end into Ocelot
 2019-11-09 13:03 UTC  (16+ messages)
` [PATCH net-next 01/15] net: mscc: ocelot: break apart ocelot_vlan_port_apply
` [PATCH net-next 02/15] net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add,del}
` [PATCH net-next 03/15] net: mscc: ocelot: break out fdb operations into abstract implementations
` [PATCH net-next 04/15] net: mscc: ocelot: change prototypes of hwtstamping ioctls
` [PATCH net-next 05/15] net: mscc: ocelot: change prototypes of switchdev port attribute handlers
` [PATCH net-next 06/15] net: mscc: ocelot: refactor struct ocelot_port out of function prototypes
` [PATCH net-next 07/15] net: mscc: ocelot: separate net_device related items out of ocelot_port
` [PATCH net-next 08/15] net: mscc: ocelot: refactor ethtool callbacks
` [PATCH net-next 09/15] net: mscc: ocelot: limit vlan ingress filtering to actual number of ports
` [PATCH net-next 10/15] net: mscc: ocelot: move port initialization into separate function
` [PATCH net-next 11/15] net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stop
` [PATCH net-next 12/15] net: mscc: ocelot: initialize list of multicast addresses in common code
` [PATCH net-next 13/15] net: mscc: ocelot: refactor adjust_link into a netdev-independent function
` [PATCH net-next 14/15] net: mscc: ocelot: split assignment of the cpu port into a separate function
` [PATCH net-next 15/15] net: mscc: ocelot: don't hardcode the number of the CPU port

[PATCH v2] tcp: remove redundant new line from tcp_event_sk_skb
 2019-11-09 10:43 UTC 

[PATCH] tcp: remove redundant new line from tcp_event_sk_skb
 2019-11-09 10:34 UTC  (3+ messages)

[patch net] devlink: disallow reload operation during device cleanup
 2019-11-09 10:29 UTC 

KMSAN: uninit-value in __copy_skb_header (3)
 2019-11-09  9:34 UTC 

[PATCH 0/3] FMan MAC: Improve exception handling in mac_probe()
 2019-11-09  9:06 UTC  (5+ messages)
` [PATCH 1/3] fsl/fman: Add missing put_device() calls "
` [PATCH 2/3] fsl/fman: Use common error handling code "
` [PATCH 3/3] fsl/fman: Return directly after a failed devm_kzalloc() "

[PATCH v1 3/4] ksz: Add Microchip KSZ8863 SMI-DSA driver
 2019-11-09  8:08 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] Add support for memory-mapping BPF array maps
 2019-11-09  8:06 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] bpf: add mmap() support for BPF_MAP_TYPE_ARRAY
` [PATCH v2 bpf-next 2/3] libbpf: make global data internal arrays mmap()-able, if possible
` [PATCH v2 bpf-next 3/3] selftests/bpf: add BPF_TYPE_MAP_ARRAY mmap() tests

[PATCH,bpf-next v2 0/2] samples: bpf: update map definition to new syntax BTF-defined map
 2019-11-09  3:26 UTC  (5+ messages)
` [PATCH,bpf-next v2 2/2] "

[PATCH net-next] xfrm: add missing rcu verbs to fix data-race
 2019-11-09  2:51 UTC  (3+ messages)

[GIT] Networking
 2019-11-09  2:35 UTC  (2+ messages)

[PATCH iproute2-next 0/5] ipnetns: cleanup and harden processing of netns ids
 2019-11-09  1:36 UTC  (2+ messages)

[net 0/6][pull request] Intel Wired LAN Driver Fixes 2019-11-08
 2019-11-09  0:51 UTC  (8+ messages)
` [net 1/6] ice: fix potential infinite loop because loop counter being too small
` [net 2/6] iavf: initialize ITRN registers with correct values
` [net 3/6] i40e: Fix for ethtool -m issue on X722 NIC
` [net 4/6] igb/igc: use ktime accessors for skb->tstamp
` [net 5/6] i40e: need_wakeup flag might not be set for Tx
` [net 6/6] ixgbe: "

[PATCH iproute2-next 0/3] devlink: improve parameter checking, resources and namespaces
 2019-11-09  0:40 UTC  (2+ messages)

[PATCH net 1/2] i40e: need_wakeup flag might not be set for Tx
 2019-11-09  0:02 UTC  (6+ messages)
` [PATCH net 2/2] ixgbe: "
  ` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH net 1/2] i40e: "

[PATCH v3 bpf-next 00/18] Introduce BPF trampoline
 2019-11-08 23:46 UTC  (10+ messages)
` [PATCH v3 bpf-next 02/18] bpf: Add bpf_arch_text_poke() helper
` [PATCH v3 bpf-next 14/18] bpf: Compare BTF types of functions arguments with actual types

[PATCH mlx5-next 0/5] Mellanox, mlx5 roce enable devlink parameter
 2019-11-08 23:45 UTC  (6+ messages)
` [PATCH mlx5-next 1/5] devlink: Add new "enable_roce" generic device param
` [PATCH mlx5-next 2/5] net/mlx5: Document flow_steering_mode devlink param
` [PATCH mlx5-next 3/5] net/mlx5: Handle "enable_roce" "
` [PATCH mlx5-next 4/5] IB/mlx5: Rename profile and init methods
` [PATCH mlx5-next 5/5] IB/mlx5: Load profile according to RoCE enablement state

[PATCH bpf-next v2 0/6] libbpf: Fix pinning and error message bugs and add new getters
 2019-11-08 23:35 UTC  (15+ messages)
` [PATCH bpf-next v2 1/6] libbpf: Unpin auto-pinned maps if loading fails
` [PATCH bpf-next v2 3/6] libbpf: Propagate EPERM to caller on program load
` [PATCH bpf-next v2 4/6] libbpf: Use pr_warn() when printing netlink errors
` [PATCH bpf-next v2 5/6] libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
` [PATCH bpf-next v2 6/6] libbpf: Add getter for program size

KASAN: use-after-free Read in j1939_session_deactivate
 2019-11-08 23:22 UTC  (2+ messages)

[PATCH bpf-next 0/3] Add support for memory-mapping BPF array maps
 2019-11-08 23:19 UTC  (3+ messages)

[PATCH 0/2] unix: Show number of scm files in fdinfo
 2019-11-08 23:15 UTC  (3+ messages)

[PATCH bpf-next 0/5] Extend libbpf to support shared umems and Rx|Tx-only sockets
 2019-11-08 23:03 UTC  (11+ messages)
` [PATCH bpf-next 1/5] libbpf: support XDP_SHARED_UMEM with external XDP program
` [PATCH bpf-next 2/5] samples/bpf: add XDP_SHARED_UMEM support to xdpsock
` [PATCH bpf-next 3/5] libbpf: allow for creating Rx or Tx only AF_XDP sockets
` [PATCH bpf-next 4/5] samples/bpf: use Rx-only and Tx-only sockets in xdpsock
` [PATCH bpf-next 5/5] xsk: extend documentation for Rx|Tx-only sockets and shared umems


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